public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Fix another test needing large alignment on hppa*-*-hpux*
@ 2019-03-17 20:06 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2019-03-17 20:06 UTC (permalink / raw)
  To: GCC Patches

Committed to trunk.

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

2019-03-03-17  John David Anglin  <danglin@gcc.gnu.org>

	* gcc.dg/compat/pr83487-1_x.c: Use -fno-common option on hppa*-*-hpux*.
	* gcc.dg/compat/pr83487-1_y.c: Likewise.

Index: gcc.dg/compat/pr83487-1_x.c
===================================================================
--- gcc.dg/compat/pr83487-1_x.c	(revision 269717)
+++ gcc.dg/compat/pr83487-1_x.c	(working copy)
@@ -1,3 +1,4 @@
+/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
 #include "pr83487-1.h"

 extern
Index: gcc.dg/compat/pr83487-1_y.c
===================================================================
--- gcc.dg/compat/pr83487-1_y.c	(revision 269717)
+++ gcc.dg/compat/pr83487-1_y.c	(working copy)
@@ -1,3 +1,4 @@
+/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */
 #include "pr83487-1.h"

 struct A a;

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

only message in thread, other threads:[~2019-03-17 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-17 20:06 [committed] Fix another test needing large alignment on hppa*-*-hpux* 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).