Commit bad2e812 by Rainer Orth Committed by Rainer Orth

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
parent dcc48fac
2012-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 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. * g++.dg/ext/visibility/template9.C: Add dg-require-visibility.
2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2012-01-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
/* { dg-additional-options "-flat_namespace -undefined suppress" { target *-*-darwin* } } */ /* { dg-additional-options "-flat_namespace -undefined suppress" { target *-*-darwin* } } */
/* { dg-require-weak "" } */ /* { dg-require-weak "" } */
/* { dg-do run { target native } } */ /* { 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 (); extern int __attribute__ ((weak)) Foo ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment