aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-6507/+0
2022-01-14Fortran: fix ICE overloading elemental intrinsicsHarald Anlauf1-3/+2
2022-01-09Fortran: reject invalid non-constant pointer initialization targetsHarald Anlauf1-0/+34
2022-01-03Fortran: Fix array copy-in/copy-out for BIND(C) functions [PR103390]Sandra Loosemore1-2/+10
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-10Fortran: fix check for pointer dummy arguments with INTENT(IN)Harald Anlauf1-3/+6
2021-12-03Fortran: improve checking of array specificationsHarald Anlauf1-0/+25
2021-11-09Fortran: Fix memory leak in finalization wrappers [PR68800]Bernhard Reutner-Fischer1-1/+1
2021-11-05Fortran: fix simplification of array-valued parameter expressionsHarald Anlauf1-0/+2
2021-11-05Fortran: Delete unused decl in gfortran.hBernhard Reutner-Fischer1-10/+10
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-1/+1
2021-10-20Fortran: Fixes and additional tests for shape/ubound/size [PR94070]Sandra Loosemore1-1/+2
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-3/+5
2021-09-30Fortran: fix reference to Fortran standard in commentHarald Anlauf1-1/+1
2021-09-24Fortran - improve checking for intrinsics allowed in constant expressionsHarald Anlauf1-0/+32
2021-09-13Fortran - fix handling of substring start and end indicesHarald Anlauf1-2/+2
2021-09-07Fortran - improve error recovery determining array element from constructorHarald Anlauf1-4/+3
2021-07-28Fortran: ICE in resolve_allocate_deallocate for invalid STAT argumentHarald Anlauf1-0/+10
2021-06-16Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-0/+3
2021-06-16Revert "Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446"Harald Anlauf1-15/+0
2021-06-16Fortran - ICE in gfc_check_do_variable, at fortran/parse.c:4446Harald Anlauf1-0/+15
2021-04-24Fortran - allow target of pointer from evaluation of function-referenceHarald Anlauf1-1/+3
2021-02-16Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify_contiguousTobias Burnus1-0/+2
2021-01-21Fortran: This patch fixes comments 23 and 24 of PR96320.Paul Thomas1-0/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-29PR fortran/98017 - Suspected regression using PACKHarald Anlauf1-0/+3
2020-10-16PR fortran/95979 - ICE in get_kind, at fortran/simplify.c:129Harald Anlauf1-1/+1
2020-09-30Fortran: add contiguous check for ptr assignment, fix non-contig check (PR97242)Tobias Burnus1-7/+19
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa1-0/+6
2020-08-30 2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>José Rui Faustino de Sousa1-1/+1
2020-07-14Fortran : ICE in gfc_check_pointer_assign PR95612Mark Eggleston1-1/+14
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-1/+1
2020-06-11PR 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