]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix up ucn-1.C for C++26
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Jul 2024 19:01:03 +0000 (21:01 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 28 Jul 2024 17:06:01 +0000 (19:06 +0200)
commitc38ba39b3efbaffa28f1669ac8a724e988b0ea53
tree1fcd7c75fe415a67322ecedacccbb53af9bf4c32
parentfecd62edad9f9649e2e7f52d5520cd10a4c52d8a
testsuite: Fix up ucn-1.C for C++26

On Fri, Jul 26, 2024 at 11:43:13AM -0400, Jason Merrill wrote:
> I'm now seeing a -std=c++26 failure on g++.dg/cpp/ucn-1.C.

I don't remember seeing it when I wrote the patch, but today I see it as
well.

2024-07-26  Jakub Jelinek  <jakub@redhat.com>

* g++.dg/cpp/ucn-1.C (main): Expect error on c\u0024c identifier also
for C++26.
gcc/testsuite/g++.dg/cpp/ucn-1.C