aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-28re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig1-1/+1
2005-06-28re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig1-1/+1
2005-06-25[multiple changes]Thomas Koenig3-4/+62
2005-06-12PR libfortran/PR21797Steven G. Kargl1-2/+2
2005-06-11[multiple changes]Thomas Koenig2-6/+8
2005-06-09re PR fortran/21480 ([4.0 only] trivial reshape operation gives erroneous res...Thomas Koenig1-3/+3
2005-06-07re PR libfortran/21926 ([4.0 only] matmul does not deal with non-packed result)Thomas Koenig1-1/+8
2005-05-18re PR libfortran/21127 (reshape of complex broken)Thomas Koenig2-3/+4
2005-05-15eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger2-2/+14
2005-05-15pack_generic.c (pack): Remove unneeded calculation.Andreas Jaeger1-4/+2