aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Enable full GFortran library for AMD GCNKwok Cheung Yeung3-4/+8
2019-06-20libfortran/65921: Add forgotten PR number to ChangeLogJanne Blomqvist1-0/+1
2019-06-14Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist2-9/+9
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist6-14/+160
2019-05-19libfortran/90038 Reap dead children when wait=.false.Janne Blomqvist5-3/+49
2019-05-17libfortran/90038: Use posix_spawn instead of forkJanne Blomqvist6-13/+52
2019-05-17re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2-0/+898
2019-05-17re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek4-2/+38
2019-05-17re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2-0/+12
2019-05-15Allow opening file on multiple unitsJanne Blomqvist2-1/+8
2019-05-02Makefile.am (gfor_cdir): Remove $(MULTISUBDIR).Jakub Jelinek3-2/+7
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas2-30/+61
2019-03-25re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin2-2/+9
2019-03-05re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek2-2/+10
2019-02-26transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak2-2/+6
2019-02-25re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres2-0/+9
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas2-6/+21
2019-01-31* libgfortran/ChangeLog: Better commit message for my last commit.Uros Bizjak1-4/+7
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2-35/+7
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2-12/+27
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber2-1/+5
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2-4/+8
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2-1/+6
2019-01-26Fix bug number referenced in previous commit.Jerry DeLisle1-1/+1
2019-01-26re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2-2/+15
2019-01-17GCN libgfortran.Andrew Stubbs3-4/+14
2019-01-14re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle2-4/+18
2019-01-12re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle2-5/+7
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas7-67/+1187
2019-01-12re PR libfortran/88807 (misleading indentation warnings building libgfortran)Jakub Jelinek29-590/+622
2019-01-09PR other/16615 [1/5]Sandra Loosemore3-9/+16
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig6-1/+77
2019-01-07Make GFORTRAN_9 symbol node depend on GFORTRAN_8.Janne Blomqvist2-1/+6
2019-01-04PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor1-1/+1
2019-01-01Update copyright years.Jakub Jelinek771-3052/+3061
2018-12-31re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig237-321/+2408
2018-12-29expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i...Steven G. Kargl5-2/+30
2018-12-29re PR fortran/88342 (Possible bug with IEEE_POSITIVE_INF and -ffpe-trap=overf...Steven G. Kargl2-1/+123
2018-12-28re PR libfortran/81984 (NULL string pointer dereferencing forces undefined be...Steven G. Kargl2-0/+13
2018-12-21re PR fortran/69121 (IEEE_SCALB is not generic)Steven G. Kargl2-11/+149
2018-12-20ieee_arithmetic.F90: Re-organize file to eliminate #ifdef ...Steven G. Kargl2-152/+77
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig2-12/+19
2018-12-02Use atomic load/store to access static backtrace state pointerJanne Blomqvist2-6/+17
2018-11-30Initialize backtrace state onceJanne Blomqvist2-4/+14
2018-11-23Make recursion_check work for multiple threadsJanne Blomqvist2-7/+45
2018-11-22Replace sync builtins with atomic builtinsJanne Blomqvist7-41/+78
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle2-1/+6
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle2-23/+78
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers7-4013/+4498
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig86-415/+14139