aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)Author
2018-05-02Update ChangeLog and version files for releaseGCC Administrator
2018-04-24Regenerate configure of target librariesH.J. Lu
2018-04-19PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm
2018-04-06re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig
2018-04-04re PR libfortran/85166 ([nvptx, libgfortran] Libgomp fortran tests using stop...Thomas Koenig
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek
2018-03-15re PR libfortran/84880 (libgfortran fail to build on aarch64/arm 32bit cross ...Jakub Jelinek
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl
2018-02-23ChangeLog entry for r257928Janne Blomqvist
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist
2018-02-18re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig
2018-01-31Use pointer sized array indices.Janne Blomqvist
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig
2018-01-14Fix date in ChangelogJerry DeLisle
2018-01-14re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle
2018-01-08PR 78534 Regression on 32-bit targetsJanne Blomqvist
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist
2018-01-06Remove unused variableJanne Blomqvist
2018-01-06PR 83704 Use size_t in write_characterDominique d'Humieres
2018-01-06PR 78534 libgfortran ChangeLogJanne Blomqvist
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2018-01-02PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist
2017-12-29re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle
2017-12-29re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle
2017-12-16re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig
2017-12-03Fix typo in ChangeLog.Jerry DeLisle
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle
2017-12-03Fix spelling error in log.Jerry DeLisle
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle
2017-11-29fix merge conflict in libgfortran/ChangeLogJanne Blomqvist
2017-11-29re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist
2017-11-24Whitespace fix for libgfortran/ChangeLogJanne Blomqvist
2017-11-24PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist
2017-11-23re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig
2017-11-22Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist