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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr82353-2.C
blob
31a35ac3a0236c1f7c55f5b730439e58b2293c19
1
// PR sanitizer/82353
2
// { dg-do run }
3
// { dg-options "-fsanitize=undefined -fno-sanitize-recover=undefined -std=c++11 -O2 -w" }
4
// { dg-additional-sources "pr82353-2-aux.cc" }
5
6
#include "pr82353-2.h"
7
8
unsigned long f, g;
9
bool h, k, j, i;
10
unsigned char l, m;
11
short n;
12
unsigned o;
13
F p;
14
15
int
16
main ()
17
{
18
foo ();
19
bar ();
20
}