https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #10 from Hannes Hauswedell ---
Thanks for the quick fix!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #8 from Jason Merrill ---
Author: jason
Date: Tue Jan 29 15:39:40 2019
New Revision: 268368
URL: https://gcc.gnu.org/viewcvs?rev=268368&root=gcc&view=rev
Log:
PR c++/89089 - ICE with [[no_unique_address]].
In 89089, we were
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #7 from Jakub Jelinek ---
Reduced testcase from #c2, doesn't really need -fconcepts, ICEs also with just
-std=c++17. Doesn't ICE without no_unique_address, G++ 8 ignores that
attribute with a warning.
template struct A {};
template
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
Jakub Jelinek changed:
What|Removed |Added
Status|WAITING |NEW
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #5 from Hannes Hauswedell ---
PS: I do have to correct myself: since range-v3 now auto-detects concept
support the tests are indeed built with -fconcepts.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #4 from Hannes Hauswedell ---
Created attachment 45541
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45541&action=edit
third ICE
g++9 -std=c++17 -fconcepts -Wall -Wextra take_while.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |9.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #3 from Hannes Hauswedell ---
Created attachment 45540
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45540&action=edit
second ICE
g++9 -std=c++17 -fconcepts -Wall -Wextra concat.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
--- Comment #2 from Hannes Hauswedell ---
Created attachment 45539
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45539&action=edit
first ICE
Build with:
g++9 -std=c++17 -fconcepts -Wall -Wextra variant.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89089
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
12 matches
Mail list logo