aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7264/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-29Fortran: avoid several NULL pointer dereferences during error recoveryHarald Anlauf1-1/+2
2021-12-22Fortran: CASE selector expressions must be scalarHarald Anlauf1-0/+13
2021-12-07Fortran: add check for type of upper bound in case rangeHarald Anlauf1-0/+9
2021-11-05Fortran: a symbol in a COMMON cannot be a coarrayHarald Anlauf1-0/+7
2021-10-27Fortran: make some match* functions staticBernhard Reutner-Fischer1-26/+0
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-1/+1
2021-08-30Fortran - fix whitespace issue during parsing of assigned gotoHarald Anlauf1-1/+1
2021-08-15Fortran: fix checks for STAT= and ERRMSG= arguments of SYNC ALL/SYNC IMAGESHarald Anlauf1-2/+2
2021-07-28Fortran: ICE in resolve_allocate_deallocate for invalid STAT argumentHarald Anlauf1-5/+6
2021-06-16Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-1/+1
2021-06-16Revert "Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446"Harald Anlauf1-1/+1
2021-06-16Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-1/+1
2021-05-28OpenMP: Add iterator support to Fortran's depend; add affinity clauseTobias Burnus1-8/+10
2021-03-22Fortran: Fix 'name' bound size [PR99688]Tobias Burnus1-3/+3
2021-02-19fortran: Object types should be declared before use in NAMELIST.Jerry DeLisle1-0/+18
2021-02-11Fortran: Fix calls to associate name typebound subroutines [PR98897].Paul Thomas1-4/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17Fortran: Delay vtab generation until after parsing [PR92587]Tobias Burnus1-3/+0
2020-10-14Fortran : ICE in build_field PR95614Mark Eggleston1-2/+3
2020-09-28Revert "Fortran : ICE in build_field PR95614"Mark Eggleston1-3/+2
2020-09-27Fortran : ICE in build_field PR95614Mark Eggleston1-2/+3
2020-07-10PR fortran/96086 - ICE in gfc_match_select_rank, at fortran/match.c:6645Harald Anlauf1-2/+3
2020-07-06PR fortran/95980 - ICE on using sync images with -fcheck=boundsHarald Anlauf1-3/+8
2020-06-28PR fortran/95340 - ICE in gfc_match_select_rank, at fortran/match.c:6690Harald Anlauf1-1/+2
2020-06-25PR fortran/95828 - Buffer overflows with SELECT RANKHarald Anlauf1-1/+1
2020-06-20PR fortran/95587 - ICE in gfc_target_encode_expr, at fortran/target-memory.c:362Harald Anlauf1-0/+5
2020-05-28Fortran : "type is( real(kind(1.)) )" spurious syntax error PR94397Mark Eggleston1-1/+4
2020-04-02[Fortran] Fix error cleanup of select rank (PR93522)Tobias Burnus1-0/+1
2020-03-25fortran: ICE using undeclared symbol in array constructor PR93484Mark Eggleston1-2/+2
2020-03-23fortran: ICE in gfc_match_assignment PR93600Mark Eggleston1-0/+8
2020-03-01Patch and ChangeLogs for PR92976Paul Thomas1-2/+8
2020-02-24OpenACC tile clause – apply exit/cycle checks (PR 93552)Tobias Burnus1-5/+20
2020-02-18[Fortran] ICE: Invalid expression in gfc_element_size PR93601Mark Eggleston1-0/+10
2020-02-18[Fortran] ICE in gfc_typenode_for_spec PR93603Mark Eggleston1-0/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-21re PR fortran/92990 (INVALID code with NULLIFY – partially misleading error...Harald Anlauf1-0/+17
2019-12-20Fortran] PR 92996 – fix rank resolution EXPR_ARRAYTobias Burnus1-3/+2
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-1/+2
2019-10-02re PR fortran/91943 (ICE in gfc_conv_constant_to_tree, at fortran/trans-const...Steven G. Kargl1-0/+10
2019-09-28re PR fortran/91864 (ICE in gfc_check_do_variable, at fortran/parse.c:4405)Steven G. Kargl1-0/+18
2019-09-23re PR fortran/91729 (ICE in gfc_match_select_rank, at fortran/match.c:6586)Paul Thomas1-9/+25
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-41/+386
2019-08-17re PR fortran/78739 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1477)Steven G. Kargl1-0/+29
2019-08-02re PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibly redundant code ?)Steven G. Kargl1-0/+9
2019-06-27re PR fortran/90987 (Wrong error message with variables named "COMMON*")Steven G. Kargl1-3/+25
2019-06-19re PR fortran/69499 ([F03] ICE-on-invalid on combining select type with wrong...Steven G. Kargl1-0/+7
2019-05-06re PR fortran/90290 (-std=f2008 should reject non-constant stop and error sto...Steven G. Kargl1-3/+14
2019-05-01re PR fortran/60144 (Misleading error message when missing "then" after "if" ...Dominique d'Humieres1-31/+53