aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Update copyright years.Jakub Jelinek39-39/+39
2014-10-01Fix -Wmaybe-uninitialized warnings.Janne Blomqvist1-0/+4
2014-08-20re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl1-1/+1
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist16-38/+35
2014-01-02Update copyright years in libgfortran/Richard Sandiford39-39/+39
2013-01-14Update copyright years in libgfortran.Richard Sandiford39-40/+39
2012-10-28bessel.m4: Remove useless statement.Tobias Burnus2-10/+4
2012-04-10cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.Michael Matz1-3/+7
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist17-30/+30
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus18-153/+153
2011-09-10re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig1-2/+1
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig4-23/+14
2011-06-28re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig1-1/+9
2011-04-12Cleanup memsize typesJanne Blomqvist1-2/+2
2011-03-12re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig2-2/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek7-7/+7
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-1/+1
2010-10-21re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig1-1/+11
2010-09-06re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus3-0/+138
2010-09-06bessel.m4: Fix printf warning by casting to (long int).Tobias Burnus1-2/+2
2010-08-28mtype.m4 (upcase, [...]): New macros.Francois-Xavier Coudert9-41/+64
2010-08-27re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus11-26/+126
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus1-0/+185
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek1-3/+0
2009-08-30pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig1-57/+5
2009-07-24re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek9-220/+523
2009-07-19[multiple changes]Thomas Koenig5-105/+65
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig17-324/+318
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek33-495/+330
2009-01-21re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft1-3/+3
2008-11-23re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig1-32/+32
2008-11-22re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig1-1/+8
2008-11-18re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig1-4/+4
2008-10-21re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-0/+22
2008-10-15re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-0/+21
2008-09-07re PR fortran/37203 (Check ORDER= of RESHAPE)Thomas Koenig1-0/+27
2008-09-06libgfortran.h (likely,unlikely): New makros.Tobias Burnus6-10/+10
2008-08-14re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig1-0/+177
2008-07-21re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig3-1/+17
2008-07-07re PR fortran/36341 (MATMUL: Bounds check missing)Thomas Koenig2-0/+82
2008-06-13re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b...Tobias Burnus1-1/+1
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert3-8/+97
2008-05-18in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig9-11/+11
2008-05-04re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections)Thomas Koenig2-5/+14
2008-05-04re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig1-2/+11
2008-04-30re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask)Thomas Koenig1-24/+104
2008-04-25re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig1-1/+1
2008-04-23re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array)Thomas Koenig1-1/+4
2008-04-20re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig1-8/+25
2008-03-28re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+279