https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991
Jacob McIntosh changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991
--- Comment #9 from Jacob McIntosh ---
This is fixed in gcc 8.1.0+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991
Jacob McIntosh changed:
What|Removed |Added
Version|5.2.0 |7.3.0
--- Comment #8 from Jacob McIntos
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991
--- Comment #7 from Jacob McIntosh ---
Per a thread on the isocpp group(linked in the OP), N4268's wording was
incorporated shortly before C++14's ratification, so it's unclear to me why
this is a C++1z feature and not a C++14 feature.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991
--- Comment #4 from Jacob McIntosh ---
It looks like this is supposed to be a c++1y/1z feature (post c++-14 anyway)...
and it looks like it's not implemented yet in gcc. Same errors for me with
-std=c++1y and also with -std=c++1z
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991
--- Comment #1 from Jacob McIntosh ---
http://open-std.org/JTC1/SC22/WG21/docs/papers/2014/n4268.html
This is the relevant standard change (as mentioned in the isocpp thread i
linked)
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: nacitar at ubercpp dot com
Target Milestone: ---
Created attachment 36528
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36528&action=edit
test driver
Retu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67980
--- Comment #3 from Jacob McIntosh ---
(In reply to Andrew Pinski from comment #2)
> There is another bug about this specific issue.
Which?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67980
--- Comment #1 from Jacob McIntosh ---
> but certainly this error shouldn't happen
By error, I meant "warning".
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: nacitar at ubercpp dot com
Target Milestone: ---
Created attachment 36519
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36519&action=edit
test drive
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58059
--- Comment #2 from Jacob McIntosh ---
Oh, and of course, compilation yields nothing more than this:
$ g++ -std=c++11 gcc_crash.cc
g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preproces
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58059
--- Comment #1 from Jacob McIntosh ---
Created attachment 30590
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30590&action=edit
preprocessed output
Generating this file crashed too:
$ gcc -v -save-temps -std=c++11 gcc_crash.cc
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: nacitar at ubercpp dot com
Created attachment 30589
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30589&action=edit
source file
When building a c++11 progra
13 matches
Mail list logo