aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Daily bump.GCC Administrator1-0/+5
2020-06-18OpenMP/Fortran: Reject allocatable components in map clauseTobias Burnus1-0/+7
2020-06-17Daily bump.GCC Administrator1-0/+17
2020-06-16OpenACC/Fortran: permit 'routine' inside PURETobias Burnus2-13/+23
2020-06-16OpenMP/Fortran: Permit impure ELEMENTAL in omp directivesTobias Burnus1-2/+1
2020-06-16OpenMP/Fortran: Permit impure ELEMENTAL in omp directivesTobias Burnus1-2/+2
2020-06-15Daily bump.GCC Administrator1-0/+27
2020-06-14Avoid crash when global symbol table is empty with -fdump-fortran-global.Thomas Koenig1-1/+4
2020-06-14PR fortran/95088 - Buffer overflows with PDTs, submodules and long symbolsHarald Anlauf1-11/+3
2020-06-14Always use locations from get and put arguments for error messages.Thomas Koenig1-2/+2
2020-06-14When avoiding double deallocation, look at namespace, expression and component.Thomas Koenig3-6/+42
2020-06-12Daily bump.GCC Administrator1-0/+46
2020-06-11PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075Harald Anlauf1-1/+1
2020-06-11PR fortran/95544 - Fix ICE in NULL() argument to intrinsicsHarald Anlauf3-12/+31
2020-06-11PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at fortran/expr.c:5844Harald Anlauf1-1/+3
2020-06-11PR95331 - Unlimited polymorphic arrays have wrong bounds.José Rui Faustino de Sousa1-4/+9
2020-06-11Wrong array section bounds when passing to an intent-in pointer dummy.José Rui Faustino de Sousa1-103/+26
2020-06-11Patch to Bug 94022 - Array slices of assumed-size arrays.José Rui Faustino de Sousa1-0/+2
2020-06-08Daily bump.GCC Administrator1-0/+12
2020-06-07PR fortran/95091 - Buffer overflows with submodules and long symbolsHarald Anlauf1-1/+1
2020-06-07PR fortran/95091 - Buffer overflows with submodules and long symbolsHarald Anlauf1-5/+8
2020-06-06Daily bump.GCC Administrator1-0/+16
2020-06-05PR fortran/95530, PR fortran/95537 - Buffer overflows with long symbolsHarald Anlauf3-4/+14
2020-06-05fortran/95509 - fix spellcheck-operator.f90 regressionTom Tromey1-1/+1
2020-06-05Daily bump.GCC Administrator1-0/+7
2020-06-04PR fortran/95500 - Segfault compiling extra interface on intrinsicHarald Anlauf1-0/+1
2020-06-04Daily bump.GCC Administrator1-0/+14
2020-06-03Simple patch only add assumed-rank to the list of possible attributes.José Rui Faustino de Sousa1-1/+2
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus3-1/+27
2020-06-01Daily bump.GCC Administrator1-0/+8
2020-05-31Finalization depends on the expression, not on the component.Thomas Koenig2-3/+6
2020-05-31Daily bump.GCC Administrator1-0/+12
2020-05-30PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf1-22/+21
2020-05-30PR fortran/95090 - ICE: identifier overflowHarald Anlauf1-1/+8
2020-05-30Daily bump.GCC Administrator1-0/+8
2020-05-29PR fortran/95090 - ICE: identifier overflowHarald Anlauf1-4/+7
2020-05-29Daily bump.GCC Administrator1-0/+17
2020-05-28PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf1-0/+22
2020-05-28Fortran : "type is( real(kind(1.)) )" spurious syntax error PR94397Mark Eggleston1-1/+4
2020-05-28Daily bump.GCC Administrator1-0/+16
2020-05-27PR fortran/95090 - ICE: identifier overflowHarald Anlauf1-1/+2
2020-05-27Fortran : ICE in gfc_trans_label_assign PR50392Mark Eggleston1-3/+8
2020-05-27Daily bump.GCC Administrator1-0/+11
2020-05-26PR fortran/95089 - ICE in gfc_get_derived_type, at fortran/trans-types.c:2843Harald Anlauf1-2/+3
2020-05-26revamp dump and aux output namesAlexandre Oliva1-2/+2
2020-05-24PR fortran/95106 - truncation of long symbol names with EQUIVALENCEHarald Anlauf2-2/+9
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig2-0/+7
2020-05-20Fortran : ProcPtr function results: 'ppr@' in error message PR39695Mark Eggleston3-4/+20
2020-05-18PR fortran/95053 - division by zero constantsHarald Anlauf3-33/+27
2020-05-15[Fortran] OpenMP 5 – permit more sharing clauses for SIMD (PR94690)Tobias Burnus2-11/+12