Commit b8d090db by Rainer Orth Committed by Rainer Orth

Fix missing g++.dg/torture/pr83619.C warning

	* g++.dg/torture/pr83619.C: Remove dg-message.

From-SVN: r256890
parent 1a92f9f6
2018-01-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/torture/pr83619.C: Remove dg-message.
2018-01-19 Martin Liska <mliska@suse.cz> 2018-01-19 Martin Liska <mliska@suse.cz>
* gcc.dg/predict-1.c: Adjust expected probability. * gcc.dg/predict-1.c: Adjust expected probability.
......
...@@ -24,7 +24,7 @@ public: ...@@ -24,7 +24,7 @@ public:
static void static void
c (e *g) c (e *g)
{ {
g->c (); // { dg-message "incomplete" } g->c ();
} }
}; };
}; };
......
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