This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gcc 3.4.0 problem?
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Panagiotis Papadakos <papadako at ics dot forth dot gr>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 1 May 2004 11:14:37 +0200
- Subject: Re: Gcc 3.4.0 problem?
- References: <Pine.GSO.4.58.0405011419550.16175@calliope>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sat, May 01, 2004 at 02:21:21PM +0300, Panagiotis Papadakos wrote:
> The following code compiles fine with gcc-3.4.0 unless I use one of the
> -O,-O2,-O3 flags.
> Then I get the following message:
>
> test.c: In function `main':
> test.c:10: error: invalid operands to binary -
>
> Is this a gcc bug? Thank you!
No, glibc bug, see
http://sources.redhat.com/bugzilla/show_bug.cgi?id=130
Jakub