diff mbox

[committed] Skip gcc.dg/pr49551.c on hppa*-*-hpux*

Message ID B380F866-76D6-41C2-BA3A-AF22E4D90C7F@bell.net
State New
Headers show

Commit Message

John David Anglin Dec. 28, 2015, 9:06 p.m. UTC
Skip due to lack of function sections on 32-bit hpux targets.

dave
--
John David Anglin	dave.anglin@bell.net
2015-12-28  John David Anglin  <danglin@gcc.gnu.org>

	* gcc.dg/pr49551.c: Skip on hppa*-*-hpux*.
diff mbox

Patch

Index: gcc.dg/pr49551.c
===================================================================
--- gcc.dg/pr49551.c	(revision 231978)
+++ gcc.dg/pr49551.c	(working copy)
@@ -1,6 +1,6 @@ 
 /* { dg-do compile } */
 /* { dg-options "-O -fdata-sections" } */
-/* { dg-skip-if "-fdata-sections not supported" { nvptx-*-* } { "*" } { "" } } */
+/* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } { "*" } { "" } } */
 
 int x = 1;
 int x;