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 target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr33694.c
blob
fa62b9eaed2871b678b28d790006927d90337b32
1
/* { dg-do compile } */
2
/* { dg-options "-ansi" } */
3
4
/* This used to ICE with type-checking enabled. */
5
6
__SIZE_TYPE__
cnfs_mapcntl
(
long
pagesize
)
7
{
8
return
~(
__SIZE_TYPE__
)(
pagesize
-
1
);
9
}