Commit adfabcf9 by John David Anglin

uninit-19.c: Fix warning line for hppa*64*-*-*.

	* gcc.dg/uninit-19.c: Fix warning line for hppa*64*-*-*.

From-SVN: r234856
parent 4a020adf
2016-04-09 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/uninit-19.c: Fix warning line for hppa*64*-*-*.
PR tree-optimization/68644
* gcc.dg/tree-ssa/ivopts-lt-2.c: Skip on hppa*-*-*.
......
......@@ -22,5 +22,5 @@ fn2 ()
fn1 (l, &d, &e, &g, &i, &h, &k, n); /* 22. */
}
/* { dg-warning "may be used uninitialized" "" { target nonpic } 13 } */
/* { dg-warning "may be used uninitialized" "" { target { ! nonpic } } 22 } */
/* { dg-warning "may be used uninitialized" "" { target { { nonpic } || { hppa*64*-*-* } } } 13 } */
/* { dg-warning "may be used uninitialized" "" { target { ! { { nonpic } || { hppa*64*-*-* } } } } 22 } */
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