This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30494] ICE with VLA and openmp
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2007 21:04:19 -0000
- Subject: [Bug middle-end/30494] ICE with VLA and openmp
- References: <bug-30494-13936@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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