[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-14 Thread pinskia 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 do

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-19 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2005-12-19 19:35 --- I've marked this as P2. I wouldn't be overly optimistic about fixing it, though; the cast-to-object extension is proving to support in G++, especially as the middle end has ceased providing as much support. --

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-26 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com |dot org

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-26 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2005-12-27 06:09 --- Subject: Bug 25417 Author: mmitchel Date: Tue Dec 27 06:09:13 2005 New Revision: 109075 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109075 Log: PR c++/23171, c++/23172, c++/25417. * c-de

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2005-12-27 17:18 --- Subject: Bug 25417 Author: mmitchel Date: Tue Dec 27 17:18:05 2005 New Revision: 109081 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109081 Log: PR c++/23171, c++/23172, c++/25417. * c-de

[Bug c++/25417] [4.1/4.2 Regression] internal compiler error in check_initializer; hits clisp

2005-12-27 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-12-27 17:19 --- Fixed in 4.1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Status