X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Fcpp0x%2Falias-decl-16.C;h=ce6ad0a62168b5b33f33324655389b36fa93d92f;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=d66660a5f4e2473b92ac42c8fe578723888cb953;hpb=b209d8dc611f3cd793491b8490522bdaf819622b;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/testsuite/g++.dg/cpp0x/alias-decl-16.C b/gcc/testsuite/g++.dg/cpp0x/alias-decl-16.C index d66660a..ce6ad0a 100644 --- a/gcc/testsuite/g++.dg/cpp0x/alias-decl-16.C +++ b/gcc/testsuite/g++.dg/cpp0x/alias-decl-16.C @@ -23,6 +23,6 @@ template using A3 = enum B3 {b = 0;}; //{ dg-error "types may not be defined in alias template" } -A3 a3; +A3 a3; // { dg-error "'A3' does not name a type" } int main() { }