Commit 6c0975ac by Marek Polacek Committed by Marek Polacek

pr58673-1.c: Fix defaulting to int.

	* gcc.target/powerpc/pr58673-1.c: Fix defaulting to int.
	* gcc.target/powerpc/pr58673-2.c: Add declarations.

From-SVN: r216313
parent 66346a05
2014-10-16 Marek Polacek <polacek@redhat.com> 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-1.c: Fix defaulting to int.
* gcc.dg/graphite/id-2.c: Likewise. * gcc.dg/graphite/id-2.c: Likewise.
* gcc.dg/graphite/id-4.c: Likewise. * gcc.dg/graphite/id-4.c: Likewise.
......
...@@ -65,6 +65,7 @@ deduce_conversion (from, to) ...@@ -65,6 +65,7 @@ deduce_conversion (from, to)
void void
bc_expand_binary_operation (optab, resulttype, arg0, arg1) bc_expand_binary_operation (optab, resulttype, arg0, arg1)
int resulttype, arg0, arg1;
struct binary_operator optab[]; struct binary_operator optab[];
{ {
int i, besti, cost, bestcost; int i, besti, cost, bestcost;
......
...@@ -90,6 +90,9 @@ typedef struct ...@@ -90,6 +90,9 @@ typedef struct
t_coupl_LJ *tcLJ; t_coupl_LJ *tcLJ;
} }
t_coupl_rec; t_coupl_rec;
void xvgr_legend ();
real calc_deviation ();
void pr_dev ();
static void static void
pr_ff (t_coupl_rec * tcr, real time, t_idef * idef, t_commrec * cr, int nfile, pr_ff (t_coupl_rec * tcr, real time, t_idef * idef, t_commrec * cr, int nfile,
t_filenm fnm[]) t_filenm fnm[])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment