]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/ChangeLog
[Fortran] Fix result-variable handling of MODULE PROCEDURE (PR94348)
[thirdparty/gcc.git] / gcc / fortran / ChangeLog
2020-03-28  Tobias Burnus[Fortran] Fix result-variable handling of MODULE PROCED...
2020-03-27  Tobias Burnus[Fortran] Fix ICE with deferred-rank arrays (PR93957)
2020-03-27  Tobias BurnusFortran] Reject invalid association target (PR93363)
2020-03-25  Mark Egglestonfortran: ICE using undeclared symbol in array construct...
2020-03-23  Mark Egglestonfortran: ICE in gfc_match_assignment PR93600
2020-03-18  Jakub JelinekFix up duplicated duplicated words in comments
2020-03-17  Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-03-15  Lewis Hyattdriver: Fix redundant descriptions in options
2020-03-12  Tobias Burnus[Fortran, OpenACC] Reject vars of different scope in...
2020-03-08  Paul ThomasPatch and ChangeLogs for PR93581
2020-03-05  Steven G. KarglFortran: ICE in gfc_code2string PR93792
2020-03-02  Andrew BensonEnsure sufficient size of variables used for module...
2020-03-01  Paul ThomasPatch and ChangeLogs for PR92976
2020-03-01  Paul ThomasChangeLogs for PR92959
2020-02-28  Paul ThomasCommit for PR92785
2020-02-25  Steven G. KarglDead code in fortran/simplify.c
2020-02-25  Jakub JelinekFix typo: paramter -> parameter [PR93864]
2020-02-24  Mark Egglestonortran: ICE using SHAPE with FINDLOC PR93835
2020-02-24  Mark Egglestonfortran: ICE in gfc_conv_constant_to_tree PR93604
2020-02-24  Tobias BurnusOpenACC tile clause – apply exit/cycle checks (PR 93552)
2020-02-23  Thomas KönigAdd missing closing parenthises in error message.
2020-02-23  Thomas KönigFix error message.
2020-02-20  Tobias BurnusOpenACC's tile clause fix for implicit typing (PR93825)
2020-02-18  Mark Eggleston[fortran] ICE assign character pointer to non target...
2020-02-18  Mark Eggleston[Fortran] ICE: Invalid expression in gfc_element_size...
2020-02-18  Mark Eggleston[Fortran] ICE in gfc_typenode_for_spec PR93603
2020-02-18  Mark Eggleston[fortran] ICE in gfc_validate_kind(): Got bad kind...
2020-02-10  Andrew BensonFix bogus duplicate attribute errors for submodule...
2020-02-03  Tobias Burnus[OpenACC] bump version for 2.6 plus libgomp.texi update
2020-02-03  Tobias Burnus[OpenMP] Add missing parameters to omp_lib documentatio...
2020-02-03  Tobias Burnus[Fortran] Fix to strict associate check (PR93427)
2020-02-01  Jakub Jelinekfortran: Fix up TYPE_ARG_TYPES of procs with scalar...
2020-01-31  Tobias Burnus[Fortran] Disable front-end optimization for OpenACC...
2020-01-30  Andrew BensonRemove check for maximum symbol name length.
2020-01-30  Jakub Jelinekfortran: Fix up ISO_Fortran_binding_15.f90 failures...
2020-01-29  Jakub Jelinekopenmp: Handle rest of EXEC_OACC_* in oacc_code_to_stat...
2020-01-28  Andrew BensonIncrease GFC_MAX_MANGLED_SYMBOL_LEN to handle submodule...
2020-01-28  Andrew BensonAllow concatenated module+submodule names.
2020-01-28  Julian BrownCheck array contiguity for OpenACC/Fortran
2020-01-28  Julian BrownDon't allow mixed component and non-component accesses...
2020-01-28  Tobias Burnus[Fortran] avoid ICE in gfc_omp_check_optional_argument...
2020-01-28  Tobias Burnus[Fortran] gfortran.texi - minor style cleanup
2020-01-27  Tobias Burnusfortran] Fix PR 85781, ICE on valid
2020-01-22  Jakub Jelinekopenmp: Fix up !$omp target parallel handling
2020-01-22  Jakub Jelinekopenmp: Teach omp_code_to_statement about rest of OpenM...
2020-01-21  Tobias BurnusFortran] PR93309 – permit repeated 'implicit none(exter...
2020-01-19  Thomas KönigCheck for illegal reference in function.
2020-01-17  Mark EgglestonPATCH] Fortran: PR93263 -fno-automatic and RECURSIVE
2020-01-16  Tobias BurnusPR93253 – Document BOZ changes, make it friendlier...
2020-01-09  Thomas KoenigSave typespec for empty array constructor.
2020-01-09  Tobias BurnusFortran] PR84135 fix merging dimension into codimension...
2020-01-07  Jakub Jelinekre PR fortran/93162 (gcc/fortran/trans-openmp.c:2469...
2020-01-04  Tobias BurnusFortran] PR91640 – Fix call to contiguous dummy
2020-01-03  Tobias BurnusFortran] OpenMP/OpenACC – fix more issues with OPTIONAL
2020-01-03  Tobias BurnusFortran] PR 92994 – add more ASSOCIATE checks
2020-01-02  Tobias BurnusFortran] PR68020 – Fix implied-shape handling for rank > 2
2020-01-01  Thomas KoenigHandle REF_INQUIRY for dependency checking.
2020-01-01  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2019-12-30  Thomas Koenigre PR fortran/91651 ([F03] Implement KIND argument...
2019-12-30  Thomas KoenigRemove KIND argument from INDEX so it does not mess...
2019-12-30  Thomas KoenigCatch division by zero errors in array sizes.
2019-12-21  Harald Anlaufre PR fortran/92990 (INVALID code with NULLIFY – partia...
2019-12-21  Paul Thomasre PR fortran/92753 (ICE in gfc_trans_call, at fortran...
2019-12-20  Jakub Jelinekre PR middle-end/91512 (Fortran compile time regression.)
2019-12-20  Thomas KoenigIntroduce -finline-arg-packing.
2019-12-20  Tobias BurnusFortran] PR 92996 – fix rank resolution EXPR_ARRAY
2019-12-20  Tobias BurnusImprove is-coindexed check for OpenACC/OpenMP
2019-12-20  Julian BrownFortran polymorphic class-type support for OpenACC
2019-12-20  Julian BrownOpenACC 2.6 deep copy: Fortran front-end parts
2019-12-19  Mark EgglestonPrevent conversion of character data in array constructors.
2019-12-19  Jakub Jelinekre PR fortran/92977 (ICE in gfc_trans_omp_atomic, at...
2019-12-18  Jakub Jelinekre PR fortran/92977 (ICE in gfc_trans_omp_atomic, at...
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-12-18  Harald Anlaufre PR fortran/70853 (ICE on pointing to null, in gfc_ad...
2019-12-12  Harald Anlaufre PR fortran/92898 (ICE in gfc_check_is_contiguous...
2019-12-11  Jakub Jelinekre PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atom...
2019-12-11  Steven G. Karglre PR fortran/92897 ([Coarray] ICE in gfc_set_array_spe...
2019-12-10  Thomas Koenigre PR fortran/91643 (ICE in gfc_trans_create_temp_array...
2019-12-10  Martin LiskaBail out in gfc_dep_compare_expr for a NULL argument.
2019-12-10  Thomas Koenigre PR fortran/92863 (ICE in gfc_typename)
2019-12-10  Tobias BurnusFortran] PR 92872 – Fix get_CFI_desc
2019-12-10  David Malcolmdiagnostic_show_locus: move initial newline to callers
2019-12-09  Frederik HarwathFix column information for omp_clauses in Fortran code
2019-12-08  Thomas KoenigError on Associate with a program.
2019-12-08  Thomas Koenigre PR fortran/92764 (ICE in gfc_procedure_use)
2019-12-08  Thomas Koenigre PR fortran/92755 (ICE in gfc_dep_resolver, at fortra...
2019-12-07  Tobias BurnusFortran] PR 92793 - fix column used for error diagnostic
2019-12-06  Jakub Jelinekre PR fortran/92775 (Incorrect expression in DW_AT_byte...
2019-12-06  Tobias Burnus[OpenMP/OpenACC/Fortran] Fix mapping of optional (prese...
2019-12-05  Tobias BurnusOpenMP] Fix use_device_… with absent optional arg
2019-12-05  Jakub Jelinekre PR fortran/92781 (ICE in convert_nonlocal_reference_...
2019-12-05  Tobias Burnustestsuite/libgomp.oacc-fortran: Update dg-output to...
2019-12-04  Tobias BurnusFortran] PR92754 - fix an issue with resolving intrinsi...
2019-12-04  Jakub Jelinekre PR fortran/92756 (ICE in lower_omp, at omp-low.c...
2019-11-30  Thomas KoenigDo not look at _data component in gfc_dep_resolver.
2019-11-28  Jerry DeLislere PR libfortran/90374 (Fortran 2018: Support d0.d...
2019-11-27  Jakub Jelinekre PR fortran/91944 (ICE in gfc_conv_array_initializer...
2019-11-27  Tobias BurnusPR 92463 - Cleanups due to minimum MPFR version bump...
2019-11-25  Harald Anlaufre PR fortran/92629 (internal compiler error: in conver...
next