gcc.dg/ipa/pr64307.c includes complex.h.  It is only available on c99 targets 
and fails
as a result on hppa*-*-hpux*.

Tested on hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11.  Committed to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2015-03-08  John David Anglin  <dang...@gcc.gnu.org>

        * gcc.dg/ipa/pr64307.c: Add target c99_runtime.

Index: gcc.dg/ipa/pr64307.c
===================================================================
--- gcc.dg/ipa/pr64307.c        (revision 221239)
+++ gcc.dg/ipa/pr64307.c        (working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-O0 -fipa-icf -fdump-ipa-icf"  } */
 
 #include <complex.h>

Reply via email to