Skip gcc.misc-tests/gcov-14.c on Tru64 UNIX

* gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
	Remove default options on hppa*-*-hpux*.

From-SVN: r183344
This commit is contained in:
Rainer Orth 2012-01-20 17:08:43 +00:00 committed by Rainer Orth
parent dcc48fac5b
commit bad2e812fe
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.misc-tests/gcov-14.c: Skip on alpha*-dec-osf*.
Remove default options on hppa*-*-hpux*.
2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/ext/visibility/template9.C: Add dg-require-visibility.

View File

@ -5,7 +5,8 @@
/* { dg-additional-options "-flat_namespace -undefined suppress" { target *-*-darwin* } } */
/* { dg-require-weak "" } */
/* { dg-do run { target native } } */
/* { dg-skip-if "undefined weak not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } { "*" } { "" } } */
/* { dg-skip-if "undefined weak not supported" { alpha*-dec-osf* } } */
/* { dg-skip-if "undefined weak not supported" { { hppa*-*-hpux* } && { ! hppa*64*-*-* } } } */
extern int __attribute__ ((weak)) Foo ();