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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20060801-1.c
blob
26cc7c21d85c63f6f65247e5acbccd071d5de63a
1
/* { dg-do compile { target { lp64 } } } */
2
/* { dg-options "-fPIC" } */
3
char
*
ptr
=
0
;
4
char
array
[
100
];
5
void
6
f
()
7
{
8
ptr
= &
array
[
0x100000000
ULL
];
/* A 33-bit constant. */
9
}