Commit f3d95c69 by Tom de Vries Committed by Tom de Vries

Remove superfluous function declaration

2014-07-31  Tom de Vries  <tom@codesourcery.com>

	* gcc.dg/pr51879-7.c: Remove superfluous declaration of bar.

From-SVN: r213383
parent 9052a1e3
2014-07-31 Tom de Vries <tom@codesourcery.com>
* gcc.dg/pr51879-7.c: Remove superfluous declaration of bar.
2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.target/aarch64/scalar_intrinsics.c (test_vpaddd_f64): New.
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-pre" } */
int bar (int);
int z;
void
......
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