Commit 0d9255af by Rainer Orth Committed by Rainer Orth

Require -static support in gcc.dg/pie-static-[12].c (PR testsuite/81793)

	PR testsuite/81793
	* gcc.dg/pie-static-1.c: Require both static and pie support.
	* gcc.dg/pie-static-2.c: Likewise.

From-SVN: r251067
parent 7a7b545f
2017-08-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR testsuite/81793
* gcc.dg/pie-static-1.c: Require both static and pie support.
* gcc.dg/pie-static-2.c: Likewise.
2017-08-12 Pierre-Marie de Rodat <derodat@adacore.com>
PR ada/79542
......
/* { dg-do run { target pie } } */
/* { dg-do run } */
/* { dg-require-effective-target static } */
/* { dg-require-effective-target pie } */
/* { dg-options "-static -fpie -pie" } */
int main(void)
......
/* { dg-do run { target pie } } */
/* { dg-do run } */
/* { dg-require-effective-target pie } */
/* { dg-require-effective-target static } */
/* { dg-options "-fpie -pie -static" } */
int main(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