[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 --- Comment #2 from Richard Biener --- No difference in the code for geterrorname.jar or natgeterrorname.cc so this must be a libjava miscompile. Trying to spot the error in the patch instead.

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 --- Comment #3 from Richard Biener --- Index: gcc/gimple-fold.c === --- gcc/gimple-fold.c (revision 214680) +++ gcc/gimple-fold.c (working copy) @@ -1440,7 +1440,7 @@ gimple_fold

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 --- Comment #4 from Dominique d'Humieres --- The patch in comment 3 fixes the failures after a clean bootstrap (a simple update was not enough, i.e., the faulty parts of (lib)?java are not marked as depending upon gcc/gimple-fold.c). So far I hav

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 --- Comment #5 from Richard Biener --- Author: rguenth Date: Fri Aug 29 08:11:57 2014 New Revision: 214716 URL: https://gcc.gnu.org/viewcvs?rev=214716&root=gcc&view=rev Log: 2014-08-29 Richard Biener PR middle-end/62292 * gimple-fold

[Bug middle-end/62292] [5 Regression] FAIL: (geterrorname|getmethodname) run

2014-08-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62292 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---