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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
inline2.C
blob
f1d19626685fc0c8232dbbe232fd6c327f399c8a
1
// { dg-do assemble }
2
// { dg-options "-O2 -Winline" }
3
// Origin: Martin Reinecke <martin@MPA-Garching.MPG.DE>
4
5
#include <cmath>
6
7
int main()
8
{
9
double foo = 4.5;
10
if (std::abs (0.5-std::abs (foo-0.5)) < 1e-10) foo+=1;
11
}