This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: support C/C++ identifiers named with non-ASCII characters
Simon Marchi 於 2018/5/21 下午10:03 寫道:
Could you please write a small test case in testsuite/gdb.base with
the example
you gave, so we make sure this doesn't get broken later? If you can
write it
in such a way that both clang and gcc understand it would be better,
because
most people run the testuite using gcc to compile test programs.
Oops, sorry, Simon, I forgot the test part in the second upload.
Clang is compatible with the GCC workaround \uXXXX. So I will write the
test case in that format.
But it's late here, I will do it tomorrow.