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&action=edit
aarch64 pbase_type_info.ii
This will ICE with just cc1plus -O.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |6.0
Summary|r234265 causes fa
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)
+FAIL:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261
Richard Henderson changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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 poin
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&root=gcc&view=rev
Log:
PR target/70261
* rtlanal.c (replace_rtx): Revert 2016-03-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70261
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---