Commit 28926046 by Volker Reichelt Committed by Volker Reichelt

re PR c++/17609 (spurious error message after using keyword)

	PR c++/17609
	* g++.dg/lookup/error1.C: New test.

From-SVN: r104488
parent 82798eae
2005-09-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/17609
* g++.dg/lookup/error1.C: New test.
2005-09-21 Dorit Nuzman <dorit@il.ibm.com>
* gcc.dg/vect/vect-dv-2.c: Change loop bound and restore original
// PR c++/17609
// Origin: <papadopo@shfj.cea.fr>
// { dg-do compile }
namespace N { int i; }
void foo() { i; } // { dg-error "not declared" }
using namespace N;
void bar() { i; }
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