diff options
author | Andrew Haley <aph@redhat.com> | 2008-12-19 17:53:51 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2008-12-19 17:53:51 +0000 |
commit | c4e93e284baacb195089dd2f8f579db7b02a102a (patch) | |
tree | 9dd167df1f95d2d0e4704af1586a90955d6a9eeb /gcc/fixed-value.c | |
parent | 007403f342591e4591c9e5af92f9e7f708a49fd0 (diff) | |
download | gcc-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/fixed-value.c')
-rw-r--r-- | gcc/fixed-value.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fixed-value.c b/gcc/fixed-value.c index d7f6413..2fe1b16 100644 --- a/gcc/fixed-value.c +++ b/gcc/fixed-value.c @@ -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 |