ggc-pr37574.c: Cleanup "vect" tree dump.

* gcc.dg/vect/ggc-pr37574.c: Cleanup "vect" tree dump.
	* gfortran.dg/intrinsic_optional_char_arg_1.f90: Cleanup
	"original" tree dump.

	* lib/gfortran-dg.exp (gfortran-dg-debug-runtest): Remove build
	file trivial.S.

From-SVN: r140989
This commit is contained in:
Uros Bizjak 2008-10-08 23:15:36 +02:00 committed by Uros Bizjak
parent 9d92695c19
commit 8a332c1196
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2008-10-08 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/ggc-pr37574.c: Cleanup "vect" tree dump.
* gfortran.dg/intrinsic_optional_char_arg_1.f90: Cleanup
"original" tree dump.
* lib/gfortran-dg.exp (gfortran-dg-debug-runtest): Remove build
file trivial.S.
2008-10-08 Adam Nemet <anemet@caviumnetworks.com>
* gcc.target/mips/octeon-exts-2.c: Compile it with -meb.

View File

@ -18,3 +18,5 @@ int main (void) {
return -1;
return 0;
}
/* { dg-final { cleanup-tree-dump "vect" } } */

View File

@ -29,3 +29,4 @@ END PROGRAM main
! { dg-final { scan-tree-dump "_eoshift\[0-9_\]+char \\(\[&a-zA-Z0-9._, \]+, 1, 0\\)" "original" } }
! { dg-final { scan-tree-dump "_reshape\[0-9_\]+char \\(\[&a-zA-Z0-9._, \]+, 1, 0\\)" "original" } }
! { dg-final { scan-tree-dump "_pack\[0-9_\]+char \\(\[&a-zA-Z0-9._, \]+, 1, 0\\)" "original" } }
! { dg-final { cleanup-tree-dump "original" } }

View File

@ -133,6 +133,7 @@ proc gfortran-dg-debug-runtest { target_compile trivial opt_opts testcases } {
} {
continue
}
remove-build-file "trivial.S"
foreach level {1 "" 3} {
lappend DEBUG_TORTURE_OPTIONS [list "${type}${level}"]
foreach opt $opt_opts {