Re: [cc65] Variables + Local Static

From: Christian Krüger <Christian.Krueger1pace.de>
Date: 2007-08-21 12:59:51
Hi,

>There is a bug in cc65 that causes it to allocate space on the stack even if
>locals should be made static.

is this bug releated to the problem that:

int
test(int in)
{
  static int val = in*2;
  return val;
}


does not compile? (constant expression expected)


Beside this, can you give me a hint on the issue I posted
on 2007-07-08 21:13:34 (ca65: Problem with generic labels...)???

TIA
chrisker

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Tue Aug 21 13:04:14 2007

This archive was generated by hypermail 2.1.8 : 2007-08-21 13:04:16 CEST