Commit 9357bae9 by David Edelsohn Committed by David Edelsohn

* g++.dg/cpp/ucn-1.C: Fix typo.

From-SVN: r230376
parent 3e636daf
2015-11-14 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/cpp/ucn-1.C: Fix typo.
2015-11-13 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/init/vbase1.C: XFAIL powerpc*-*-*.
......
......@@ -9,7 +9,7 @@ int main()
int c\u0041c; // { dg-error "not valid in an identifier" }
// $ is OK on most targets; not part of basic source char set
int c\u0024c; // { dg-error "not valid in an identifier" { target { powerpc-ibm-aix* } } }
int c\u0024c; // { dg-error "not valid in an identifier" "" { target { powerpc-ibm-aix* } } }
U"\uD800"; // { dg-error "not a valid universal character" }
}
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