diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-05-23 15:21:47 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2008-05-23 15:21:47 +0200 |
commit | c2898ec95001c8fa2818dff36e839787c8cf72d8 (patch) | |
tree | 3abe297f4f98323eef8a54697058fd644e1c0be8 /libgomp | |
parent | cf38a465eca401054b78e6182f0dced39418554b (diff) | |
download | gcc-c2898ec95001c8fa2818dff36e839787c8cf72d8.zip gcc-c2898ec95001c8fa2818dff36e839787c8cf72d8.tar.gz gcc-c2898ec95001c8fa2818dff36e839787c8cf72d8.tar.bz2 |
re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 erase 'private(localTodoStack)' it compiles successfully.)
PR c++/36237
* cp-gimplify.c (cxx_omp_clause_apply_fn): Call
fold_build_cleanup_point_expr on build_call_a results.
* g++.dg/gomp/pr36237.C: New test.
From-SVN: r135802
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/testsuite/libgomp.c++/ctor-12.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c++/ctor-12.C b/libgomp/testsuite/libgomp.c++/ctor-12.C index 762cbd9..8bd53de 100644 --- a/libgomp/testsuite/libgomp.c++/ctor-12.C +++ b/libgomp/testsuite/libgomp.c++/ctor-12.C @@ -3,7 +3,7 @@ extern "C" void abort (); -static int ctors, dtors, copyctors, n, m; +static int n; struct A { |