From a9b6c90c5db3af10bae59db568c68002d8ed9969 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Tue, 18 Jun 2019 13:06:31 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/pr90866-2.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) { -- 2.7.4