This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2005 18:31:10 -0000
- Subject: [Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp
- References: <bug-25417-183@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2005-12-14 18:31 -------
First this uses two GNU extensions to C++. Named initializers and C99
anonymous struct variables initializers (though the first is C99 if done
differently).
Anyways confirmed a regression.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |ice-on-valid-code
Known to fail| |4.1.0 4.2.0
Known to work| |4.0.0
Last reconfirmed|0000-00-00 00:00:00 |2005-12-14 18:31:10
date| |
Summary|internal compiler error in |[4.1/4.2 Regression]
|check_initializer; hits |internal compiler error in
|clisp |check_initializer; hits
| |clisp
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25417