]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtins.c, [...]: Fix comments.
authorAndrew Haley <aph@redhat.com>
Fri, 19 Dec 2008 17:53:51 +0000 (17:53 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 19 Dec 2008 17:53:51 +0000 (17:53 +0000)
2008-12-19  Andrew Haley  <aph@redhat.com>

* builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c:
Fix comments.

From-SVN: r142839

gcc/ChangeLog
gcc/builtins.c
gcc/fixed-value.c
gcc/tree-ssa-loop-ivopts.c

index 581efadd6bcf29b1926c932844d0e5fd5ec8060e..9b9858538244c070e7b85d9ee96ff6ce7bb15fee 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-19  Andrew Haley  <aph@redhat.com>
+
+       * builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c:
+       Fix comments.
+
 2008-12-19  Richard Earnshaw  <rearnsha@arm.com>
 
        PR target/38548
index afb3b3fdb328a31b5fd1b20047313b9faf9fdf6b..d64290d3a0ca00e1e91683815eaac018ccff03e9 100644 (file)
@@ -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;
index d7f6413b29a6a91bcdcc7c7f76d4f431b056f15a..2fe1b160c8edee15da3e896642db6cb70cc05b81 100644 (file)
@@ -295,8 +295,8 @@ do_fixed_add (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a,
   double_int temp;
   int i_f_bits;
 
-  /* This was a conditional expression but it triggered a bug in the
-     Solaris 8 compiler.  */
+  /* This was a conditional expression but it triggered a bug in
+     Sun C 5.5.  */
   if (subtract_p)
     temp = double_int_neg (b->data);
   else
index 2d36becf5ecd9dc5f4a5a704285eed98c92337c8..ca1ab98b85af6b6879918cad08ccf93c494d7e3b 100644 (file)
@@ -4360,8 +4360,8 @@ iv_ca_add_use (struct ivopts_data *data, struct iv_ca *ivs,
 static comp_cost
 iv_ca_cost (struct iv_ca *ivs)
 {
-  /* This was a conditional expression but it triggered a bug in the
-     Solaris 8 compiler.  */
+  /* This was a conditional expression but it triggered a bug in
+     Sun C 5.5.  */
   if (ivs->bad_uses)
     return infinite_cost;
   else