public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Add -fno-common option on hppa*-*-hpux* for gcc.c-torture/execute/pr68532.c
@ 2016-03-16  0:16 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2016-03-16  0:16 UTC (permalink / raw)
  To: GCC Patches

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

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



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

2016-03-15  John David Anglin  <danglin@gcc.gnu.org>

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

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];

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

only message in thread, other threads:[~2016-03-16  0:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-16  0:16 [committed] Add -fno-common option on hppa*-*-hpux* for gcc.c-torture/execute/pr68532.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).