[Bug middle-end/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-25 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-25 13:28 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-25 13:27 --- Subject: Bug 17407 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-25 13:27:33 Modified files: gcc: ChangeLog c-decl.c tree.c gc

[Bug middle-end/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-23 19:05 --- Patch here: which reverts the fix for PR middle-end/12920 and fixes PR middle-end/12920 right and also fixes PR c++/18121. -- What

[Bug middle-end/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-23 18:19 --- I am testing a better patch which fixes this problem in the middle-end in build_array_type instead of in the front-end where I thought the problem was. I am also fixing a C++ template related array probl

[Bug middle-end/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-15 01:00 --- We don't call layout_type on the array type, why? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17407