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
This commit is contained in:
parent
9052a1e331
commit
f3d95c6903
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
|
||||||
|
|
||||||
* gcc.target/aarch64/scalar_intrinsics.c (test_vpaddd_f64): New.
|
* gcc.target/aarch64/scalar_intrinsics.c (test_vpaddd_f64): New.
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O2 -fdump-tree-pre" } */
|
/* { dg-options "-O2 -fdump-tree-pre" } */
|
||||||
|
|
||||||
int bar (int);
|
|
||||||
|
|
||||||
int z;
|
int z;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user