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