Commit 3c4d33ac by John David Anglin

opaque-vector.c: Skip long double test on hppa.

	* c-c++-common/opaque-vector.c: Skip long double test on hppa.

From-SVN: r203866
parent 54e9430d
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*.
......
......@@ -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
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment