altivec-16.c: Use cleanup-saved-temps.

* gcc.dg/altivec-16.c: Use cleanup-saved-temps.
	* gcc.dg/cpp/direct2s.c: Ditto.
	* gcc.dg/cpp/paste4.c: Ditto.
	* gcc.dg/cpp/separate-1.c: Ditto.
	* gcc.dg/pch/save-temps-1.c: Ditto.
	* g++.dg/ext/altivec-10.C: Ditto.
	* g++.dg/pch/pch.C: Ditto.

From-SVN: r97341
This commit is contained in:
Janis Johnson 2005-03-31 18:21:38 +00:00 committed by Janis Johnson
parent 65664157f4
commit 515e6cd000
8 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,13 @@
2005-03-31 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/altivec-16.c: Use cleanup-saved-temps.
* gcc.dg/cpp/direct2s.c: Ditto.
* gcc.dg/cpp/paste4.c: Ditto.
* gcc.dg/cpp/separate-1.c: Ditto.
* gcc.dg/pch/save-temps-1.c: Ditto.
* g++.dg/ext/altivec-10.C: Ditto.
* g++.dg/pch/pch.C: Ditto.
* g++.dg/other/static11.C: Use cleanup-rtl-dump.
* g++.dg/parse/repo1.C: Use cleanup-repo-files.

View File

@ -18,3 +18,5 @@ a1 = { 100, 200, 300, 400 };
vector_float f1 = { 1.0, 2.0, 3.0, 4.0 };
vector_float_foo = { 3.0, 4.0, 5.0, 6.0 };
vector_float_bar_eq { 8.0, 7.0, 6.0, 5.0 };
/* { dg-final { cleanup-saved-temps } } */

View File

@ -5,3 +5,5 @@ int main()
{
return 0;
}
// { dg-final { cleanup-saved-temps } }

View File

@ -18,3 +18,5 @@ a1 = { 100, 200, 300, 400 };
vector_float f1 = { 1.0, 2.0, 3.0, 4.0 };
vector_float_foo = { 3.0, 4.0, 5.0, 6.0 };
vector_float_bar_eq { 8.0, 7.0, 6.0, 5.0 };
/* { dg-final { cleanup-saved-temps } } */

View File

@ -40,3 +40,5 @@ void f ()
int i = X; /* { dg-error "undeclared|for each" "no macro X" } */
int j = Y; /* { dg-error "undeclared|for each" "no macro Y" } */
}
/* { dg-final { cleanup-saved-temps } } */

View File

@ -14,3 +14,5 @@ int main ()
double d = glue (1.0e, +1); /* { dg-error "exponent|parse error|syntax error|expected" } */
return 0;
}
/* { dg-final { cleanup-saved-temps } } */

View File

@ -13,3 +13,5 @@ int FOO( /* { dg-error "parse error|syntax error|expected" "error on this line"
int baz FOO /* { dg-error "parse error|syntax error|expected" "error on this line" } */
;
/* { dg-final { cleanup-saved-temps } } */

View File

@ -5,3 +5,5 @@
#endif
#include <stddef.h>
int x;
/* { dg-final { cleanup-saved-temps } } */