diff mbox series

[committed] Fix another test needing large alignment on hppa*-*-hpux*

Message ID d8855450-de29-334d-009c-d38712ff4e42@bell.net
State New
Headers show
Series [committed] Fix another test needing large alignment on hppa*-*-hpux* | expand

Commit Message

John David Anglin March 17, 2019, 7:40 p.m. UTC
Committed to trunk.

Dave
diff mbox series

Patch

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;