public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Xfail gcc.dg/ipa/ipcp-cstagg-7.c on 32-bit hppa targets
@ 2017-08-21  1:23 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2017-08-21  1:23 UTC (permalink / raw)
  To: GCC Patches

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

Structures larger than 64 bits are passed by invisible reference on 32-bit hppa targets.  As noted in PR ipa/77732,
this is not currently handled.  So, we need to xfail these targets.

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



[-- Attachment #2: ipcp-cstagg-7.c.d.txt --]
[-- Type: text/plain, Size: 615 bytes --]

2017-08-20  John David Anglin  <danglin@gcc.gnu.org>

	PR ipa/77732
	* gcc.dg/ipa/ipcp-cstagg-7.c: Xfail on 32-bit hppa.

Index: gcc.dg/ipa/ipcp-cstagg-7.c
===================================================================
--- gcc.dg/ipa/ipcp-cstagg-7.c	(revision 251059)
+++ gcc.dg/ipa/ipcp-cstagg-7.c	(working copy)
@@ -62,4 +62,4 @@
   return bar (s, x);
 }
 
-/* { dg-final { scan-ipa-dump-times "Discovered an indirect call to a known target" 3 "cp" } } */
+/* { dg-final { scan-ipa-dump-times "Discovered an indirect call to a known target" 3 "cp" { xfail { hppa*-*-* && { ! lp64 } } } } } */

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

only message in thread, other threads:[~2017-08-20 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-21  1:23 [committed] Xfail gcc.dg/ipa/ipcp-cstagg-7.c on 32-bit hppa targets 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).