aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2008-12-19 17:53:51 +0000
committerAndrew Haley <aph@gcc.gnu.org>2008-12-19 17:53:51 +0000
commitc4e93e284baacb195089dd2f8f579db7b02a102a (patch)
tree9dd167df1f95d2d0e4704af1586a90955d6a9eeb /gcc/builtins.c
parent007403f342591e4591c9e5af92f9e7f708a49fd0 (diff)
downloadgcc-c4e93e284baacb195089dd2f8f579db7b02a102a.zip
gcc-c4e93e284baacb195089dd2f8f579db7b02a102a.tar.gz
gcc-c4e93e284baacb195089dd2f8f579db7b02a102a.tar.bz2
builtins.c, [...]: Fix comments.
2008-12-19 Andrew Haley <aph@redhat.com> * builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c: Fix comments. From-SVN: r142839
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index afb3b3f..d64290d3 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -7682,7 +7682,7 @@ fold_builtin_sqrt (tree arg, tree type)
tree tree_root;
/* The inner root was either sqrt or cbrt. */
/* This was a conditional expression but it triggered a bug
- in the Solaris 8 compiler. */
+ in Sun C 5.5. */
REAL_VALUE_TYPE dconstroot;
if (BUILTIN_SQRT_P (fcode))
dconstroot = dconsthalf;