OSDN Git Service

* gcc.target/arm/pr41679.c: Remove test directives in preparation
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2011 17:45:36 +0000 (17:45 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Jul 2011 17:45:36 +0000 (17:45 +0000)
for move to ../../gcc.c-torture/compile.
* gcc.target/arm/pr46883.c: Likewise.
* gcc.target/arm/pr46934.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175994 138bc75d-0d04-0410-961f-82ee72b054a4

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 7586f83..c231a9d 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 5ca565a..aa10cb6 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 ba14327..db8527d 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 cbb692f..a9c0b68 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)