aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09match.c (gfc_match_allocate): Check for NULL pointer.Steven G. Kargl1-1/+1
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-4/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-28re PR fortran/83548 (Compilation Error using logical function in parameter)Steven G. Kargl1-13/+17
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-1/+1
2017-12-17Support -std=f2018Janne Blomqvist1-1/+1
2017-12-09re PR fortran/82934 (Segfault on assumed character length in allocate)Steven G. Kargl1-8/+28
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek1-0/+1
2017-10-28re PR fortran/82620 ([PDT] ICE: free_expr0(): Bad expr type (at fortran/expr....Steven G. Kargl1-1/+4
2017-10-25match.c (gfc_match_type_is): Fix typo in error messageBernhard Reutner-Fischer1-1/+1
2017-09-21re PR fortran/52832 ([F03] ASSOCIATE construct with proc-pointer selector is ...Paul Thomas1-2/+9
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-16/+93
2017-03-22re PR fortran/79602 (translation: globally replace '%s' with %qs)Dominique d'Humieres1-15/+15
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+23
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-2/+2
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-16/+4
2017-01-13Revert r244448Janne Blomqvist1-4/+4
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-4/+4
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-4/+4
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek1-6/+10
2016-11-07re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig1-0/+1
2016-11-01re PR fortran/78178 (ICE in WHERE statement with diagnostic)Thomas Koenig1-0/+1
2016-11-01re PR fortran/69544 (Internal compiler error with -Wall and where)Thomas Koenig1-0/+4
2016-10-27re PR fortran/78026 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek1-12/+22
2016-10-25Enable .XOR. operator with -std=legacy.Fritz Reese1-0/+13
2016-10-25Support TYPE as alias for PRINT with -fdec.Fritz Reese1-0/+3
2016-10-25Cleanup -fdec.Fritz Reese1-1/+1
2016-10-23re PR fortran/54730 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Steven G. Kargl1-13/+102
2016-10-17re PR fortran/77978 (stop codes misinterpreted in both f2003 and f2008)Steven G. Kargl1-9/+97
2016-08-31[multiple changes]Paul Thomas1-0/+6
2016-05-07re PR fortran/56226 (Add support for DEC UNION and MAP extensions)Fritz Reese1-0/+122
2016-02-28re PR fortran/56007 (Remarkably bad error message with DO array=1,2)Harald Anlauf1-0/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+198
2015-11-13re PR fortran/68319 (ICE on using interface with included entry)Steven G. Kargl1-0/+9
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-07re PR fortran/68151 (ICE on using select case with function of wrong type)Steven G. Kargl1-1/+19
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+3
2015-10-24re PR fortran/67805 (ICE on array constructor with wrong character specificat...Steven G. Kargl1-0/+5
2015-10-18Fix common-related error recovery ICE.Mikael Morin1-10/+10
2015-10-04Remove dead codeMikael Morin1-8/+1
2015-10-04Fix fortran common-related error recovery ICE.Mikael Morin1-6/+6
2015-09-28[multiple changes]Paul Thomas1-1/+60
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-02re PR fortran/56520 (Syntax error causes misleading message: "Invalid charact...Steven G. Kargl1-1/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0