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] | |
Andrew Haley wrote:
Yeah, Array_3 has always failed on PowerPC because of this. IIRC, if the test case is changed so that "nn" is actually used after each "try" block, it works.I get a test failure at -O1. It looks like the null pointer access is being removed by the optimizer. Of course, -fcheck-references fixes things. Can someone please try this so I know it's not a problem with my setup? This is from the trunk.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |