++
Assignee: unassigned at gcc dot gnu.org
Reporter: dirkmoermans at gmail dot com
Created attachment 30096
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30096&action=edit
bz2 of preprocessed file
The compiler ICEs when trying to compile the attached program. The code is a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56973
--- Comment #2 from Dirk Moermans 2013-04-21
11:43:02 UTC ---
the output of gcc -v
Using built-in specs.
COLLECT_GCC=g++-4.8.0
COLLECT_LTO_WRAPPER=/home/dirk/local/libexec/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56973
--- Comment #1 from Dirk Moermans 2013-04-21
11:41:33 UTC ---
Created attachment 29909
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29909
preprocessed file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56973
Bug #: 56973
Summary: crash when capturing variables in nested lambdas
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53794
Bug #: 53794
Summary: [c++11, accepts invalid] dangling reference accepted
in nested structures with initializer lists
Classification: Unclassified
Product: gcc
Version: 4.6.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52905
--- Comment #1 from Dirk Moermans 2012-04-08
16:17:40 UTC ---
I compile with g++ -std=c++0x
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52905
Bug #: 52905
Summary: [C++0x] ice on invalid brace-enclosed initializer of
vector of enums
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRME
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dirkmoermans at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27339