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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
bitint-11.c
blob
bf11206a46be8e0da9a8b0260ed4bd97e93dcab8
1
/* PR c/102989 */
2
/* { dg-do compile { target bitint } } */
3
/* { dg-options "-O2 -std=c23 -pedantic-errors" } */
4
5
int
6
foo
(
_BitInt
(
127
)
x
,
_BitInt
(
127
)
y
)
7
{
8
return
x
<
y
;
9
}