Skip due to lack of function sections on 32-bit hpux targets. dave -- John David Anglin dave.ang...@bell.net
2015-12-28 John David Anglin <dang...@gcc.gnu.org> * gcc.dg/pr49551.c: Skip on hppa*-*-hpux*. 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;