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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr104644.c
blob
70bf3a49647fb1289048d5b083be3df7fa497c5b
1
/* PR tree-optimization/104644 */
2
/* { dg-do compile } */
3
/* { dg-options "-Wno-overflow" } */
4
5
int
6
foo
(
void
)
7
{
8
return
__builtin_bswap16
(
1.31072e+5
f
) != (
signed char
)
1.31072e+5
f
;
9
}