mmx-1.c: Add -Werror-implicit-function-declaration to dg-options.

gcc/testsuite/
2008-02-27  Jan Beulich  <jbeulich@novell.com>

	* gcc.target/i386/mmx-1.c: Add
	-Werror-implicit-function-declaration to dg-options.
	* gcc.target/i386/mmx-2.c: Likewise.
	* gcc.target/i386/sse-13.c: Likewise.
	* gcc.target/i386/sse-14.c: Likewise.

From-SVN: r132721
This commit is contained in:
Jan Beulich 2008-02-27 15:03:58 +00:00 committed by Jan Beulich
parent 8220334aba
commit f35f8a60df
5 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2008-02-27 Jan Beulich <jbeulich@novell.com>
* gcc.target/i386/mmx-1.c: Add
-Werror-implicit-function-declaration to dg-options.
* gcc.target/i386/mmx-2.c: Likewise.
* gcc.target/i386/sse-13.c: Likewise.
* gcc.target/i386/sse-14.c: Likewise.
2008-02-27 Revital Eres <eres@il.ibm.com>
PR rtl-optimization/34999

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -mmmx" } */
/* { dg-options "-O2 -Werror-implicit-function-declaration -mmmx" } */
/* Test that the intrinsics compile with optimization. All of them are
defined as inline functions in mmintrin.h that reference the proper

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O0 -mmmx" } */
/* { dg-options "-O0 -Werror-implicit-function-declaration -mmmx" } */
/* Test that the intrinsics compile without optimization. All of them are
defined as inline functions in mmintrin.h that reference the proper

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -march=k8 -m3dnow -msse4 -msse5" } */
/* { dg-options "-O2 -Werror-implicit-function-declaration -march=k8 -m3dnow -msse4 -msse5" } */
/* Test that the intrinsics compile with optimization. All of them are
defined as inline functions in {,x,e,p,t,s,a,b}mmintrin.h and mm3dnow.h

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O0 -march=k8 -m3dnow -msse4 -msse5" } */
/* { dg-options "-O0 -Werror-implicit-function-declaration -march=k8 -m3dnow -msse4 -msse5" } */
/* Test that the intrinsics compile without optimization. All of them are
defined as inline functions in {,x,e,p,t,s,a,b}mmintrin.h and mm3dnow.h