aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-1/+1
2015-10-14parse.c (decode_statement): Initialize M to MATCH_NO.Max Ostapenko1-1/+1
2015-09-28[multiple changes]Paul Thomas1-28/+46
2015-09-25re PR fortran/67525 (ICE on select type with improper selector)Steven G. Kargl1-4/+7
2015-08-24re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement)Louis Krupp1-1/+6
2015-07-27Fix logic error in Fortran OpenACC parsingThomas Schwinge1-2/+4
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+1
2015-07-02re PR fortran/52846 ([F2008] Support submodules)Paul Thomas1-6/+114
2015-06-23re PR fortran/64674 ([OOP] ICE in ASSOCIATE with class array)Andre Vehreschild1-0/+80
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-12/+11
2015-05-18re PR fortran/66040 (ICE on misplaced sequence in function)Steven G. Kargl1-2/+1
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-1/+1
2015-02-01Always pass 0 or option number to gfc_warning*.Joseph Myers1-5/+5
2015-01-24parse.c (gfc_parse_file): Fix two-location gfc_error call.Tobias Burnus1-1/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-29/+448