This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/32531] erroneous enum comparison results



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]