https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
--- Comment #10 from Eric Botcazou ---
Author: ebotcazou
Date: Thu Sep 7 15:53:09 2017
New Revision: 251847
URL: https://gcc.gnu.org/viewcvs?rev=251847&root=gcc&view=rev
Log:
PR target/80897
* config/sparc/sparc.c (sparc_emit_se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |8.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
--- Comment #9 from Eric Botcazou ---
Created attachment 41554
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41554&action=edit
Self-contained testcase
To be gnatchop'ed and compiled at -O at least.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
--- Comment #8 from Eric Botcazou ---
Author: ebotcazou
Date: Mon Jun 12 11:28:33 2017
New Revision: 249119
URL: https://gcc.gnu.org/viewcvs?rev=249119&root=gcc&view=rev
Log:
PR bootstrap/80897
* exp_ch3.adb (Make_Predefined_Prim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
--- Comment #7 from Eric Botcazou ---
It's another instance of PR middle-end/44993 but the cause is different.
maybe_canonicalize_mem_ref_addr turns:
MEM[symbol: MEM[(void *)&stream_op_tss_names + 4294967296B], index: _30,
offset: 0B]
into:
M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
Eric Botcazou changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80897
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |NEW
Summary|gnat bootstrap br