diff mbox

[committed] Add -fno-common option on hppa*-*-hpux* for gcc.c-torture/execute/pr68532.c

Message ID BFA0D8BE-11F7-4871-B171-2490D0D81BA4@bell.net
State New
Headers show

Commit Message

John David Anglin March 16, 2016, 12:16 a.m. UTC
Another test where we need to avoid the limited alignment of common on hppa*-*-hpux*.
Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net
2016-03-15  John David Anglin  <danglin@gcc.gnu.org>

	* gcc.c-torture/execute/pr68532.c: Add -fno-common option on
	hppa*-*-hpux*.
diff mbox

Patch

Index: gcc.c-torture/execute/pr68532.c
===================================================================
--- gcc.c-torture/execute/pr68532.c	(revision 234163)
+++ gcc.c-torture/execute/pr68532.c	(working copy)
@@ -1,4 +1,5 @@ 
 /* { dg-options "-O2 -ftree-vectorize -fno-vect-cost-model" } */
+/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
 
 #define SIZE 128
 unsigned short _Alignas (16) in[SIZE];