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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20060801-1.c
blob
c036acbec8042d551aa494d9ee82422a371ba3d6
1
/* { dg-do compile { target fpic } } */
2
/* { dg-require-effective-target lp64 } */
3
/* { dg-options "-fPIC" } */
4
char
*
ptr
=
0
;
5
char
array
[
100
];
6
void
7
f
()
8
{
9
ptr
= &
array
[
0x100000000
ULL
];
/* A 33-bit constant. */
10
}