* gcc.target/powerpc/pr58673-1.c: Fix defaulting to int.
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2014 12:03:15 +0000 (12:03 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2014 12:03:15 +0000 (12:03 +0000)
* gcc.target/powerpc/pr58673-2.c: Add declarations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216313 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 50ba460..d030de3 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * gcc.dg/graphite/id-2.c: Likewise.
        * gcc.dg/graphite/id-4.c: Likewise.
index 6f7838f..3149c8c 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 b70d2ee..ab84670 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[])