opaque-vector.c: Skip long double test on hppa.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 19 Oct 2013 22:37:59 +0000 (22:37 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 19 Oct 2013 22:37:59 +0000 (22:37 +0000)
* c-c++-common/opaque-vector.c: Skip long double test on hppa.

From-SVN: r203866

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/opaque-vector.c

index 63e7654d11ebc28e3b04b53f0033fa28d2c35e5f..2701f2628f65ee89230d989d1b9aea647ab01227 100644 (file)
@@ -1,5 +1,7 @@
 2013-10-19  John David Anglin  <danglin@gcc.gnu.org>
 
+       * c-c++-common/opaque-vector.c: Skip long double test on hppa.
+
        PR testsuite/58645
        * gnat.dg/specs/linker_alias.ads: Skip on hppa*-*-hpux*.
 
index cad266e893bea3d5eed8c3e4a1e8cb5e616d7801..bac3497be3e2fad871065ca12363cac6ce27c914 100644 (file)
@@ -16,7 +16,7 @@ void f ()
   T_TEST(float)
   T_TEST(double)
   /* Avoid trouble with non-power-of-two sizes.  */
-#if !defined(__i386__) && !defined(__x86_64__) && !defined(__m68k__) && !defined(__ia64__)
+#if !defined(__i386__) && !defined(__x86_64__) && !defined(__m68k__) && !defined(__ia64__) && !defined(__hppa__)
   T_TEST(long double)
 #endif
 }