Commit d1409ea5 by Martin Liska Committed by Martin Liska

Adjust a dump file in a test-case (PR testsuite/88436).

2019-01-03  Martin Liska  <mliska@suse.cz>

	PR testsuite/88436
	* gcc.target/powerpc/pr54240.c: Scan phiopt2.

From-SVN: r267541
parent 2a30796f
2019-01-03 Martin Liska <mliska@suse.cz>
PR testsuite/88436
* gcc.target/powerpc/pr54240.c: Scan phiopt2.
2019-01-02 Marek Polacek <polacek@redhat.com> 2019-01-02 Marek Polacek <polacek@redhat.com>
PR c++/88612 - ICE with -Waddress-of-packed-member. PR c++/88612 - ICE with -Waddress-of-packed-member.
......
...@@ -23,4 +23,4 @@ int foo(S *s) ...@@ -23,4 +23,4 @@ int foo(S *s)
return next->v; return next->v;
} }
/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt1" } } */ /* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt2" } } */
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