This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r121132 - in /trunk: gcc/ChangeLog gcc/gimplify...


Author: jakub
Date: Wed Jan 24 20:56:45 2007
New Revision: 121132

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121132
Log:
	PR middle-end/30494
	* gimplify.c (omp_add_variable): Don't call omp_notice_variable
	on TYPE_SIZE_UNIT for GOVD_LOCAL VLAs.

	* gcc.dg/gomp/pr30494.c: New test.
	* g++.dg/gomp/pr30494.C: New test.

	* testsuite/libgomp.c/pr30494.c: New test.

Added:
    trunk/gcc/testsuite/g++.dg/gomp/pr30494.C
    trunk/gcc/testsuite/gcc.dg/gomp/pr30494.c
    trunk/libgomp/testsuite/libgomp.c/pr30494.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/libgomp/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]