Commit d2b897f4 by John David Anglin Committed by John David Anglin

pr48616.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.

	* gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
	hppa*-*-hpux*.

From-SVN: r172899
parent 7ee28a74
2011-04-23 John David Anglin <dave.anglin@nrc-cnrc.ca>
* gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.
2011-04-23 Tobias Burnus <burnus@net-b.de>
PR fortran/18918
......
/* PR tree-optimization/48616 */
/* { dg-do run } */
/* { dg-options "-O2 -ftree-vectorize" } */
/* { dg-options "-O2 -ftree-vectorize -fno-common" { target hppa*-*-hpux* } } */
extern void abort (void);
int a[4] __attribute__((aligned (32)));
......
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