------- Additional Comments From jsm28 at gcc dot gnu dot org 2005-03-19 13:13 ------- Confirmed; compile the following reduced testcase with -Wstrict-prototypes to see the bug. I don't have --enable-checking release branch compilers (4.0 and previous releases) to hand to see whether this is a regression.
extern __typeof (f) g; int f (x) float x; { } -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-03-19 13:13:11 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20368