]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/parse.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / parse.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-16  Paul ThomasFortran: Fix problems with class array function selecto...
2023-12-11  Tobias BurnusOpenMP: Support acquires/release in 'omp require atomic...
2023-12-08  Tobias BurnusOpenMP/Fortran: Implement omp allocators/allocate for...
2023-11-02  Paul ThomasFortran: Fix for regression in ASSOCIATE [PR112316]
2023-10-14  Tobias BurnusFortran: Support OpenMP's 'allocate' directive for...
2023-10-08  Tobias BurnusFortran/OpenMP: Fix handling of strictly structured...
2023-09-15  Mikael Morinfortran: Remove reference count update [PR108957]
2023-08-30  Mikael Morinfortran: Restore interface to its previous state on...
2023-07-27  Tobias BurnusOpenMP/Fortran: Extend reject code between target ...
2023-07-25  Tobias BurnusOpenMP/Fortran: Reject declarations between target...
2023-07-24  Tobias BurnusOpenMP/Fortran: Reject not strictly nested target ...
2023-06-02  Paul ThomasFortran: Fix some problems blocking associate meta...
2023-06-01  Tobias BurnusOpenMP/Fortran: Permit pure directives inside PURE
2023-05-26  Tobias BurnusFortran/OpenMP: Add parsing support for allocators...
2023-05-18  Bernhard Reutner... Fortran: Narrow return types [PR78798]
2023-02-21  Harald AnlaufFortran: improve checking of character length specifica...
2023-02-09  Tobias BurnusFortran/OpenMP: Fix -fopenmp-simd for 'omp assume(s)'
2023-01-29  Jerry DeLisleICE in gfc_free_namespace. ice-on-invalid.
2023-01-16  Jakub JelinekUpdate copyright years.
2022-12-30  Steve KarglModify checks to avoid referencing NULL pointer.
2022-12-13  Steve KarglFortran: NULL pointer dereference while parsing a funct...
2022-11-30  Martin Liskafix Clang warning
2022-11-28  Tobias BurnusOpenMP/Fortran: Permit end-clause on directive
2022-10-05  Tobias BurnusFortran: Add OpenMP's assume(s) directives
2022-10-04  Tobias BurnusOpenMP: Update invoke.texi and fix fortran/parse.cc...
2022-09-05  Tobias BurnusFortran/openmp: Partial OpenMP 5.2 doacross and omp_cur...
2022-08-25  Tobias BurnusFortran/OpenMP: Fix strictly structured blocks parsing
2022-07-04  Tobias BurnusOpenMP: Move omp requires checks to libgomp
2022-05-09  Harald AnlaufFortran: check for non-optional spaces between adjacent...
2022-03-19  Mikael Morinfortran: Separate associate character lengths earlier...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.