aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Fortran: error recovery on invalid array section [PR108609]Harald Anlauf1-1/+5
2022-10-23Fortran: error recovery with references of bad array constructors [PR105633]Harald Anlauf1-3/+7
2022-09-30Fortran: NULL pointer dereference in invalid simplification [PR106985]Harald Anlauf1-1/+2
2022-05-16Fortran: fix error recovery on invalid array sectionHarald Anlauf1-2/+2
2022-05-16Fortran: improve error recovery on invalid array sectionHarald Anlauf1-1/+3
2022-01-25Fortran: reject invalid non-constant pointer initialization targetsHarald Anlauf1-0/+34
2022-01-21Fortran: fix ICE overloading elemental intrinsicsHarald Anlauf1-3/+2
2022-01-13Fortran: avoid several NULL pointer dereferences during error recoveryHarald Anlauf1-1/+2
2021-12-27Fortran: fix check for pointer dummy arguments with INTENT(IN)Harald Anlauf1-3/+6
2021-12-19Fortran: improve checking of array specificationsHarald Anlauf1-0/+25
2021-11-13Fortran: fix simplification of array-valued parameter expressionsHarald Anlauf1-0/+2
2021-10-05Fortran - improve checking for intrinsics allowed in constant expressionsHarald Anlauf1-0/+32
2021-09-21Fortran - fix handling of substring start and end indicesHarald Anlauf1-2/+2
2021-09-16Fortran - improve error recovery determining array element from constructorHarald Anlauf1-4/+3
2021-06-18Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-0/+3
2020-12-06PR fortran/98017 - Suspected regression using PACKHarald Anlauf1-0/+3
2020-10-22PR fortran/95979 - ICE in get_kind, at fortran/simplify.c:129Harald Anlauf1-1/+1
2020-07-27Fortran : ICE in gfc_check_pointer_assign PR95612Mark Eggleston1-1/+14
2020-06-14PR fortran/95503 - Fix ICE in gfc_is_simply_contiguous, at fortran/expr.c:5844Harald Anlauf1-1/+3
2020-04-27Revert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 .Thomas Koenig1-5/+2
2020-04-23Fix PR 93956, wrong pointer when returned via function.Thomas König1-2/+5
2020-04-01fortran : FAIL: gfortran.dg/pr93365.f90 PR94386Mark Eggleston1-7/+26
2020-03-28Patch for PR94246Paul Thomas1-32/+15
2020-03-23fortran: ICE in gfc_match_assignment PR93600Mark Eggleston1-8/+26
2020-02-18[fortran] ICE assign character pointer to non target PR93714Mark Eggleston1-7/+7
2020-01-30Remove check for maximum symbol name length.Andrew Benson1-1/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-21re PR fortran/92753 (ICE in gfc_trans_call, at fortran/trans-stmt.c:392)Paul Thomas1-5/+9
2019-12-20Fortran] PR 92996 – fix rank resolution EXPR_ARRAYTobias Burnus1-0/+10
2019-11-08Allow CHARACTER literals in assignments and data statements.Mark Eggleston1-0/+6
2019-10-13re PR fortran/92017 (ICE in gfc_expr_attr, at fortran/primary.c:2674)Thomas Koenig1-0/+3
2019-10-03Character typenames in errors and warningsMark Eggleston1-5/+3
2019-09-17re PR fortran/91588 (ICE in check_inquiry, at fortran/expr.c:2673)Paul Thomas1-34/+45
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-1/+1
2019-08-13re PR fortran/87993 (ICE in gfc_constructor_first, at fortran/constructor.c:234)Steven G. Kargl1-0/+5
2019-08-10decl.c (match_old_style_init): Use a clearer error message.Steven G. Kargl1-13/+28
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl1-28/+20
2019-07-14re PR fortran/87233 (Constraint C1279 still followed after f2008 standard rev...Jerry DeLisle1-4/+6
2019-06-13re PR fortran/89344 (uncaught programmer error: polymorphic variable is INTE...Steven G. Kargl1-2/+9
2019-05-19re PR fortran/88821 (Inline packing of non-contiguous arguments)Thomas Koenig1-0/+3
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-5/+29
2019-04-03[multiple changes]Dominique d'Humieres1-1/+1
2019-04-03re PR fortran/89375 (fortran/expr.c:4723:5: warning: logical ‘or’ of equa...Dominique d'Humieres1-1/+0
2019-03-27re PR fortran/85537 ([F08] Invalid memory reference at runtime when calling s...Janus Weil1-0/+14
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas1-1/+3
2019-03-18re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig1-0/+6
2019-03-15re PR fortran/60091 (Misleading error messages in rank-2 pointer assignment t...Harald Anlauf1-13/+47
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-03-09re PR fortran/84504 ([F08] procedure pointer variables cannot be initialized ...Janus Weil1-1/+1
2019-03-06re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ...Harald Anlauf1-2/+8