Commit 75e2edee by Uros Bizjak Committed by Uros Bizjak

pr64801.c: Fix scan-tree-dump-not directive.

	* gcc.dg/tree-ssa/pr64801.c: Fix scan-tree-dump-not directive.

From-SVN: r220260
parent 536616b7
2015-22-01 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/pr64801.c: Fix scan-tree-dump-not directive.
2015-01-29 Jeff Law <law@redhat.com>
PR target/15184
......@@ -419,7 +423,7 @@
PR middle-end/64728
* gcc.dg/torture/pr64728.c: New testcase.
2015-22-01 Uros Bizjak <ubizjak@gmail.com>
2015-01-22 Uros Bizjak <ubizjak@gmail.com>
PR target/64688
* g++.dg/pr64688.C: New test.
......
......@@ -17,5 +17,5 @@ psmouse_extensions (void)
int (*b)() = fsp_detect;
a = b ();
}
/* { dg-final { scan-tree-dump-not "fsp_detect"} } */
/* { dg-final { scan-tree-dump-not "fsp_detect" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
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