[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-12-07 Thread aldyh at gcc dot gnu dot org
--- Comment #10 from aldyh at gcc dot gnu dot org 2005-12-07 11:38 --- fixed on 4.1 branch as well -- aldyh at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-12-07 Thread aldyh at gcc dot gnu dot org
--- Comment #9 from aldyh at gcc dot gnu dot org 2005-12-07 11:37 --- Subject: Bug 24138 Author: aldyh Date: Wed Dec 7 11:37:53 2005 New Revision: 108157 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108157 Log: PR C++/24138 * tree.c (integer_all_onesp): Always

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-12-06 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-12-06 20:20 --- Reopening since this was only fixed for 4.2.0 and not also for 4.1.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-11-09 Thread aldyh at gcc dot gnu dot org
--- Comment #5 from aldyh at gcc dot gnu dot org 2005-11-09 20:25 --- I'll take a look at this. -- aldyh at gcc dot gnu dot org changed: What|Removed |Added Assig

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #4 from mmitchel at gcc dot gnu dot org 2005-10-31 05:58 --- I'm not sure whether we want to try to allow this in C++. (I think this is valid C99, using the flexible array extension, but I'm not certain.) Clearly, however, ICEing is bad; leaving as P2. -- http://gcc.g

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-09-30 Thread kazu at gcc dot gnu dot org
--- Additional Comments From kazu at gcc dot gnu dot org 2005-09-30 17:12 --- Confirmed -- What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-09-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 13:49 --- I think this was caused by: 2005-07-20 Giovanni Bajo <[EMAIL PROTECTED]> Make CONSTRUCTOR use VEC to store initializers. * call.c (convert_default_arg): Update call to digest_init.

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-09-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 13:48 --- the ICE: t.cc:7: internal compiler error: in process_init_constructor_array, at cp/typeck2.c:786 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> f

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-09-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24138

[Bug c++/24138] [4.1 regression] ICE with the code in PR 20407

2005-09-29 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||20407 nThis|| Summary|[4.1 regression] ICE with |[4.1 re