diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-22 10:34:16 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-22 10:34:16 +0000 |
commit | 544c1481ea323acacf06fe81c443cb0c06cea684 (patch) | |
tree | 5b1ab7ec0f2aa6b723d4f8b057de969513d32e7f /gcc/testsuite/c-c++-common/gomp | |
parent | a064e77a7325107ecf64e16600f2f11dcfb2fc03 (diff) | |
download | ppe42-gcc-544c1481ea323acacf06fe81c443cb0c06cea684.tar.gz ppe42-gcc-544c1481ea323acacf06fe81c443cb0c06cea684.zip |
PR debug/63328
* omp-low.c (ipa_simd_modify_stmt_ops): For debug stmts
insert a debug source bind stmt setting DEBUG_EXPR_DECL
instead of a normal gimple assignment stmt.
* c-c++-common/gomp/pr63328.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@215455 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/c-c++-common/gomp')
-rw-r--r-- | gcc/testsuite/c-c++-common/gomp/pr63328.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/c-c++-common/gomp/pr63328.c b/gcc/testsuite/c-c++-common/gomp/pr63328.c new file mode 100644 index 00000000000..3958abe166b --- /dev/null +++ b/gcc/testsuite/c-c++-common/gomp/pr63328.c @@ -0,0 +1,5 @@ +/* PR debug/63328 */ +/* { dg-do compile } */ +/* { dg-options "-O2 -fopenmp-simd -fno-strict-aliasing -fcompare-debug" } */ + +#include "pr60823-3.c" |