mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 22:11:41 +08:00
pr52451.c (main): Skip long double test on hppa*-*-hpux*.
* gcc.dg/torture/pr52451.c (main): Skip long double test on hppa*-*-hpux*. From-SVN: r256871
This commit is contained in:
parent
90e04a348b
commit
502a18ca45
@ -1,3 +1,8 @@
|
||||
2018-01-18 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gcc.dg/torture/pr52451.c (main): Skip long double test on
|
||||
hppa*-*-hpux*.
|
||||
|
||||
2018-01-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR ipa/83619
|
||||
|
@ -49,7 +49,11 @@ main (void)
|
||||
|
||||
TEST (float, f);
|
||||
TEST (double, );
|
||||
#if !defined(__hppa__) || !defined(__hpux__)
|
||||
/* Long double on hppa*-hpux* is implemented in software and the routines
|
||||
in fenv.h do not support it. */
|
||||
TEST (long double, l);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user