builtin-unreachable-6.c: Adjust.

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

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

From-SVN: r191472
This commit is contained in:
Richard Guenther 2012-09-19 13:29:08 +00:00 committed by Richard Biener
parent 56f9667fa6
commit fb522d96cc
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -1,5 +1,5 @@
/* { 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" } } */