This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Incorrect code produced with inline functions & assembler
- To: Alan Modra <alan at linuxcare dot com dot au>
- Subject: Re: Incorrect code produced with inline functions & assembler
- From: Brian Hurt <bhurt at talkware dot net>
- Date: Mon, 12 Feb 2001 19:00:00 -0600 (CST)
- cc: <gcc-bugs at gcc dot gnu dot org>
On Sat, 10 Feb 2001, Alan Modra wrote:
> On Fri, 9 Feb 2001, Brian Hurt wrote:
>
> > When compiled with -O2 -finline-functions the following code incorrectly
> > removes the or-with-constant code.
>
> Your code is incorrect.
>
You are correct, my code was wrong. My apologies, and thanks!
Brian