Skip to content
Snippets Groups Projects
Commit df92df0c authored by Alexandre Oliva's avatar Alexandre Oliva Committed by Alexandre Oliva
Browse files

[testsuite] [aarch64] Require fpic effective target.


Co-authored-by: default avatarOlivier Hainque <hainque@adacore.com>

for  gcc/testsuite/ChangeLog

	* gcc.target/aarch64/pr94201.c: Add missing
	dg-require-effective-target fpic.
	* gcc.target/aarch64/pr103085.c: Likewise.
parent 514c6b1c
No related branches found
No related tags found
No related merge requests found
/* { dg-do compile } */
/* { dg-options "-O2 -fstack-protector-strong -fPIC" } */
/* { dg-require-effective-target fpic } */
void g(int*);
void
......
/* { dg-do compile } */
/* { dg-options "-mcmodel=tiny -mabi=ilp32 -fPIC" } */
/* { dg-require-effective-target fpic } */
extern int bar (void *);
extern long long a;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment