Avoid undeclared use of abort in gcc.dg/cpp/wchar-1.c
commit7e3c58bfc1d957e48faf0752758da0fed811ed58
authorFlorian Weimer <fweimer@redhat.com>
Mon, 6 Nov 2023 17:38:04 +0000 (6 18:38 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 6 Nov 2023 18:52:18 +0000 (6 19:52 +0100)
tree9740613f5984f4deea07a5e0111256d4d610acf0
parent0794263c957ef1f66a5a985ffb8d21031f73be47
Avoid undeclared use of abort in gcc.dg/cpp/wchar-1.c

This should be safe because this is a preprocessor test; it
should not exercise implicit function declarations.

* gcc.dg/cpp/wchar-1.c (main): Call __builtin_abort instead of
abort.
gcc/testsuite/gcc.dg/cpp/wchar-1.c