diff options
Diffstat (limited to 'libgfortran/generated/maxloc1_8_i4.c')
-rw-r--r-- | libgfortran/generated/maxloc1_8_i4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/generated/maxloc1_8_i4.c b/libgfortran/generated/maxloc1_8_i4.c index 9225f13c791..a4f36452b63 100644 --- a/libgfortran/generated/maxloc1_8_i4.c +++ b/libgfortran/generated/maxloc1_8_i4.c @@ -140,7 +140,7 @@ maxloc1_8_i4 (gfc_array_i8 * const restrict retarray, { GFC_INTEGER_4 maxval; - maxval = -GFC_INTEGER_4_HUGE; + maxval = (-GFC_INTEGER_4_HUGE-1); result = 0; if (len <= 0) *dest = 0; @@ -315,7 +315,7 @@ mmaxloc1_8_i4 (gfc_array_i8 * const restrict retarray, { GFC_INTEGER_4 maxval; - maxval = -GFC_INTEGER_4_HUGE; + maxval = (-GFC_INTEGER_4_HUGE-1); result = 0; if (len <= 0) *dest = 0; |