--- 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=gcc&view=rev&rev=116789
Log:
PR c/28504
* c-tree.h (struct c_arg_info): Add pe
--- 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
AssignedTo|un
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28504
--- 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 ;
--
pinskia at gcc d