Skip to content

Commit

Permalink
* gcc.dg/lto/resolutions_0.c: New testcase.
Browse files Browse the repository at this point in the history
From-SVN: r192167
  • Loading branch information
Jan Hubicka committed Oct 6, 2012
1 parent c295453 commit ba52e3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions gcc/testsuite/gcc.dg/lto/resolutions_0.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* { dg-require-linker-plugin "" } */
/* { dg-extra-ld-options "-fuse-linker-plugin -O1" } */

link_error()
{
}
main()
{
return 0;
}

0 comments on commit ba52e3c

Please sign in to comment.