mmx-1.c: Add -Werror-implicit-function-declaration to dg-options.
authorJan Beulich <jbeulich@novell.com>
Wed, 27 Feb 2008 15:03:58 +0000 (15:03 +0000)
committerJan Beulich <jbeulich@gcc.gnu.org>
Wed, 27 Feb 2008 15:03:58 +0000 (15:03 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/mmx-1.c
gcc/testsuite/gcc.target/i386/mmx-2.c
gcc/testsuite/gcc.target/i386/sse-13.c
gcc/testsuite/gcc.target/i386/sse-14.c

index 5de4552a10707ab795efc8010b2b328983baf538..4dd079acd0060170413eded21ee86d72a74855fa 100644 (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
index 63d81885d783ead8ede40ab678aa064bef104c79..c310c5d70fbf9d88bd2b629c6f1d2bb895b9fae4 100644 (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
index 6f6f89b8d2977144f3f225b70ce9c90ee9fafb9d..f2bfac1b80d1bcbe011438f1fc2e48e6e6015f23 100644 (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
index 05e9a9eea24f96485cb208af4c578fc904dd6c46..d71fea487820f8888f7d3cd96f3535e15f42ba69 100644 (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
index ff8a9ffa4882e61c7d03643c48ee05956a7bb8e7..8e011e598cce6e581c0314954bf7d3aee749e089 100644 (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