https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
Alan Modra changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #8 from Alan Modra ---
Author: amodra
Date: Tue Apr 12 22:59:05 2016
New Revision: 234925
URL: https://gcc.gnu.org/viewcvs?rev=234925&root=gcc&view=rev
Log:
Fix target/70107, another case of PR c++/70096
gcc/cp/
PR target/70
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #7 from Alan Modra ---
Author: amodra
Date: Tue Apr 12 22:58:36 2016
New Revision: 234924
URL: https://gcc.gnu.org/viewcvs?rev=234924&root=gcc&view=rev
Log:
Fix target/70107, another case of PR c++/70096
gcc/cp/
PR target/70
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #6 from Alan Modra ---
Bootstrap and regression testing completed for both gcc-4.9 and gcc-5 branch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #4 from Markus Trippelsdorf ---
You need to add "-std=c++11 -fpermissive" to gcc < 6.
Trunk seems to be fixed, but gcc-5 and gcc-4.9 still ICE.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #3 from Bill Schmidt ---
Also, on latest GCC 5 and GCC 4.9, the front end objects:
wschmidt@genoa:~/src$ $GCC_INSTALL/bin/g++ -w -c -mcpu=power8 pr70107.ii
pr70107.ii:3:46: error: expected type-specifier before 'decltype'
auto ope
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #2 from Bill Schmidt ---
Could not confirm with trunk r234476 on powerpc64le dated 2016-03-24. Can you
please retry with something at least that recent?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70107
--- Comment #1 from Markus Trippelsdorf ---
All supported gcc versions ICE.