]> gcc.gnu.org Git - gcc.git/history - gcc/fortran/gfortran.h
Fortran: handle bad array ctors with typespec [PR93483, PR107216, PR107219]
[gcc.git] / gcc / fortran / gfortran.h
2022-10-17 Harald AnlaufFortran: handle bad array ctors with typespec [PR93483...
2022-10-08 Harald AnlaufFortran: error recovery for invalid types in array...
2022-10-05 Tobias BurnusFortran: Add OpenMP's assume(s) directives
2022-09-05 Tobias BurnusFortran/openmp: Partial OpenMP 5.2 doacross and omp_cur...
2022-07-04 Tobias BurnusOpenMP/Fortran: Add support for OpenMP 5.2 linear claus...
2022-06-28 Jakub Jelinekfortran, libgfortran: Avoid using libquadmath for glibc...
2022-05-28 Tobias BurnusOpenMP/Fortran: Add support for enter clause on declare...
2022-05-18 Tobias BurnusOpenMP: Add Fortran support for inoutset depend-kind
2022-05-05 Sandra LoosemoreFortran: Add support for OMP non-rectangular loops.
2022-03-07 Jakub JelinekFix up duplicated duplicated words in comments
2022-02-20 Harald AnlaufFortran: improve check of pointer initialization in...
2022-02-10 Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-01-20 Sandra LoosemoreFortran: Fix scope for OMP AFFINITY clause iterator...
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-13 Hafiz Abid QadeerAdd support for allocate clause (OpenMP 5.0).
2022-01-11 Jakub Jelinekgfortran: Introduce gfc_type_abi_kind
2022-01-05 Sandra LoosemoreFortran: Fix ICE caused by missing error for untyped...
2022-01-03 Jakub JelinekUpdate copyright years.
2021-12-04 Tobias BurnusFortran/OpenMP: Support most of 5.1 atomic extensions
2021-12-03 Harald AnlaufFortran: improve checking of array specifications
2021-11-16 Mikael Morinfortran: Identify arguments by their names
2021-11-16 Mikael Morinfortran: Delete redundant missing_arg_type field
2021-11-16 Mikael Morinfortran: simplify elemental arguments walking
2021-11-16 Mikael Morinfortran: Reverse actual vs dummy argument mapping
2021-11-11 Tobias BurnusFortran/openmp: Add support for 2 argument num_teams...
2021-11-09 Bernhard Reutner... Fortran: Fix memory leak in finalization wrappers ...
2021-11-05 Bernhard Reutner... Fortran: Delete unused decl in gfortran.h
2021-10-27 Bernhard Reutner... Fortran: make some trans* functions static
2021-10-18 Tobias BurnusFortran: Fix Bind(C) Array-Descriptor Conversion
2021-10-14 Kwok Cheung Yeungopenmp, fortran: Add support for OpenMP declare variant...
2021-10-13 Tobias BurnusFortran: dump-parse-tree.c fixes for OpenMP
2021-10-01 Jakub Jelinekopenmp: Differentiate between order(concurrent) and...
2021-09-22 Tobias BurnusFortran: Improve -Wmissing-include-dirs warnings [PR55534]
2021-09-21 Tobias BurnusFortran: Fix -Wno-missing-include-dirs handling [PR55534]
2021-09-20 Tobias BurnusFortran/OpenMP: unconstrained/reproducible ordered...
2021-08-31 Marcel VollweilerAdd support for device-modifiers for 'omp target device'.
2021-08-23 Tobias BurnusFortran/OpenMP: strict modifier on grainsize/num_tasks
2021-08-20 Tobias BurnusFortran: Add OpenMP's error directive
2021-08-17 Tobias BurnusFortran: Implement OpenMP 5.1 scope construct
2021-08-16 Tobias BurnusFortran/OpenMP: Add support for OpenMP 5.1 masked construct
2021-08-12 Tobias BurnusOpenMP 5.1: Add proc-bind 'primary' support
2021-07-21 Thomas SchwingeOpenACC 'nohost' clause
2021-06-15 Tobias BurnusFortran/OpenMP: Extend defaultmap clause for OpenMP...
2021-06-04 Tobias BurnusFortran/OpenMP: Add omp loop [PR99928]
2021-06-01 Tobias BurnusFortran/OpenMP: Support (parallel) master taskloop...
2021-05-28 Tobias BurnusOpenMP: Add iterator support to Fortran's depend; add...
2021-05-14 Tobias BurnusFortran/OpenMP: Support 'omp parallel master'
2021-05-10 Martin LiskaCome up with startswith function.
2021-04-21 Tobias BurnusFortran/OpenMP: Add 'omp depobj' and 'depend(mutexinout...
2021-01-16 Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-14 Harald AnlaufPR fortran/93340 - fix missed substring simplifications
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-08 Tobias BurnusFortran: Add 'omp scan' support of OpenMP 5.0
2020-11-10 Tobias BurnusFortran: OpenMP 5.0 (in_,task_)reduction clause extensions
2020-11-03 Tobias BurnusFortran: Add !GCC$ attributes DEPRECATED
2020-10-30 Tobias BurnusFortran: Update omp atomic for OpenMP 5
2020-10-25 Thomas KoenigCorrect decls for functions which do not pass actual...
2020-10-22 Tobias BurnusOpenMP: Fortran - support omp flush's memorder clauses
2020-08-26 Tobias BurnusFortran: Add 'device_type' clause to OpenMP's declare...
2020-08-12 Tobias BurnusFortran: Add support for OpenMP's nontemporal clause
2020-07-29 Tobias BurnusOpenMP: Handle order(concurrent) clause in gfortran
2020-07-29 Tobias BurnusOpenMP: Add 'omp requires' to Fortran (mostly parsing)
2020-07-23 Tobias BurnusOpenMP: Support 'lastprivate (conditional:' in Fortran
2020-07-22 Tobias BurnusOpenMP: Support 'if (simd:/cancel:' in Fortran
2020-07-19 Thomas KoenigFix handling of implicit_pure by checking if non-pure...
2020-06-30 Thomas KoenigUse CHARACTER(kind) string for calculating the type...
2020-06-20 Harald AnlaufPR fortran/95707 - ICE in finish_equivalences, at fortr...
2020-06-14 Thomas KoenigWhen avoiding double deallocation, look at namespace...
2020-06-11 Harald AnlaufPR fortran/95544 - Fix ICE in NULL() argument to intrinsics
2020-06-05 Harald AnlaufPR fortran/95530, PR fortran/95537 - Buffer overflows...
2020-05-31 Thomas KoenigFinalization depends on the expression, not on the...
2020-05-11 Mark EgglestonFortran : Spurious warning message with -Wsurprising...
2020-04-17 Thomas KönigFix ICE on invalid, PR94090.
2020-04-09 Fritz ReesePR fortran/87923 -- fix ICE when resolving I/O tags...
2020-04-07 Fritz ReeseFix PR fortran/93871 and re-implement degree-valued...
2020-04-02 Tobias Burnus[Fortran] Resolve formal args before checking DTIO
2020-02-10 Andrew BensonFix bogus duplicate attribute errors for submodule...
2020-01-28 Julian BrownDon't allow mixed component and non-component accesses...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Thomas KoenigCatch division by zero errors in array sizes.
2019-12-20 Tobias BurnusFortran] PR 92996 – fix rank resolution EXPR_ARRAY
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-18 Julian BrownAdd OpenACC 2.6's no_create
2019-11-20 Janne BlomqvistPR 92463 MPFR modernization in GFortran
2019-11-12 Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-10-14 Thomas Koenigre PR fortran/92004 (Rejection of different ranks for... r277077/heads/ibm/pcrel-trunk2
2019-10-03 Mark EgglestonCharacter typenames in errors and warnings
2019-10-02 Tobias BurnusSupport OpenMP's use_device_addr in Fortran
2019-09-14 Thomas Koenigre PR fortran/91557 (Bogus warning about unused dummy...
2019-09-01 Paul Thomasarray.c (spec_dimen_size): Check for the presence of...
2019-08-27 Harald Anlaufre PR fortran/91496 (!GCC$ directives error if mistyped...
2019-08-24 Thomas Koenigre PR fortran/91390 (treatment of extra parameter in...
2019-08-16 Mark EgglestonAllow automatics in equivalences
2019-08-15 Thomas Koenigre PR fortran/91443 (-Wargument-mismatch does not catch...
2019-08-10 Steven G. Kargldecl.c (match_old_style_init): Use a clearer error...
2019-07-29 Thomas Koenigre PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails...
2019-07-23 Steven G. Karglarith.c (gfc_convert_integer, [...]): Move to ...
2019-06-12 Steven G. Karglgfortran.h (gfc_free_dt_list): Remove prototype.
2019-05-29 Thomas Koenigre PR fortran/90539 (481.wrf slowdown by 25% on Intel...
next
This page took 2.101199 seconds and 108 git commands to generate.