Commit eac8df5d by Jan Hubicka

Add missing testcase.

From-SVN: r165986
parent 030cd86c
/* { dg-lto-do link } */
/* { dg-lto-options {{-flto -r -nostdlib -O}} } */
extern void baz (void);
static void __attribute__ ((constructor))
bar (void)
{
baz ();
}
void
foo (void)
{
bar ();
}
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