OSDN Git Service

* g++.dg/warn/miss-format-1.C: XFAIL vscanf test on Solaris 2.5.1 to 8.
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-reassoc.c
index e0d4561..5514c3d 100644 (file)
@@ -435,7 +435,7 @@ reassociate_expr (tree bexpr, block_stmt_iterator *currbsi)
   unsigned int lhsrank = get_rank (lhs);
   unsigned int rhsrank = get_rank (rhs);
 
-  /* If unsafe math optimizations we can do reassociation for non integal
+  /* If unsafe math optimizations we can do reassociation for non-integral
      types.  */
   if ((!INTEGRAL_TYPE_P (TREE_TYPE (lhs))
        || !INTEGRAL_TYPE_P (TREE_TYPE (rhs)))