Commit a7c55258 by Jack Howarth Committed by H.J. Lu

Use -Wl,-undefined,dynamic_lookup on darwin

	* gcc.dg/torture/pr53922.c: Use -Wl,-undefined,dynamic_lookup on
	darwin.

From-SVN: r193193
parent 50619002
2012-11-05 Jack Howarth <howarth@bromo.med.uc.edu>
* gcc.dg/torture/pr53922.c: Use -Wl,-undefined,dynamic_lookup on
darwin.
2012-11-05 Eric Botcazou <ebotcazou@adacore.com>
* g++.dg/torture/20121105-1.C: New test.
......
/* { dg-do run } */
/* { dg-require-weak "" } */
/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } { "*" } { "" } } */
/* { dg-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } } */
int x(int a)
{
......
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