repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr59415.C
blob
9016226312ad6fcd71c6ee57052e7fb9d0161738
1
/* { dg-do compile } */
2
/* { dg-options "-fsanitize=null -Wall -fvtable-verify=std -fno-lto" } */
3
4
void
5
foo (void)
6
{
7
throw 0;
8
}