aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-6987/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-04Fortran/OpenMP: Support most of 5.1 atomic extensionsTobias Burnus1-3/+16
2021-11-12Fortran/openmp: Fix '!$omp end'Tobias Burnus1-11/+20
2021-10-30Fix memory leak of gsymbolBernhard Reutner-Fischer1-7/+11
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang1-12/+57
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung1-0/+26
2021-09-14Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]Tobias Burnus1-0/+3
2021-08-20Fortran: Add OpenMP's error directiveTobias Burnus1-2/+8
2021-08-18Fortran: Add OpenMP's nothing directive supportTobias Burnus1-0/+3
2021-08-17Fortran: Implement OpenMP 5.1 scope constructTobias Burnus1-2/+11
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus1-2/+89
2021-06-16Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-0/+3
2021-06-16Revert "Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446"Harald Anlauf1-3/+0
2021-06-16Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-0/+3
2021-06-04Fortran/OpenMP: Add omp loop [PR99928]Tobias Burnus1-42/+62
2021-06-01Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]Tobias Burnus1-1/+72
2021-05-14Fortran/OpenMP: Support 'omp parallel master'Tobias Burnus1-1/+16
2021-04-21Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'Tobias Burnus1-1/+5
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-08Fortran: Add 'omp scan' support of OpenMP 5.0Tobias Burnus1-1/+5
2020-11-09Fortran: Fix OpenACC in specification-part checks [PR90111]Tobias Burnus1-5/+6
2020-10-30Fortran: Update omp atomic for OpenMP 5Tobias Burnus1-5/+4
2020-07-29OpenMP: Add 'omp requires' to Fortran (mostly parsing)Tobias Burnus1-3/+50
2020-07-22OpenMP: Fixes for omp critical + hintTobias Burnus1-1/+2
2020-07-19Fix handling of implicit_pure by checking if non-pure procedures are called.Thomas Koenig1-0/+22
2020-06-16OpenACC/Fortran: permit 'routine' inside PURETobias Burnus1-13/+15
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-01-28Allow concatenated module+submodule names.Andrew Benson1-2/+3
2020-01-22openmp: Fix up !$omp target parallel handlingJakub Jelinek1-0/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-2/+30
2019-10-08Fortran - fix OpenMP 'target simd'Tobias Burnus1-0/+1
2019-10-08Fortran - Improve OpenMP/OpenACC diagnosticTobias Burnus1-47/+56
2019-10-02Improve OMP/ACC error diagnostic in FortranTobias Burnus1-2/+14
2019-09-05re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf1-4/+5
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-4/+91
2019-08-27re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf1-1/+33
2019-08-15re PR fortran/91443 (-Wargument-mismatch does not catch mismatch for global p...Thomas Koenig1-0/+6
2019-07-29re PR fortran/90813 (gfortran.dg/proc_ptr_51.f90 fails (SIGSEGV) after 272084)Thomas Koenig1-0/+7
2019-05-15Remove translation string markersJanne Blomqvist1-14/+13
2019-05-12fortran: C++ support for generating C prototypesJanne Blomqvist1-0/+22
2019-05-08re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro...Thomas Koenig1-3/+12
2019-03-13[multiple changes]Thomas Koenig1-5/+5
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-02parse.c (decode_statement): Suppress "Unclassifiable statement" error if prev...Steven G. Kargl1-3/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-08re PR fortran/88357 (ICE in parse_associate, at fortran/parse.c:4568)Steven G. Kargl1-1/+1
2018-11-27Support simd function declarations via a pre-include.Martin Liska1-0/+3