Commit 579ad6bf by Volker Reichelt Committed by Volker Reichelt

re PR c++/18368 (C++ error message regression)

	PR c++/18368
	* g++.dg/other/semicolon.C: New test.

From-SVN: r104378
parent 8fe07c42
2005-09-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/18368
* g++.dg/other/semicolon.C: New test.
2005-09-16 Joseph S. Myers <joseph@codesourcery.com>
* g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL,
// PR c++/18368
// Origin: Chris Lattner <sabre@nondot.org>
// { dg-do compile }
struct A
{
struct B { int i; }
void foo(); // { dg-error "two or more|return type" }
}; // { dg-error "semicolon is missing" "" { target *-*-* } 8 }
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