r146778 - in /trunk/gcc: ChangeLog c-decl.c tes...

jsm28@gcc.gnu.org jsm28@gcc.gnu.org
Sat Apr 25 18:55:00 GMT 2009


Author: jsm28
Date: Sat Apr 25 18:55:50 2009
New Revision: 146778

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146778
Log:
	PR c/39564
	* c-decl.c (grokdeclarator): Diagnose declarations of functions
	with variably modified return type and no storage class
	specifiers, except for the case of nested functions.  Distinguish
	extern declarations of functions with variably modified return
	types from those of objects with variably modified types.

testsuite:
	* gcc.dg/vla-19.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/vla-19.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-decl.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list