repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
const4.C
blob
6e30d9e906cb4168d78b5b4912ea5fc421e33201
1
// { dg-do compile }
2
3
int lValue;
4
int main()
5
{
6
switch (lValue)
7
{
8
case -(int)((2U << (8 * sizeof(int) - 2)) - 1) - 1:;
9
}
10
}