diff options
author | Martin Sebor <msebor@redhat.com> | 2019-06-18 13:06:31 +0000 |
---|---|---|
committer | Martin Sebor <msebor@gcc.gnu.org> | 2019-06-18 07:06:31 -0600 |
commit | a9b6c90c5db3af10bae59db568c68002d8ed9969 (patch) | |
tree | 753797d21f74b38684fcbdf488cb21ed3e59f622 /gcc | |
parent | ace11c95e2d5d75a0100b9162a86c85b34a277a9 (diff) | |
download | gcc-a9b6c90c5db3af10bae59db568c68002d8ed9969.zip gcc-a9b6c90c5db3af10bae59db568c68002d8ed9969.tar.gz gcc-a9b6c90c5db3af10bae59db568c68002d8ed9969.tar.bz2 |
pr90866-2.c: Remove a pointless declaration to avoid compilation errors on arm-none-eabi.
gcc/testsuite/ChangeLog:
* gcc.dg/pr90866-2.c: Remove a pointless declaration
to avoid compilation errors on arm-none-eabi.
From-SVN: r272418
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr90866-2.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 321565c..cc5feca 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-06-18 Martin Sebor <msebor@redhat.com> + + * gcc.dg/pr90866-2.c: Remove a pointless declaration + to avoid compilation errors on arm-none-eabi. + 2019-06-18 Szabolcs Nagy <szabolcs.nagy@arm.com> * gcc.target/aarch64/pcs_attribute-2.c: Remove ifunc usage. diff --git a/gcc/testsuite/gcc.dg/pr90866-2.c b/gcc/testsuite/gcc.dg/pr90866-2.c index 8c11049..25cb4dc 100644 --- a/gcc/testsuite/gcc.dg/pr90866-2.c +++ b/gcc/testsuite/gcc.dg/pr90866-2.c @@ -13,7 +13,7 @@ typedef struct { e buffer; } f; int g, h; -int i(); + int i(f *j, d *k, b l, int m) { if (l) if (m) { |