Commit a0fb5ebd by Janis Johnson Committed by Janis Johnson

pr41679.c: Remove test directives in preparation for move to ../../gcc.c-torture/compile.

	* gcc.target/arm/pr41679.c: Remove test directives in preparation
	for move to ../../gcc.c-torture/compile.
	* gcc.target/arm/pr46883.c: Likewise.
	* gcc.target/arm/pr46934.c: Likewise.

From-SVN: r175994
parent 09411ce3
2011-07-07 Janis Johnson <janisjo@codesourcery.com> 2011-07-07 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/arm/pr41679.c: Remove test directives in preparation
for move to ../../gcc.c-torture/compile.
* gcc.target/arm/pr46883.c: Likewise.
* gcc.target/arm/pr46934.c: Likewise.
* lib/target-supports.exp (check_effective_target_arm_dsp): New. * lib/target-supports.exp (check_effective_target_arm_dsp): New.
* gcc.target/arm/mla-2.c: Use it instead of specific -march. * gcc.target/arm/mla-2.c: Use it instead of specific -march.
* gcc.target/arm/wmul-1.c: Likewise. * gcc.target/arm/wmul-1.c: Likewise.
......
/* { dg-do compile } */ /* { dg-options "-g" } */
/* { dg-options "-march=armv5te -g -O2" } */
/* { dg-prune-output "switch .* conflicts with" } */
extern int a; extern int a;
extern char b; extern char b;
......
/* { dg-do compile } */
/* { dg-options "-O1 -march=armv5te" } */
/* { dg-prune-output "switch .* conflicts with" } */
void bar (unsigned char *q, unsigned short *data16s, int len) void bar (unsigned char *q, unsigned short *data16s, int len)
{ {
int i; int i;
......
/* { dg-do compile } */
/* { dg-options "-march=armv5te -mthumb -Os" } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-prune-output "switch .* conflicts with" } */
int caller (unsigned int reg_type) int caller (unsigned int reg_type)
{ {
switch (reg_type) switch (reg_type)
......
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