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
Fortran: fix NULL without MOLD argument to scalar DT pointer dummy [PR118179]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
array32.C
blob
06b27a94a8acab18efad7cc38e8fb2851fb52b99
1
// PR c++/42315
2
3
extern int x[];
4
5
int i = x[0];
6
7
int x[] = 0; // { dg-error "" }