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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr33695.c
blob
2d3ffbd6688c778355d08a338334bcd52a5b372b
1
/* { dg-do compile } */
2
3
/* We used to ICE with type-checking enabled. */
4
5
unsigned int
bfstages
(
int
M
,
float
*
Utbl
,
int
Ustride
)
6
{
7
return
((
unsigned int
)
1
<<
M
) *
Ustride
;
8
}