Bug in GCC 2.95.2

Bernd Schmidt bernds@balti.cygnus.co.uk
Tue Dec 14 11:50:00 GMT 1999


>   > > <-- cut here -->
>   > > static void bug(int size, int tries)
>   > > {
>   > >     int i;
>   > >     int num = 0;
>   > > 
>   > >     while (num < size)
>   > >     {
>   > >         for (i = 1; i < tries; i++) num++;
>   > >     }
>   > > }
>   > > 
>   > > int main()
>   > > {
>   > >     bug(5, 10);
>   > >     return 0;
>   > > }
>   > > <-- cut here -->


>   > 	* loop.c (check_dbra_loop): Can't reverse a biv for which
>   > 	maybe_multiple is set.
> This is fine.  Please install it.

How about the testcase?  I assume that's OK too?

Bernd



More information about the Gcc-bugs mailing list