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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
opt
/
pr55137.C
blob
73f8092af279dd21b10e8f544344b70baed236dc
1
// PR c++/55137
2
// { dg-do compile }
3
4
enum E { F = -1 + (int) (sizeof (int) - 1) };