PR lto/41584
* gcc.dg/lto/
20100603-1_0.c: New testcase.
* gcc.dg/lto/
20100603-2_0.c: Likewise.
* gcc.dg/lto/
20100603-3_0.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160223
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-06-03 Richard Guenther <rguenther@suse.de>
+
+ PR lto/41584
+ * gcc.dg/lto/20100603-1_0.c: New testcase.
+ * gcc.dg/lto/20100603-2_0.c: Likewise.
+ * gcc.dg/lto/20100603-3_0.c: Likewise.
+
2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/44218
--- /dev/null
+/* { dg-lto-do link } */
+/* { dg-extra-ld-options {-r -nostdlib} } */
+
+/* This file intentionally left empty. */
--- /dev/null
+/* { dg-lto-do link } */
+/* { dg-extra-ld-options {-r -nostdlib} } */
+
+int foo;
+int *i = &foo;
--- /dev/null
+/* { dg-lto-do link } */
+/* { dg-extra-ld-options {-r -nostdlib} } */
+
+int i = 42;