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
Revert DECL_USER_ALIGN part of r241959
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
pr66343-2.c
blob
a86e61d1fe62a5f4bc725796f6fa04050c929db4
1
/* PR sanitizer/66343 */
2
/* { dg-options "-fsanitize=undefined" } */
3
4
#include
"pr66343-2.h"
5
6
void
7
bar
(
int
a
,
int
b
)
8
{
9
a
/
b
;
10
}