[Bug go/64876] Regressions in gcc-testresults for powerpc64 gccgo in 5.0 due to change for static chain for closures (219776)

2015-02-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64876 --- Comment #4 from Ian Lance Taylor --- This code is going to call main.$nested0 with the static chain pointer set to the address of a struct created in main.for_escapes3. In this code p := new(int) *p = i f[n] = func()

[Bug middle-end/61225] [5 Regression] Several new failures after r210458 on x86_64-*-* with -m32

2015-02-02 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225 --- Comment #21 from Jeffrey A. Law --- >From my experimentations, I don't see a reasonable way to fix this in stage4 except via some horrid define_peep2. We don't have the LOG_LINKS we need to do a good job on this during the combiner. I'll

<    1   2