https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86706
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Fri Aug 3 15:10:32 2018
New Revision: 263293
URL: https://gcc.gnu.org/viewcvs?rev=263293&root=gcc&view=rev
Log:
PR c++/86706
* class.c (build_base_path): Use currently_op
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86706
--- Comment #4 from Jakub Jelinek ---
Created attachment 44463
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44463&action=edit
gcc9-pr86706.patch
Thanks, that seems to work. I've bootstrapped/regtested it successfully on
x86_64-linux and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86706
Richard Biener changed:
What|Removed |Added
Priority|P1 |P2
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86706
--- Comment #3 from Jason Merrill ---
Created attachment 44460
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44460&action=edit
fix
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86706
--- Comment #2 from Jason Merrill ---
(In reply to Jakub Jelinek from comment #1)
> Started with r260782 aka PR85815 fix.
> GCC 7 doesn't seem to ICE, eventhough PR85815 has been backported to it.
The GCC 7 fix for 85815 was more conservative.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86706
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRMED