[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers

2006-06-23 Thread sje at gcc dot gnu dot org
--- 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=gccview=revrev=114952 Log: PR c++/27019 * typeck2.c

[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers

2006-06-22 Thread sje at cup dot hp dot com
--- 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

[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers

2006-05-24 Thread mmitchel at gcc dot gnu dot org
--- 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

[Bug c++/27019] [4.1/4.2 regression] ICE with designated initializers

2006-04-16 Thread mmitchel at gcc dot gnu dot org
-- 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

2006-04-04 Thread pinskia at gcc dot gnu dot org
--- 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