[Bug middle-end/31497] FAIL: gcc.dg/builtins-59.c on PA HP-UX

2007-09-24 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2007-09-25 01:22 --- Fixed: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01545.html -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/31497] FAIL: gcc.dg/builtins-59.c on PA HP-UX

2007-09-17 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-09-17 08:33 --- I guess so. All the testcases rely on either availability of cexp() or sincos(). For the former via TARGET_C99_FUNCTIONS, for the latter via TARGET_HAS_SINCOS. But it is interesting that -59 fails, as the transform

[Bug middle-end/31497] FAIL: gcc.dg/builtins-59.c on PA HP-UX

2007-09-15 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2007-09-15 22:48 --- Regarding builtins-59.c, I believe it fails because expand_builtin_sincos() returns NULL_RTX if the sincos insn is not available. Possibly, this is a bit pessimistic but it looks like I should xfail the two failing