diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index afb3b3f..d64290d 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; |