summaryrefslogtreecommitdiff
path: root/libgfortran/generated/minloc0_4_i2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/minloc0_4_i2.c')
-rw-r--r--libgfortran/generated/minloc0_4_i2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/generated/minloc0_4_i2.c b/libgfortran/generated/minloc0_4_i2.c
index d3ce2ede032..9ebf23a8d94 100644
--- a/libgfortran/generated/minloc0_4_i2.c
+++ b/libgfortran/generated/minloc0_4_i2.c
@@ -58,7 +58,7 @@ minloc0_4_i2 (gfc_array_i4 * const restrict retarray,
GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
retarray->dtype = (retarray->dtype & ~GFC_DTYPE_RANK_MASK) | 1;
retarray->offset = 0;
- retarray->base_addr = internal_malloc_size (sizeof (GFC_INTEGER_4) * rank);
+ retarray->base_addr = xmalloc (sizeof (GFC_INTEGER_4) * rank);
}
else
{
@@ -199,7 +199,7 @@ mminloc0_4_i2 (gfc_array_i4 * const restrict retarray,
GFC_DIMENSION_SET(retarray->dim[0], 0, rank - 1, 1);
retarray->dtype = (retarray->dtype & ~GFC_DTYPE_RANK_MASK) | 1;
retarray->offset = 0;
- retarray->base_addr = internal_malloc_size (sizeof (GFC_INTEGER_4) * rank);
+ retarray->base_addr = xmalloc (sizeof (GFC_INTEGER_4) * rank);
}
else
{
@@ -367,7 +367,7 @@ sminloc0_4_i2 (gfc_array_i4 * const restrict retarray,
GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
retarray->dtype = (retarray->dtype & ~GFC_DTYPE_RANK_MASK) | 1;
retarray->offset = 0;
- retarray->base_addr = internal_malloc_size (sizeof (GFC_INTEGER_4) * rank);
+ retarray->base_addr = xmalloc (sizeof (GFC_INTEGER_4) * rank);
}
else if (unlikely (compile_options.bounds_check))
{