This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug in GCC 2.95.2


>   > > <-- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]