[committed] Fix m68k testcase for c99
commit679adb2396a911b5999591f7a4f27a88064e91ff
authorJeff Law <jlaw@ventanamicro.com>
Thu, 14 Dec 2023 13:31:49 +0000 (14 06:31 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Thu, 14 Dec 2023 13:31:49 +0000 (14 06:31 -0700)
tree86ad3b2bd432beef18b3bc8f56c3956afc8473fb
parent65e41f4fbfc539c5cc429c684176f8ea39f4b8f2
[committed] Fix m68k testcase for c99

More fallout from the c99 conversion.   The m68k specific test pr63347.c calls
exit and abort without a prototype in scope.  This patch turns them into
__builtin calls avoiding the error.

Bootstrapped and regression tested on m68k-linux-gnu, pushed to the trunk.

gcc/testsuite
* gcc.target/m68k/pr63347.c: Call __builtin_abort and __builtin_exit
instead of abort and exit.
gcc/testsuite/gcc.target/m68k/pr63347.c