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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr59415.C
blob
4c373f7c9273aa2fec2e798f328a1b687a7197fe
1
/* { dg-do compile } */
2
/* { dg-options "-fsanitize=null -Wall -fvtable-verify=std" } */
3
4
void
5
foo (void)
6
{
7
throw 0;
8
}