summaryrefslogtreecommitdiff
path: root/libgfortran/generated/matmul_l8.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/matmul_l8.c')
-rw-r--r--libgfortran/generated/matmul_l8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/generated/matmul_l8.c b/libgfortran/generated/matmul_l8.c
index 258a953d023..ba18cbacf4b 100644
--- a/libgfortran/generated/matmul_l8.c
+++ b/libgfortran/generated/matmul_l8.c
@@ -88,7 +88,7 @@ matmul_l8 (gfc_array_l8 * const restrict retarray,
}
retarray->base_addr
- = internal_malloc_size (sizeof (GFC_LOGICAL_8) * size0 ((array_t *) retarray));
+ = xmalloc (sizeof (GFC_LOGICAL_8) * size0 ((array_t *) retarray));
retarray->offset = 0;
}
else if (unlikely (compile_options.bounds_check))