re PR lto/87754 (ICE in odr_types_equivalent_p, at ipa-devirt.c:1250)
authorRichard Biener <rguenther@suse.de>
Fri, 26 Oct 2018 07:19:07 +0000 (07:19 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 26 Oct 2018 07:19:07 +0000 (07:19 +0000)
2018-10-26  Richard Biener  <rguenther@suse.de>

PR testsuite/87754
* g++.dg/lto/odr-1_0.C: Fix pattern.

From-SVN: r265518

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/odr-1_0.C

index 082e342f3f918e4e21325ffcab83a0d0d11c8532..73739030993f5e390072f95b7ff2dabd02125bdf 100644 (file)
@@ -1,3 +1,8 @@
+2018-10-26  Richard Biener  <rguenther@suse.de>
+
+       PR testsuite/87754
+       * g++.dg/lto/odr-1_0.C: Fix pattern.
+
 2018-10-26  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/87746
index c59f169e4dc5f40a2255548d8ed16a967b3c0f0a..8eabe7b1583032f68cd7d81caf45da75cca4fc11 100644 (file)
@@ -3,6 +3,6 @@
 struct a { // { dg-lto-warning "8: type 'struct a' violates the C\\+\\+ One Definition Rule" }
   struct b *ptr; // { dg-lto-message "13: the first difference of corresponding definitions is field 'ptr'" }
 };
-void test(struct a *) // { dg-lto-warning "6: warning: 'test' violates the C++ One Definition Rule" }
+void test(struct a *) // { dg-lto-warning "6: warning: 'test' violates the C\\+\\+ One Definition Rule" }
 {
 }