------- 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 dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-09-03 06:03:48
date| |
Target Milestone|--- |4.0.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28504