This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/5862: GCC generates invalid code in case of a combination of a bitwise AND and an incrementation
- From: rodrigc at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mart at netsoftlund dot se, nobody at gcc dot gnu dot org, stefan at netsoftlund dot se
- Date: 7 Mar 2002 13:47:57 -0000
- Subject: Re: c/5862: GCC generates invalid code in case of a combination of a bitwise AND and an incrementation
- Reply-to: rodrigc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mart at netsoftlund dot se, nobody at gcc dot gnu dot org, stefan at netsoftlund dot se, gcc-gnats at gcc dot gnu dot org
Synopsis: GCC generates invalid code in case of a combination of a bitwise AND and an incrementation
State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Thu Mar 7 05:47:56 2002
State-Changed-Why:
Cannot compile your testcase:
/tmp/ccE1gg7O.o: In function `main':
/tmp/ccE1gg7O.o(.text+0x11b): undefined reference to `__iob'
collect2: ld returned 1 exit status
What is this __iob?
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5862