projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed0e48
)
Fix typo.
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 7 Nov 2008 10:21:38 +0000
(10:21 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Fri, 7 Nov 2008 10:21:38 +0000
(10:21 +0000)
From-SVN: r141671
gcc/ada/gcc-interface/trans.c
patch
|
blob
|
history
diff --git
a/gcc/ada/gcc-interface/trans.c
b/gcc/ada/gcc-interface/trans.c
index
7a82004
..
4324c92
100644
(file)
--- a/
gcc/ada/gcc-interface/trans.c
+++ b/
gcc/ada/gcc-interface/trans.c
@@
-74,7
+74,7
@@
#endif
/* For efficient float-to-int rounding, it is necessary to know whether
- floating-point arithmetic
on
may use wider intermediate results.
+ floating-point arithmetic may use wider intermediate results.
When FP_ARITH_MAY_WIDEN is not defined, be conservative and only assume
floating-point arithmetic does not widen if double precision is emulated. */