This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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 java/31842] [4.2/4.3 Regression] r124338 causes java Divide_1 and pr6388 to fail



------- Comment #2 from ian at airs dot com  2007-05-07 19:03 -------
Created an attachment (id=13523)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13523&action=view)
Patch

The bug is that some C++ code in libjava assumes that signed overflow is
defined.  This is not true for C++.

I'm testing this patch now on 4.2 branch.


-- 


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


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