repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adjust scan string for PIE
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr37303.c
blob
bd9f4a8a6c548eb61cda20f11c17d20805d9f594
1
/* { dg-do compile { target *-*-elf* *-*-gnu* } } */
2
/* { dg-options "-std=c99" }
3
/* { dg-final { scan-assembler "rdata|rodata" } } */
4
5
struct
S
{
const int
*
x
; }
s
= { (
const int
[]){
1
,
2
,
3
} };