[Bug c/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 03:07 --- Patch here: . -- What|Removed |Added

[Bug c/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 02:44 --- Here is the patch if you need it sooner: Index: c-decl.c === RCS file: /cvs/gcc/gcc/gcc/c-decl.c,v retrieving revision 1.602 diff -u -p -r1.60

[Bug c/17407] [4.0 Regression] ICE in int_mode_for_mode

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-21 02:07 --- This is a C front-end problem where we don't call layout_type on the array, having it call layout_type on the type, makes this work. -- What|Removed |Added