This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 02 Jul 2012 08:56:09 +0000
- Subject: [Bug c++/53816] [4.7/4.8 Regression] internal compiler error: tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6419, with -std=c++11 option
- Auto-submitted: auto-generated
- References: <bug-53816-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53816
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-checking
Known to work|4.7.2 |
Target Milestone|--- |4.7.2
Summary|internal compiler error: |[4.7/4.8 Regression]
|tree check: expected |internal compiler error:
|field_decl, have |tree check: expected
|identifier_node in |field_decl, have
|fixed_type_or_null, at |identifier_node in
|cp/class.c:6419, with |fixed_type_or_null, at
|-std=c++11 option |cp/class.c:6419, with
| |-std=c++11 option
Known to fail| |4.7.2
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-02 08:56:09 UTC ---
Also fails on the 4.7 branch - but needs enabled checking. Works on the 4.6
branch.