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 another crash with invalid new operators [PR117463]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr82765.c
blob
03534b0cbd524508dc669f54ee5c88917c0644d1
1
/* { dg-do compile } */
2
/* { dg-options "-fpermissive -Os -w" } */
3
4
int
a
[
1
][
1
];
5
int
main
() {
int
*
b
[] = {
a
,
a
[
1820408606019012862278468
],
a
,
a
,
a
}; }