This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A gcc-cris bug?
- From: "Tal Agmon" <Tal dot Agmon at nsc dot com>
- To: "Richard Guenther" <richard dot guenther at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 6 Oct 2004 13:30:50 +0200
- Subject: 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.