Commit f35f8a60 by Jan Beulich Committed by Jan Beulich

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
parent 8220334a
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
/* { 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
......
/* { 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
......
/* { 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
......
/* { 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment