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 libstdc++/25608] g++ miscompiles gcjx



------- Comment #13 from tromey at gcc dot gnu dot org  2006-01-19 18:23 -------
FWIW I suspect there is undefined code in gcjx.
For instance I think the constant evaluation code assumes
-fwrapv behavior.  There could well be other undefined code,
but I don't know of any.

That said, it seems unlikely that this particular problem
would cause this bug.  I suppose compiling with -fwrapv
might shed some light on this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25608


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