Commit 169e477d by Jakub Jelinek Committed by Jakub Jelinek

Fix up PR number - PR c++/37346

From-SVN: r139941
parent 36a881c7
2008-09-03 Jakub Jelinek <jakub@redhat.com> 2008-09-03 Jakub Jelinek <jakub@redhat.com>
PR c++/37436 PR c++/37346
* gimple.h (gimple_has_substatements): GIMPLE_OMP_CRITICAL has * gimple.h (gimple_has_substatements): GIMPLE_OMP_CRITICAL has
substatements. substatements.
* tree-inline.c (remap_gimple_stmt): Handle GIMPLE_OMP_CRITICAL. * tree-inline.c (remap_gimple_stmt): Handle GIMPLE_OMP_CRITICAL.
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
2008-09-03 Jakub Jelinek <jakub@redhat.com> 2008-09-03 Jakub Jelinek <jakub@redhat.com>
PR c++/37436 PR c++/37346
* g++.dg/gomp/pr37436.C: New test. * g++.dg/gomp/pr37346.C: New test.
2008-09-03 Bernd Schmidt <bernd.schmidt@analog.com> 2008-09-03 Bernd Schmidt <bernd.schmidt@analog.com>
......
// PR c++/37436 // PR c++/37346
// { dg-do compile } // { dg-do compile }
// { dg-options "-fopenmp" } // { dg-options "-fopenmp" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment