]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Fix a few arc tests
authorJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:16:33 +0000 (22:16 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Sun, 3 Dec 2023 05:17:57 +0000 (22:17 -0700)
commit595c695216e72c8491bf20d30e5298e2064caa73
treeb75225e1bd7019f4ff606caceabe0ed562984cf9
parent2280317c3771a28e9288b7f4c4c23aa4b0ac31dd
[committed] Fix a few arc tests

Similar to others.  Where it's easy to fix the implicit types or add prototypes
I did.  One was just ugly and I didn't want to think too hard, so I just added
-fpermissive.

Pushed to the trunk.

gcc/testsuite
* gcc.target/arc/lra-1.c: Fix missing prototypes and implicit
types in variable definitions.
* gcc.target/arc/pic-1.c: Similarly.
* gcc.target/arc/pr9001191897.c: Similarly.
* gcc.target/arc/pr9001195952.c: Add -fpermissive.
gcc/testsuite/gcc.target/arc/lra-1.c
gcc/testsuite/gcc.target/arc/pic-1.c
gcc/testsuite/gcc.target/arc/pr9001191897.c
gcc/testsuite/gcc.target/arc/pr9001195952.c