This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: A gcc-cris bug?


Richard Guenther wrote:
> Tal Agmon wrote:
>> The output should be:
>> 
>> foo is: 0, i is: 0

>no, it clearly should be

>foo is: 0, i is: 1

>Richard.

Sorry, you are right, the write output is foo is: 0, i is: 1. 
But I believe that gcc-3.4.2, target=cris, -O3 option enable, will produce 
an 
infinite loop!

Furthermore, the wrong output that I provided was copied from running this 
test
on gcc-3.4.2 on i686-pc-linux-gnu.


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