* 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
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.
* gcc.target/arm/mla-2.c: Use it instead of specific -march.
* gcc.target/arm/wmul-1.c: Likewise.
-/* { dg-do compile } */
-/* { dg-options "-march=armv5te -g -O2" } */
-/* { dg-prune-output "switch .* conflicts with" } */
+/* { dg-options "-g" } */
extern int a;
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)
{
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)
{
switch (reg_type)