This is the mail archive of the java@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]

Re: gcc-3.1 2002-04-26 Array_3 testsuite failure on sparc32-linux


Christian Jönsson wrote:

>The Array_3 tests have been failing for some time on my system.
>

Array_3 fails on powerpc-linux also. It seems to be a generic EH problem 
in the compiler - a trapping instruction (which has no side effects) is 
optimized away or moves out of the "catch" range. IIRC, if the test case 
is modified so that the result of the dereference is used then it works 
correctly.

Its a bug, but IMO not particularly serious (and not specific to sparc) 
so I wouldn't worry about it too much.

regards

Bryce.



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