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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
null-6.C
blob
2efe5c2b8cc96a12262424ce08f1597cc93277f6
1
// PR c++/67941
2
// { dg-do run { target c++11 } }
3
// { dg-options -fsanitize=null }
4
5
int main(){ (+[](){})(); }