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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
920413-1.c
blob
6e8fff7eb0b95d855485e5431f8ced4384b2a31b
1
/* { dg-do compile } */
2
/* { dg-options "-Wtraditional" } */
3
4
int
5
x
(
b
)
6
{
7
return
8
4294967295U
/* { dg-warning "width of integer|traditional C rejects" } */
9
/ (
unsigned long
)
b
;
10
}