summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* Regenerate configure of target librariesH.J. Lu2018-04-242-1/+5
* PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge2018-04-192-2/+86
* cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2018-04-192-7/+10
* re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2018-04-182-1/+6
* re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig2018-04-0628-92/+124
* re PR libfortran/85166 ([nvptx, libgfortran] Libgomp fortran tests using stop...Thomas Koenig2018-04-042-0/+20
* gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek2018-03-284-4/+13
* re PR libfortran/84880 (libgfortran fail to build on aarch64/arm 32bit cross ...Jakub Jelinek2018-03-152-3/+9
* check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl2018-03-143-43/+23
* ChangeLog entry for r257928Janne Blomqvist2018-02-231-0/+22
* PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2018-02-236-53/+73
* PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist2018-02-222-5/+13
* Character length cleanup for Coarray Fortran libraryJanne Blomqvist2018-02-226-70/+123
* gfortran.texi: Document additional src/dst_type.Andre Vehreschild2018-02-193-76/+130
* CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2018-02-192-3/+23
* re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle2018-02-182-0/+10
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-1219-45/+93
* Use pointer sized array indices.Janne Blomqvist2018-01-3177-394/+370
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-3012-67/+126
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-256-27/+62
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-01-15228-1022/+3435
* Fix date in ChangelogJerry DeLisle2018-01-141-1/+1
* re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle2018-01-142-2/+8
* PR 78534 Regression on 32-bit targetsJanne Blomqvist2018-01-082-5/+13
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-07272-675/+967
* PR 78534, 83704 Handle large formatted I/OJanne Blomqvist2018-01-0710-148/+224
* Remove unused variableJanne Blomqvist2018-01-062-2/+5
* PR 83704 Use size_t in write_characterDominique d'Humieres2018-01-062-5/+12
* PR 78534 libgfortran ChangeLogJanne Blomqvist2018-01-061-0/+25
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-0512-41/+41
* Update copyright years.Jakub Jelinek2018-01-03737-1878/+1887
* PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2018-01-022-8/+49
* re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle2017-12-292-0/+8
* re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle2017-12-292-48/+37
* re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle2017-12-162-9/+20
* re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle2017-12-145-8/+44
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-12-0319-20/+4474
* Fix typo in ChangeLog.Jerry DeLisle2017-12-031-1/+1
* re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle2017-12-034-7/+20
* Fix spelling error in log.Jerry DeLisle2017-12-031-1/+1
* re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle2017-12-034-5/+18
* fix merge conflict in libgfortran/ChangeLogJanne Blomqvist2017-11-291-1/+16
* re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle2017-11-292-1/+7
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-287-27/+37
* Whitespace fix for libgfortran/ChangeLogJanne Blomqvist2017-11-241-0/+1
* PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist2017-11-2415-14/+31
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-2315-28/+54
* Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist2017-11-223-6/+7
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-228-54/+26
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-2251-28/+14427