Commit 000c7a93 by Jakub Jelinek

Remove bogus initial lines from test.

2020-01-15  Jakub Jelinek  <jakub@redhat.com>

	PR lto/91576
	* g++.dg/lto/odr-8_1.C: Remove bogus initial lines.
parent fbbc4c24
2020-01-15 Jakub Jelinek <jakub@redhat.com> 2020-01-15 Jakub Jelinek <jakub@redhat.com>
PR lto/91576
* g++.dg/lto/odr-8_1.C: Remove bogus initial lines.
PR target/93009 PR target/93009
* gcc.target/i386/avx512vl-pr93009.c: New test. * gcc.target/i386/avx512vl-pr93009.c: New test.
2020-01-14 Jan Hubicka <hubicka@ucw.cz> 2020-01-14 Jan Hubicka <hubicka@ucw.cz>
PR lto/91576 PR lto/91576
* testsuite/g++.dg/lto/odr-8_0.C: New testcase. * g++.dg/lto/odr-8_0.C: New testcase.
* testsuite/g++.dg/lto/odr-8_1.C: New testcase. * g++.dg/lto/odr-8_1.C: New testcase.
2020-01-14 David Malcolm <dmalcolm@redhat.com> 2020-01-14 David Malcolm <dmalcolm@redhat.com>
......
--- a/gcc/testsuite/g++.dg/lto/odr-8_1.C
+++ b/gcc/testsuite/g++.dg/lto/odr-8_1.C
@@ -1,9 +1,9 @@
struct a {char c; a() {} a(struct a &) {}}; // { dg-lto-message "one type needs to be constructed while other not" } struct a {char c; a() {} a(struct a &) {}}; // { dg-lto-message "one type needs to be constructed while other not" }
extern int test (struct a *a); extern int test (struct a *a);
int int
......
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