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
2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr39482.c
blob
4e2dfa724a97f981562dc54596a735b7f2018d6c
1
/* { dg-do compile } */
2
/* { dg-options "-mno-sse2" } */
3
4
extern
double
log
(
double
__x
);
5
6
double
foo
(
unsigned long int
m_liOutputBufferLen
)
7
{
8
return
log
((
double
)
m_liOutputBufferLen
);
9
}