aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-20gfortran.h (gfc_symbol): Add pointer to next derived type.Andrew Benson1-1/+1
2018-06-13re PR fortran/85703 ([openacc] ICE in resolve_fntype, at fortran/resolve.c:16...Cesar Philippidis1-0/+4
2018-01-26Partial Failed Images patchDamian Rouson1-0/+18
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-1/+12
2017-11-23re PR fortran/81841 (THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA)Jakub Jelinek1-0/+1
2017-11-05[fortran] Remove semicolon after do {} while (0) in match macrosTom de Vries1-6/+6
2017-10-31Fix fortran build error on AIX.James E Wilson1-0/+3
2017-10-01re PR fortran/61450 (ICE in gfc_global_used())Dominique d'Humieres1-6/+18
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek1-3/+5
2017-08-01re PR fortran/45435 (Automatically generate C interop interface blocks from C...Thomas Koenig1-0/+3
2017-03-16re PR fortran/80010 (diagnostics: typo $!)Jakub Jelinek1-2/+2
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-1/+5
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-2/+2
2017-02-20re PR fortran/79434 ([submodules] separate module procedure breaks encapsulat...Paul Thomas1-6/+25
2017-01-22re PR fortran/79154 (omp declare simd in pure function?)Jakub Jelinek1-19/+62
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-09re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conf...Paul Thomas1-4/+4
2016-12-08re PR fortran/65173 (ICE while compiling wrong code)Steven G. Kargl1-33/+3
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-7/+101
2016-11-03Support legacy PARAMETER statements with -std=legacy.Fritz O. Reese1-1/+3
2016-10-27re PR fortran/78026 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek1-16/+5
2016-10-25Support TYPE as alias for PRINT with -fdec.Fritz Reese1-0/+6
2016-10-23re PR fortran/77763 (ICE in parse_struct_map, at fortran/parse.c:3064)Steven G. Kargl1-5/+6
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+1
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese1-0/+4
2016-09-15re PR fortran/69963 (ICE out of memory on displaced implicit character)Louis Krupp1-0/+25
2016-08-31re PR fortran/77374 (ICE in resolve_omp_atomic, at fortran/openmp.c:3949)Jakub Jelinek1-0/+1
2016-08-22re PR fortran/60774 (f951: internal compiler error: Segmentation fault: 11)Steven G. Kargl1-9/+3
2016-07-14re PR fortran/29819 (Error/warning message should ignore comments for "1" in ...Steven G. Kargl1-1/+3
2016-07-08parse.c (matcha): Define.Cesar Philippidis1-21/+49
2016-06-30re PR fortran/71704 (ICE with -fopenmp and some omp constructs)Jakub Jelinek1-33/+76
2016-06-01parse.c (case_decl): Move ST_OMP_* to ...Jakub Jelinek1-3/+16
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-164/+381
2016-02-11re PR fortran/69296 ([F03] Problem with associate and vector subscript)Andre Vehreschild1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-3/+66
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis1-0/+1
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris1-22/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-1/+0
2015-11-03OpenACC atomic directiveThomas Schwinge1-7/+33