Hello,
The ARM GNU toolchain does not like at all "extended characters" (like '²' or '℃') that are completely OK with other GNU toolcahins (for ARM or other architectures).
The problem lies at the C preprocessor 'cpp'...
How can that be?!
Thank you.
Something to do with https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1949r7.html ?!?
Hi,I'm struggling to reproduce this. Can you post a testcase and commandline?