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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr95141.c
blob
b6cbba2f9087bedbf9c4acb4e5c9bfa3969022f1
1
/* { dg-do compile } */
2
3
#include <stdint.h>
4
5
uint64_t
test
(
uint8_t
IA1
)
6
{
7
return
(
uint8_t
)(
IA1
&
158
) &
1UL
;
/* { dg-bogus "integer overflow" } */
8
}