]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/lto/resolutions_0.c: New testcase.
authorJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 17:43:07 +0000 (17:43 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 6 Oct 2012 17:43:07 +0000 (17:43 +0000)
From-SVN: r192167

gcc/testsuite/gcc.dg/lto/resolutions_0.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.dg/lto/resolutions_0.c b/gcc/testsuite/gcc.dg/lto/resolutions_0.c
new file mode 100644 (file)
index 0000000..9e59cb0
--- /dev/null
@@ -0,0 +1,10 @@
+/* { dg-require-linker-plugin "" } */
+/* { dg-extra-ld-options "-fuse-linker-plugin -O1" } */
+
+link_error()
+{
+}
+main()
+{
+  return 0;
+}