Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3169)

Unified Diff: gcc/gcc/testsuite/g++.dg/lookup/name-clash4.C

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/g++.dg/lookup/name-clash4.C
diff --git a/gcc/gcc/testsuite/g++.dg/lookup/name-clash4.C b/gcc/gcc/testsuite/g++.dg/lookup/name-clash4.C
index d4ff551339353ac125c398a31ca02367b94764eb..490f7500ec6f125be373d472d99ac99b259e4376 100644
--- a/gcc/gcc/testsuite/g++.dg/lookup/name-clash4.C
+++ b/gcc/gcc/testsuite/g++.dg/lookup/name-clash4.C
@@ -9,4 +9,4 @@ struct A
template<int> struct A {}; // { dg-error "same name" }
};
-A::A<0> a; // { dg-error "not a template" }
+A::A<0> a; // { dg-error "not a template|constructor" }
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/lookup/hidden-temp-class4.C ('k') | gcc/gcc/testsuite/g++.dg/lookup/strong-using-2.C » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698