Re: [cc65] bug in 2.10.0 ?

From: MagerValp <MagerValp1cling.gu.se>
Date: 2005-06-07 14:02:41
>>>>> "JK" == Johan Kotlinski <kotlinski@gmail.com> writes:

JK> Update... for me, for(;;); stalls the compile with current 2.10.5
JK> snapshot when the -O flag is set. Not when it's not set.

Works here (cc65 snapshot from 2005-04-01):

Spike [pelle/prog] > cat test.c
void main(void) {
  for (;;);
}
Spike [pelle/prog] > cc65 -o test.o test.c
Spike [pelle/prog] > cc65 -O -o test.o test.c
Spike [pelle/prog] > l test.o
-rw-r--r--  1 pelle  staff    483  7 Jun 14:00 test.o

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .  Per Olofsson, arkadspelare
    o-o    .      .     .   o         +          MagerValp@cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
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 Jun 7 14:02:48 2005

This archive was generated by hypermail 2.1.8 : 2005-06-07 14:02:50 CEST