public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Add target c99_runtime to gcc.dg/ipa/pr64307.c
@ 2015-03-08 22:37 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2015-03-08 22:37 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 257 bytes --]

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.anglin@bell.net



[-- Attachment #2: pr64307.c.d.txt --]
[-- Type: text/plain, Size: 450 bytes --]

2015-03-08  John David Anglin  <danglin@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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-08 22:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-08 22:37 [committed] Add target c99_runtime to gcc.dg/ipa/pr64307.c John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).