summaryrefslogtreecommitdiff
path: root/libgfortran/generated
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig2011-03-12113-113/+113
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-0327-27/+27
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-1615-11/+102
* re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig2010-10-213-3/+33
* re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus2010-09-0615-0/+7635
* bessel.m4: Fix printf warning by casting to (long int).Tobias Burnus2010-09-064-8/+8
* mtype.m4 (upcase, [...]): New macros.Francois-Xavier Coudert2010-08-2832-134/+262
* re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus2010-08-27122-200/+2085
* re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus2010-08-214-0/+732
* pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek2009-11-2898-294/+0
* pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig2009-08-3013-741/+65
* re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek2009-07-24152-13274/+20060
* [multiple changes]Thomas Koenig2009-07-19161-6900/+1278
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-21295-8906/+8072
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-09485-7275/+4850
* re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft2009-01-2113-39/+39
* re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig2008-11-2311-352/+352
* re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig2008-11-2211-11/+88
* re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig2008-11-1811-44/+44
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-2111-0/+242
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-161-2/+1
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-10-1512-1/+233
* re PR fortran/37203 (Check ORDER= of RESHAPE)Thomas Koenig2008-09-0711-0/+297
* libgfortran.h (likely,unlikely): New makros.Tobias Burnus2008-09-06196-500/+500
* re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig2008-08-1413-0/+2288
* re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig2008-07-219-3/+51
* re PR fortran/36341 (MATMUL: Bounds check missing)Thomas Koenig2008-07-0716-0/+656
* re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b...Tobias Burnus2008-06-1315-15/+15
* re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert2008-05-289-24/+291
* in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig2008-05-18136-162/+175
* re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections)Thomas Koenig2008-05-04113-324/+791
* re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig2008-05-0413-13/+143
* re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask)Thomas Koenig2008-04-3098-2352/+10192
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-2511-15/+15
* re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array)Thomas Koenig2008-04-2313-13/+52
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-2011-88/+275
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2813-0/+3601
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2313-0/+4394
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2113-0/+4030
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-1912-0/+1416
* ifunction_logical.m4: Add casts to get rid of warnings.Francois-Xavier Coudert2008-02-2515-30/+45
* re PR libfortran/35001 (shape for negative sizes)Thomas Koenig2008-02-023-6/+9
* re PR libfortran/34980 (Segfault in shape given a scalar)Thomas Koenig2008-01-283-0/+9
* re PR libfortran/34671 (any(kind=1) and all(kind=1))Thomas Koenig2008-01-1519-976/+1217
* re PR libfortran/34746 (wrong formats in libgfortran's runtime_error)Thomas Koenig2008-01-13167-1482/+1649
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-01-11167-1457/+9665
* re PR fortran/34566 (Matmul of logical values)Thomas Koenig2007-12-253-6/+6
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-31421-936/+759
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2007-08-24155-2634/+3233
* re PR libfortran/32336 (matmul: flag runtime- instead of assertation error)Thomas Koenig2007-07-0913-13/+26