aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-11/+28
2006-06-06in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist9-93/+9
2006-05-05re PR libfortran/26985 (incorrect matmul result)Francois-Xavier Coudert1-2/+2
2006-03-25re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig1-1/+1
2006-03-20re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig10-0/+121
2006-03-13re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas5-14/+14
2006-02-16re PR libfortran/24903 (dotprod should use __builtin_conj)Francois-Xavier Coudert1-3/+2
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-8/+63
2005-11-27libgfortran ChangeLog:Janne Blomqvist11-99/+151
2005-11-14re PR libfortran/21468 (vectorizing libfortran)Janne Blomqvist2-19/+21
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert32-3/+167
2005-09-25c99_protos.h: Add prototypes for C99 complex functions.Francois-Xavier Coudert3-308/+0
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford3-61/+129
2005-08-17All files: Update FSF address.Kelley Cook33-66/+66
2005-07-08libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter9-11/+11
2005-07-07re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2-2/+16