diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-23 13:21:47 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-23 13:21:47 +0000 |
commit | c1be427d1d39e83fb3c42a2d4e9f68033c882037 (patch) | |
tree | 3abe297f4f98323eef8a54697058fd644e1c0be8 /libgomp | |
parent | 20bb3346b8014d3f8dbc3c9f480c47b4a096bc31 (diff) | |
download | gcc-c1be427d1d39e83fb3c42a2d4e9f68033c882037.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135802 138bc75d-0d04-0410-961f-82ee72b054a4
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 762cbd96275..8bd53de3f23 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 { |