Commit 88d0743e by Richard Guenther Committed by Richard Biener

attr-weak-hidden-1.c: Make definition of foo strong.

2011-02-14  Richard Guenther  <rguenther@suse.de>

	* gcc.dg/attr-weak-hidden-1.c: Make definition of foo strong.

From-SVN: r170128
parent ad56a54c
2011-02-14 Richard Guenther <rguenther@suse.de>
* gcc.dg/attr-weak-hidden-1.c: Make definition of foo strong.
2011-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR ada/41929
......
......@@ -3,4 +3,4 @@
/* { dg-require-visibility "" } */
/* { dg-options "-O2" } */
/* { dg-additional-sources "attr-weak-hidden-1a.c" } */
int __attribute__((weak, visibility("hidden"))) foo (void) { return 0; }
int __attribute__((visibility("hidden"))) foo (void) { return 0; }
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