Commit 2e23f6d9 by Rainer Orth Committed by Rainer Orth

re PR tree-optimization/48775 (gcc.dg/pr48616.c FAILs on Tru64 UNIX)

	PR tree-optimization/48775
	* gcc.dg/pr48616.c: Also add -fno-common on alpha*-dec-osf*.

From-SVN: r173125
parent 546a4197
2011-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR tree-optimization/48775
* gcc.dg/pr48616.c: Also add -fno-common on alpha*-dec-osf*.
2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/48798
......
/* PR tree-optimization/48616 */
/* { dg-do run } */
/* { dg-options "-O2 -ftree-vectorize" } */
/* { dg-options "-O2 -ftree-vectorize -fno-common" { target hppa*-*-hpux* } } */
/* { dg-options "-O2 -ftree-vectorize -fno-common" { target alpha*-dec-osf* 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