aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-23re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+339
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+312
2008-02-25ifunction_logical.m4: Add casts to get rid of warnings.Francois-Xavier Coudert1-2/+3
2008-02-02re PR libfortran/35001 (shape for negative sizes)Thomas Koenig1-2/+3
2008-01-28re PR libfortran/34980 (Segfault in shape given a scalar)Thomas Koenig1-0/+3
2008-01-15re PR libfortran/34671 (any(kind=1) and all(kind=1))Thomas Koenig4-6/+210
2008-01-13re PR libfortran/34746 (wrong formats in libgfortran's runtime_error)Thomas Koenig2-19/+21
2008-01-11re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig3-19/+124
2007-12-25re PR fortran/34566 (Matmul of logical values)Thomas Koenig1-2/+2
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert29-101/+84
2007-08-24re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig3-54/+75
2007-07-09re PR libfortran/32336 (matmul: flag runtime- instead of assertation error)Thomas Koenig1-1/+2
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert12-13/+0
2007-03-14re PR libfortran/30690 ([4.2, 4.1 only] Clean up m4 files)Thomas Koenig21-239/+242
2007-03-04re PR fortran/30981 ([4.1 only] a ** exp fails for integer exponents if exp i...Thomas Koenig1-3/+7
2007-02-09re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus1-1/+1
2007-01-20gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert3-14/+14
2006-12-30re PR fortran/30321 (program crash for SUM applied to zero-size array)Thomas Koenig1-8/+44
2006-11-03re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)Francois-Xavier Coudert1-6/+36
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-3/+44
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus8-11/+11
2006-10-13spacing.m4: Use scalbn[f,l] if ldexp[f,l] is unavailable.Steven G. Kargl2-2/+11
2006-10-09re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl2-0/+108
2006-10-07re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in...François-Xavier Coudert2-3/+67
2006-09-29re PR libfortran/18791 (CABS specifics declared of wrong type)Francois-Xavier Coudert1-2/+3
2006-09-10re PR fortran/28947 (Double MATMUL() uses wrong array elements)Paul Thomas1-0/+14
2006-07-19re PR libfortran/27919 (dot_product should be removed from the library)Janne Blomqvist3-258/+0