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
LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
ipa
/
pr71981.c
blob
1b2160246e80f8b703ce37f6bb715fc886de9fae
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -w" } */
3
4
int
**
a
;
5
static void
fn1
(
char
**
p1
) {
6
char
s
= *
p1
,
b
= &
s
;
7
while
(*
fn2
()[
a
])
8
;
9
}
10
int
main
() {
fn1
(
""
);
return
0
; }