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++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr113895-3.c
blob
d8760e7de5437856dea9a28ca82a28fa9eaa4e17
1
/* { dg-do compile } */
2
/* { dg-additional-options "-std=gnu17" } */
3
4
extern
void
f
();
5
char
a
[
1
][
1
],
b
;
6
int
main
() {
7
int
c
= -
1U
;
8
if
(
b
)
9
f
(
a
[
c
][
b
]);
10
return
0
;
11
}