pr41679.c: Remove test directives in preparation for move to ../../gcc.c-torture...
authorJanis Johnson <janisjo@codesourcery.com>
Thu, 7 Jul 2011 17:45:36 +0000 (17:45 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 7 Jul 2011 17:45:36 +0000 (17:45 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr41679.c
gcc/testsuite/gcc.target/arm/pr46883.c
gcc/testsuite/gcc.target/arm/pr46934.c

index 7586f83a89a5ab7fb9b6fc6fd6cc6fffe5a3fda0..c231a9d726e220033f5df40913e86ad1b10c3283 100644 (file)
@@ -1,5 +1,10 @@
 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.
index 5ca565a62250686874eec5e87d4c3e545cd898f2..aa10cb612e34a0927b4372f90dd89cc507030fb2 100644 (file)
@@ -1,6 +1,4 @@
-/* { dg-do compile } */
-/* { dg-options "-march=armv5te -g -O2" } */
-/* { dg-prune-output "switch .* conflicts with" } */
+/* { dg-options "-g" } */
 
 extern int a;
 extern char b;
index ba143270ea014bda6562e2fa0f469ef263c54ab3..db8527d5452c4874c76a0372e605a93831522d4f 100644 (file)
@@ -1,7 +1,3 @@
-/* { 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;
index cbb692f3a248599ac23b373e6897e44ab9df246d..a9c0b683315c213dffba0d5c9f7bb624215294de 100644 (file)
@@ -1,8 +1,3 @@
-/* { 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)