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:58:36 -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 #4 from entrophage at gmail dot com 2007-06-28 01:58 -------
(In reply to comment #3)
> valgrind of the resulting binary shows interesting output:
this is irrelevant since binary compiled from the following trivial source file
gives the same valgrind errors.
int main()
{
return 0;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32531