From: msebor Date: Tue, 18 Jun 2019 13:06:31 +0000 (+0000) Subject: gcc/testsuite/ChangeLog: X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31f786a3df9b4f3cc428ea997f547ccd9ac25f11;p=thirdparty%2Fgcc.git gcc/testsuite/ChangeLog: * gcc.dg/pr90866-2.c: Remove a pointless declaration to avoid compilation errors on arm-none-eabi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272418 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 321565cdb3c3..cc5fecaf858d 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 8c110498154a..25cb4dc421fc 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) {