[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers
--- Comment #4 from sje at gcc dot gnu dot org 2006-06-23 21:53 --- Subject: Bug 27019 Author: sje Date: Fri Jun 23 21:53:36 2006 New Revision: 114952 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114952 Log: PR c++/27019 * typeck2.c (process_init_constructor_array): Set ce->value on errors. Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/typeck2.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27019
[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers
--- Comment #3 from sje at cup dot hp dot com 2006-06-22 16:39 --- Proposed patch at http://gcc.gnu.org/ml/gcc-patches/2006-06/msg01235.html -- sje at cup dot hp dot com changed: What|Removed |Added CC||sje at cup dot hp dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27019
[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-05-25 02:34 --- Will not be fixed in 4.1.1; adjust target milestone to 4.1.2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.1 |4.1.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27019
[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27019
[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-04 09:29 --- We have a null type here, it really should have been error_mark_node. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Severity|normal |minor Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|-00-00 00:00:00 |2006-04-04 09:29:50 date|| Target Milestone|--- |4.1.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27019