Re: [cc65] bug in 2.10.0 ?

From: Johan Kotlinski <kotlinski1gmail.com>
Date: 2005-06-07 14:13:12
> 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):

The minimal program that makes it hang seems to be:

main()
{
   int i;
   for ( i = 0; i < 10; i++ );
   for ( ;; );
}
----------------------------------------------------------------------
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:13:21 2005

This archive was generated by hypermail 2.1.8 : 2005-06-07 14:13:23 CEST