------- Comment #3 from jakub at gcc dot gnu dot org 2007-01-24 21:04 ------- Subject: Bug 30494
Author: jakub Date: Wed Jan 24 21:03:31 2007 New Revision: 121135 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121135 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: branches/gcc-4_2-branch/gcc/testsuite/g++.dg/gomp/pr30494.C branches/gcc-4_2-branch/gcc/testsuite/gcc.dg/gomp/pr30494.c branches/gcc-4_2-branch/libgomp/testsuite/libgomp.c/pr30494.c Modified: branches/gcc-4_2-branch/gcc/ChangeLog branches/gcc-4_2-branch/gcc/gimplify.c branches/gcc-4_2-branch/gcc/testsuite/ChangeLog branches/gcc-4_2-branch/libgomp/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30494