pr90866-2.c: Remove a pointless declaration to avoid compilation errors on arm-none...
authorMartin Sebor <msebor@redhat.com>
Tue, 18 Jun 2019 13:06:31 +0000 (13:06 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Tue, 18 Jun 2019 13:06:31 +0000 (07:06 -0600)
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
gcc/testsuite/gcc.dg/pr90866-2.c

index 321565c..cc5feca 100644 (file)
@@ -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.
index 8c11049..25cb4dc 100644 (file)
@@ -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) {