pr58673-1.c: Fix defaulting to int.
authorMarek Polacek <polacek@redhat.com>
Thu, 16 Oct 2014 12:03:15 +0000 (12:03 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Thu, 16 Oct 2014 12:03:15 +0000 (12:03 +0000)
* gcc.target/powerpc/pr58673-1.c: Fix defaulting to int.
* gcc.target/powerpc/pr58673-2.c: Add declarations.

From-SVN: r216313

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr58673-1.c
gcc/testsuite/gcc.target/powerpc/pr58673-2.c

index 50ba460208897c085c3e7f95601dec2599ab8125..d030de341423c56f8c490ee3a6a691128491a729 100644 (file)
@@ -1,3 +1,8 @@
+2014-10-16  Marek Polacek  <polacek@redhat.com>
+
+       * gcc.target/powerpc/pr58673-1.c: Fix defaulting to int.
+       * gcc.target/powerpc/pr58673-2.c: Add declarations.
+
 2014-10-16  Marek Polacek  <polacek@redhat.com>
 
        * gcc.dg/graphite/id-1.c: Fix defaulting to int.
index 6f7838f8ddece451e1db0270a90964641b7d0d86..3149c8c7e4a4d0ac00c005a4967e331018c33a2f 100644 (file)
@@ -65,6 +65,7 @@ deduce_conversion (from, to)
 
 void
 bc_expand_binary_operation (optab, resulttype, arg0, arg1)
+     int resulttype, arg0, arg1;
      struct binary_operator optab[];
 {
   int i, besti, cost, bestcost;
index b70d2eed88ce8d3659854c07d6a3d7a57d07e1b8..ab84670a7362246331e82e8ead6c124c917d8d91 100644 (file)
@@ -90,6 +90,9 @@ typedef struct
   t_coupl_LJ *tcLJ;
 }
 t_coupl_rec;
+void xvgr_legend ();
+real calc_deviation ();
+void pr_dev ();
 static void
 pr_ff (t_coupl_rec * tcr, real time, t_idef * idef, t_commrec * cr, int nfile,
        t_filenm fnm[])