public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix testsuite issue throwing off TCL
@ 2018-10-26  7:44 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2018-10-26  7:44 UTC (permalink / raw)
  To: gcc-patches


Committed.

Richard.

2018-10-26  Richard Biener  <rguenther@suse.de>

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

Index: gcc/testsuite/g++.dg/lto/odr-1_0.C
===================================================================
--- gcc/testsuite/g++.dg/lto/odr-1_0.C	(revision 265516)
+++ gcc/testsuite/g++.dg/lto/odr-1_0.C	(working copy)
@@ -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" }
 {
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-26  7:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-26  7:44 [PATCH] Fix testsuite issue throwing off TCL Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).