mirror of git://gcc.gnu.org/git/gcc.git
opaque-vector.c: Skip long double test on hppa.
* c-c++-common/opaque-vector.c: Skip long double test on hppa. From-SVN: r203866
This commit is contained in:
parent
54e9430d78
commit
3c4d33acc7
|
|
@ -1,5 +1,7 @@
|
||||||
2013-10-19 John David Anglin <danglin@gcc.gnu.org>
|
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
|
PR testsuite/58645
|
||||||
* gnat.dg/specs/linker_alias.ads: Skip on hppa*-*-hpux*.
|
* gnat.dg/specs/linker_alias.ads: Skip on hppa*-*-hpux*.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ void f ()
|
||||||
T_TEST(float)
|
T_TEST(float)
|
||||||
T_TEST(double)
|
T_TEST(double)
|
||||||
/* Avoid trouble with non-power-of-two sizes. */
|
/* 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)
|
T_TEST(long double)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue