re PR c/18239 (ICE in get_parm_info with werid attribute)
authorJoseph Myers <joseph@codesourcery.com>
Mon, 1 Nov 2004 19:49:55 +0000 (19:49 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 1 Nov 2004 19:49:55 +0000 (19:49 +0000)
commitee0602299c6e6e70f24adb7983137786f227c70c
tree807c495bb9e4d5a1fe92f0997159322a7f1f95a3
parent40d05429503044c2cd3d10317ae1cff1b06d21ce
re PR c/18239 (ICE in get_parm_info with werid attribute)

PR c/18239
* c-decl.c (get_parm_info): Allow FUNCTION_DECLs to appear amongst
parameter declarations.

testsuite:
* gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.

From-SVN: r89956
gcc/ChangeLog
gcc/c-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/parm-impl-decl-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/parm-impl-decl-2.c [new file with mode: 0644]