[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-19 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 --- Comment #3 from Richard Henderson --- Created attachment 37993 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37993=edit aarch64 pbase_type_info.ii This will ICE with just cc1plus -O.

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |6.0 Summary|r234265 causes

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 --- Comment #4 from Jakub Jelinek --- While the patch successfully bootstrapped/regtested on x86_64/i686, on powerpc64{,le} it bootstrapped, but still has numerous regressions: +FAIL: gcc.dg/vmx/gcc-bug-f.c -Os (internal compiler error)

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-19 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 --- Comment #5 from Jakub Jelinek --- Looking at 20011029-1.c -Os on ppc64le, replace_rtx is called from rs6000_frame_related from rs6000_emit_prologue, on a large parallel containing (use (reg:DI 12 12)) and from is: (reg:DI 12 12) (but not

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Thu Mar 17 08:01:26 2016 New Revision: 234279 URL: https://gcc.gnu.org/viewcvs?rev=234279=gcc=rev Log: PR target/70261 * rtlanal.c (replace_rtx): Revert 2016-03-16

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug rtl-optimization/70261] [6 Regression] r234265 causes fails on rs6000

2016-03-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---