[committed] Fix comp-goto-1.c on 16 bit targets
commitd5c823b033bb6409bbcd115b318093126f5a674f
authorJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:32:22 +0000 (2 22:32 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:32:22 +0000 (2 22:32 -0700)
treedf468127406ff2f6575857be7acae7177bd65de0
parent595c695216e72c8491bf20d30e5298e2064caa73
[committed] Fix comp-goto-1.c on 16 bit targets

I don't remember what port triggered this, but it's obviously that
comp-goto-1.c needs to be fixed.

Basically the test has two implementations.  One is just a dummy with no return
value on main() triggering the new errors.

gcc/testsuite
* gcc.c-torture/execute/comp-goto-1.c: Fix return value of main for
16 bit targets.
gcc/testsuite/gcc.c-torture/execute/comp-goto-1.c