[Bug c/28504] [4.0/4.1/4.2 regression] ICE with variable sized array

2006-09-08 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2006-09-08 18:51 --- Working on a fix. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/28504] [4.0/4.1/4.2 regression] ICE with variable sized array

2006-09-08 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2006-09-08 23:41 --- Subject: Bug 28504 Author: jsm28 Date: Fri Sep 8 23:41:21 2006 New Revision: 116789 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116789 Log: PR c/28504 * c-tree.h (struct c_arg_info): Add

[Bug c/28504] [4.0/4.1/4.2 regression] ICE with variable sized array

2006-09-06 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28504

[Bug c/28504] [4.0/4.1/4.2 regression] ICE with variable sized array

2006-09-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-03 06:03 --- Confirmed, this works just fine with typedefs: typedef void (*type1)(int n, int x[n]); void foo(type1 p){} So we have a problem by looking at some parts of the function declation: SAVE_EXPR n; -- pinskia at gcc