mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
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:
parent
8220334aba
commit
f35f8a60df
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user