summaryrefslogtreecommitdiff
path: root/libgfortran/m4
Commit message (Expand)AuthorAgeFilesLines
* pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek2009-11-281-3/+0
* pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig2009-08-301-57/+5
* re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek2009-07-249-220/+523
* [multiple changes]Thomas Koenig2009-07-195-105/+65
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-2117-324/+318
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0933-495/+330
* re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft2009-01-211-3/+3
* re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig2008-11-231-32/+32
* re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig2008-11-221-1/+8
* re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig2008-11-181-4/+4
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-211-0/+22
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-151-0/+21
* re PR fortran/37203 (Check ORDER= of RESHAPE)Thomas Koenig2008-09-071-0/+27
* libgfortran.h (likely,unlikely): New makros.Tobias Burnus2008-09-066-10/+10
* re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig2008-08-141-0/+177
* re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig2008-07-213-1/+17
* re PR fortran/36341 (MATMUL: Bounds check missing)Thomas Koenig2008-07-072-0/+82
* re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b...Tobias Burnus2008-06-131-1/+1
* re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert2008-05-283-8/+97
* in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig2008-05-189-11/+11
* re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections)Thomas Koenig2008-05-042-5/+14
* re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig2008-05-041-2/+11
* re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask)Thomas Koenig2008-04-301-24/+104
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-251-1/+1
* re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array)Thomas Koenig2008-04-231-1/+4
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-201-8/+25
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-281-0/+279
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-231-0/+339
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-211-0/+312
* ifunction_logical.m4: Add casts to get rid of warnings.Francois-Xavier Coudert2008-02-251-2/+3
* re PR libfortran/35001 (shape for negative sizes)Thomas Koenig2008-02-021-2/+3
* re PR libfortran/34980 (Segfault in shape given a scalar)Thomas Koenig2008-01-281-0/+3
* re PR libfortran/34671 (any(kind=1) and all(kind=1))Thomas Koenig2008-01-154-6/+210
* re PR libfortran/34746 (wrong formats in libgfortran's runtime_error)Thomas Koenig2008-01-132-19/+21
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-01-113-19/+124
* re PR fortran/34566 (Matmul of logical values)Thomas Koenig2007-12-251-2/+2
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-3129-101/+84
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2007-08-243-54/+75
* re PR libfortran/32336 (matmul: flag runtime- instead of assertation error)Thomas Koenig2007-07-091-1/+2
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-0612-13/+0
* re PR libfortran/30690 ([4.2, 4.1 only] Clean up m4 files)Thomas Koenig2007-03-1421-239/+242
* re PR fortran/30981 ([4.1 only] a ** exp fails for integer exponents if exp i...Thomas Koenig2007-03-041-3/+7
* re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus2007-02-091-1/+1
* gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert2007-01-203-14/+14
* re PR fortran/30321 (program crash for SUM applied to zero-size array)Thomas Koenig2006-12-301-8/+44
* re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)Francois-Xavier Coudert2006-11-031-6/+36
* re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert2006-10-221-3/+44
* in_pack.m4: Fixed a typo.Tobias Burnus2006-10-188-11/+11
* spacing.m4: Use scalbn[f,l] if ldexp[f,l] is unavailable.Steven G. Kargl2006-10-132-2/+11
* re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl2006-10-092-0/+108