re PR debug/63328 (c-c++-common/gomp/pr60823-3.c test fails with -fcompare-debug)
authorJakub Jelinek <jakub@redhat.com>
Mon, 22 Sep 2014 10:32:09 +0000 (12:32 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 22 Sep 2014 10:32:09 +0000 (12:32 +0200)
commit932b6d616159e9f3d29d2eb04cb6c7915f28d752
tree00fda6c814ded50dff11395fc813816db74a48e4
parent1091cf49338277a7b075588c4ecfd35653fc650e
re PR debug/63328 (c-c++-common/gomp/pr60823-3.c test fails with -fcompare-debug)

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.

From-SVN: r215454
gcc/ChangeLog
gcc/omp-low.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/gomp/pr63328.c [new file with mode: 0644]