]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Fix minor testsuite problems on H8 after C99 changes
authorJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:03:28 +0000 (22:03 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:03:28 +0000 (22:03 -0700)
commit622c5356676caec1dc970869d6671244703f0559
tree5f1f85077fd2fd0259d6ed96c5fd69f224ff8b92
parent870b63fe71607b94c0e5b0c6e61cd807e0216ddd
[committed] Fix minor testsuite problems on H8 after C99 changes

Two minor regressions on the H8 were triggered by the C99 changes.  First
pr58400.c has several functions without prototypes.  I just added -fpermissive
to that test.  Second pr17306-2.c has a single call to an unprototyped function
for which I added the prototype.

These are both H8 specific tests.

gcc/testsuite
* gcc.target/h8300/pr58400.c: Add -fpermissive.
* gcc.target/h8300/pr17306-2.c: Add missing prototype.
gcc/testsuite/gcc.target/h8300/pr17306-2.c
gcc/testsuite/gcc.target/h8300/pr58400.c