This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/32531] erroneous enum comparison results
- From: "entrophage at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2007 01:49:38 -0000
- Subject: [Bug c/32531] erroneous enum comparison results
- References: <bug-32531-14771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from entrophage at gmail dot com 2007-06-28 01:49 -------
Created an attachment (id=13799)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13799&action=view)
source file to reproduce the bug
compile with:
$ gcc -Wall -Wextra -ansi -pedantic -save-temps -o foo foo.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32531