summaryrefslogtreecommitdiff
path: root/libgfortran/generated/spread_r16.c
Commit message (Expand)AuthorAgeFilesLines
* Fortran: Eliminate nuisance warnings by initializing.Jerry DeLisle2023-02-271-0/+2
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl2018-06-011-1/+2
* Use pointer sized array indices.Janne Blomqvist2018-01-311-4/+2
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-071-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-1/+0
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-211-1/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-171-3/+3
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-1/+1
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-261-3/+3
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-101-9/+9
* memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig2011-07-051-7/+5
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-211-24/+22
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* libgfortran.h (likely,unlikely): New makros.Tobias Burnus2008-09-061-1/+1
* in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig2008-05-181-2/+3
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-281-0/+277