From: Martin Sebor Date: Tue, 18 Jun 2019 13:06:31 +0000 (+0000) Subject: pr90866-2.c: Remove a pointless declaration to avoid compilation errors on arm-none... X-Git-Tag: upstream/12.2.0~23868 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9b6c90c5db3af10bae59db568c68002d8ed9969;p=platform%2Fupstream%2Fgcc.git 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 --- 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 + + * gcc.dg/pr90866-2.c: Remove a pointless declaration + to avoid compilation errors on arm-none-eabi. + 2019-06-18 Szabolcs Nagy * 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) {