aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-16fix PR 86484 and PR 84543Janus Weil1-0/+3
2018-08-22re PR fortran/86935 (Bad locus in ASSOCIATE statement)Janus Weil1-8/+12
2018-05-25re PR fortran/85839 ([F2018] warn for obsolescent features)Janus Weil1-0/+7
2018-05-22re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-7/+7
2018-05-21re PR fortran/85841 ([F2018] reject deleted features)Janus Weil1-6/+6
2018-05-20re PR fortran/82923 (Automatic allocation of deferred length character using ...Paul Thomas1-6/+21
2018-02-14re PR fortran/84385 ([F03] Reject invalid SELECT TYPE selector (allocate_with...Janus Weil1-1/+2
2018-02-07re PR fortran/82994 (ICE in gfc_match_deallocate, at fortran/match.c:4478)Steven G. Kargl1-2/+2
2018-02-07re PR fortran/82049 (ICE with character(*),parameter array constructor)Steven G. Kargl1-1/+9
2018-01-26Partial Failed Images patchDamian Rouson1-0/+129
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