[Bug middle-end/22028] [4.0/4.1 Regression] ICE after invalid struct declaration

2005-06-26 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-26 10:33 --- Jakub, if this is fixed, please close the report. -- What|Removed |Added

[Bug middle-end/22028] [4.0/4.1 Regression] ICE after invalid struct declaration

2005-06-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-26 05:23 --- Subject: Bug 22028 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-26 05:23:49 Modified files: gcc: ChangeLog gimplify.c

[Bug middle-end/22028] [4.0/4.1 Regression] ICE after invalid struct declaration

2005-06-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-20 14:46 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01667.html. -- What|Removed |Added

[Bug middle-end/22028] [4.0/4.1 Regression] ICE after invalid struct declaration

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 20:15 --- *** Bug 22125 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug middle-end/22028] [4.0/4.1 Regression] ICE after invalid struct declaration

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-19 20:16 --- Another testcase: void foo() { struct { struct a _a; } c; } From the dup bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22028

[Bug middle-end/22028] [4.0/4.1 Regression] ICE after invalid struct declaration

2005-06-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-12 00:10 --- Confirmed, caused by: 2005-06-01 Jakub Jelinek [EMAIL PROTECTED] PR c/21536 PR c/20760 * gimplify.c (gimplify_decl_expr): Call gimplify_type_sizes on variable sizes types