diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c b/gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c new file mode 100644 index 000000000..43ea76a0e --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/warn-normalized-3.c @@ -0,0 +1,5 @@ +// { dg-do preprocess } +// { dg-options "-std=gnu99 -fdiagnostics-show-option -fextended-identifiers -Werror=normalized=" } +/* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */ + // { dg-prune-output ".*-Werror=normalized=: set -Wnormalized=nfc.*" } +\u0F43 // { dg-error "`.U00000f43' is not in NFC .-Werror=normalized=." } |