diff options
Diffstat (limited to 'libgfortran/generated/sum_c10.c')
-rw-r--r-- | libgfortran/generated/sum_c10.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/sum_c10.c b/libgfortran/generated/sum_c10.c index 0c53b6c5880..e31efbbc854 100644 --- a/libgfortran/generated/sum_c10.c +++ b/libgfortran/generated/sum_c10.c @@ -123,7 +123,7 @@ sum_c10 (gfc_array_c10 * const restrict retarray, (long int) (GFC_DESCRIPTOR_RANK (retarray)), (long int) rank); - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { for (n=0; n < rank; n++) { @@ -311,7 +311,7 @@ msum_c10 (gfc_array_c10 * const restrict retarray, if (rank != GFC_DESCRIPTOR_RANK (retarray)) runtime_error ("rank of return array incorrect in SUM intrinsic"); - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { for (n=0; n < rank; n++) { @@ -496,7 +496,7 @@ ssum_c10 (gfc_array_c10 * const restrict retarray, (long int) (GFC_DESCRIPTOR_RANK (retarray)), (long int) rank); - if (compile_options.bounds_check) + if (unlikely (compile_options.bounds_check)) { for (n=0; n < rank; n++) { |