Commit fb522d96 by Richard Guenther Committed by Richard Biener

builtin-unreachable-6.c: Adjust.

2012-09-19  Richard Guenther  <rguenther@suse.de>

	* gcc.dg/builtin-unreachable-6.c: Adjust.

From-SVN: r191472
parent 56f9667f
2012-09-19 Richard Guenther <rguenther@suse.de>
* gcc.dg/builtin-unreachable-6.c: Adjust.
2012-09-19 Richard Guenther <rguenther@suse.de>
* gcc.dg/builtin-object-size-10.c: Adjust.
* gcc.dg/builtin-unreachable-5.c: Adjust.
* gcc.dg/tree-ssa/builtin-fprintf-1.c: Adjust.
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-fab" } */
/* { dg-options "-O2 -fdump-tree-fab1" } */
void
foo (int b, int c)
......@@ -16,6 +16,6 @@ lab2:
goto *x;
}
/* { dg-final { scan-tree-dump-times "lab:" 1 "fab" } } */
/* { dg-final { scan-tree-dump-times "__builtin_unreachable" 1 "fab" } } */
/* { dg-final { cleanup-tree-dump "fab" } } */
/* { dg-final { scan-tree-dump-times "lab:" 1 "fab1" } } */
/* { dg-final { scan-tree-dump-times "__builtin_unreachable" 1 "fab1" } } */
/* { dg-final { cleanup-tree-dump "fab1" } } */
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