diff options
Diffstat (limited to 'gcc/gimple-ssa-warn-restrict.c')
-rw-r--r-- | gcc/gimple-ssa-warn-restrict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gimple-ssa-warn-restrict.c b/gcc/gimple-ssa-warn-restrict.c index 5e7e5d4..a6a9635 100644 --- a/gcc/gimple-ssa-warn-restrict.c +++ b/gcc/gimple-ssa-warn-restrict.c @@ -577,7 +577,7 @@ builtin_memref::offset_out_of_bounds (int strict, offset_int ooboff[3]) const bool hib = wi::les_p (offrng[0], offrng[1]); bool lob = !hib; - /* Set to the size remaining in the object object after subtracting + /* Set to the size remaining in the object after subtracting REFOFF. It may become negative as a result of negative indices into the enclosing object, such as in: extern struct S { char a[4], b[3], c[1]; } *p; @@ -1430,7 +1430,7 @@ builtin_access::overlap () } /* Attempt to detect and diagnose an overlapping copy in a call expression - EXPR involving an an access ACS to a built-in memory or string function. + EXPR involving an access ACS to a built-in memory or string function. Return true when one has been detected, false otherwise. */ static bool |