* builtins.c, tree-ssa-loop-ivopts.c, fixed-value.c:
Fix comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142839
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
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;
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
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