aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-12125/+0
2022-01-10Fortran: Pass unlimited polymorphic argument to assumed type [PR103366].Paul Thomas1-4/+14
2022-01-03Fortran: Fix array copy-in/copy-out for BIND(C) functions [PR103390]Sandra Loosemore1-2/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-28Fortran: Emit correct types for CHARACTER(C_CHAR), VALUE argumentsFrancois-Xavier Coudert1-49/+37
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener1-8/+3
2021-11-16fortran: Delete redundant missing_arg_type fieldMikael Morin1-2/+7
2021-10-27Fortran: make some trans* functions staticBernhard Reutner-Fischer1-5/+5
2021-10-22Fortran: Avoid running into assert with -fcheck= + UBSANTobias Burnus1-0/+1
2021-10-19Fortran: Fix "str" to scalar descriptor conversion [PR92482]Tobias Burnus1-1/+1
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-153/+472
2021-10-12Fortran: Various CLASS + assumed-rank fixed [PR102541]Tobias Burnus1-38/+42
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-5/+38
2021-09-22Fortran: Add gfc_simple_for_loop aux functionTobias Burnus1-0/+34
2021-09-16Fortran - fix handling of optional allocatable DT arguments with INTENT(OUT)Harald Anlauf1-0/+11
2021-09-09Fortran - out of bounds in array constructor with implied do loopHarald Anlauf1-1/+3
2021-07-26PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handlingTobias Burnus1-10/+14
2021-07-21Fortran: Fix bind(C) character length checksTobias Burnus1-10/+8
2021-07-14Fortran - ICE in gfc_conv_expr_present initializing non-dummy class variableHarald Anlauf1-2/+3
2021-06-08Fix "tailing" typo.Martin Liska1-1/+1
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-14/+56
2021-05-24OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86...Tobias Burnus1-1/+1
2021-05-23Fortran: fix passing return value to class(*) dummy argumentHarald Anlauf1-1/+3
2021-05-10Come up with startswith function.Martin Liska1-1/+1
2021-05-06Fortran: Assumed and explicit size class arrays [PR46691/99819].Paul Thomas1-0/+9
2021-05-05PR fortran/100274 - ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131Harald Anlauf1-0/+1
2021-04-28Fortran: Fix double function call with -fcheck=pointer [PR]José Rui Faustino de Sousa1-5/+2
2021-04-15Fortran: Fix class reallocate on assignment [PR99307].Paul Thomas1-29/+69
2021-03-28Fortran: Fix problem with runtime pointer check [PR99602].Paul Thomas1-8/+20
2021-03-14PR fortran/99112 - ICE with runtime diagnostics for SIZE intrinsic functionHarald Anlauf1-2/+12
2021-03-13Fortran: Fix for class defined operators [PR99125].Paul Thomas1-1/+1
2021-02-24Fortran: Fix memory problems with assumed rank formal args [PR98342].Paul Thomas1-6/+34
2021-02-21PR fortran/99169 - Do not clobber allocatable intent(out) dummy argumentHarald Anlauf1-0/+1
2021-02-12Fortran: Fix rank of assumed-rank array [PR99043]Tobias Burnus1-2/+3
2021-01-27Fortran: Fix ICE due to elemental procedure pointers [PR93924/5].Paul Thomas1-2/+4
2021-01-08Fortran: Allow pointer deferred length associate selectors. [PR93794]Paul Thomas1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-26Fix failures with -m32 and some memory leaks.Paul Thomas1-5/+37
2020-12-25PR93685 - ICE in gfc_constructor_append_expr, at fortran/constructor.c:135Harald Anlauf1-5/+7
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas1-23/+241
2020-10-07This patch fixes PR47469 - a trivial bit of tidying up.Paul Thomas1-6/+2
2020-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-1/+2
2020-09-24This patch fixes PR96495 - frees result components outside loop.Paul Thomas1-1/+25
2020-08-10This patch fixes PR96312. Cures a used uninitialized warning.Paul Thomas1-6/+21
2020-06-11Patch to Bug 94022 - Array slices of assumed-size arrays.José Rui Faustino de Sousa1-0/+2
2020-06-04PR fortran/95500 - Segfault compiling extra interface on intrinsicHarald Anlauf1-0/+1
2020-06-03Simple patch only add assumed-rank to the list of possible attributes.José Rui Faustino de Sousa1-1/+2
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus1-8/+14
2020-04-25Fix PR 94578.Thomas König1-2/+6
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1