aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-11910/+0
2022-01-05Fortran: Fix ICE caused by missing error for untyped symbol [PR103258]Sandra Loosemore1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-30Only return after resetting type_param_spec_listRichard Biener1-2/+2
2021-11-06Fortran: error recovery on rank mismatch of array and its initializerHarald Anlauf1-0/+8
2021-11-05Fortran: Missing error with IMPLICIT none (external) [PR100972]Bernhard Reutner-Fischer1-1/+1
2021-11-05Fortran: Delete unused decl in gfortran.hBernhard Reutner-Fischer1-1/+1
2021-10-27Fortran: make some match* functions staticBernhard Reutner-Fischer1-7/+8
2021-10-26Fortran: do not restrict PDT KIND and LEN type parameters to default integerHarald Anlauf1-16/+0
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang1-0/+1
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-23/+0
2021-10-15Fortran: validate shape of arrays in constructors against declarationsHarald Anlauf1-3/+6
2021-10-10Fortran: handle initialization of derived type parameter arrays from scalarHarald Anlauf1-3/+7
2021-09-23Fortran: Diagnose default-initialized pointer/allocatable dummiesSandra Loosemore1-0/+14
2021-09-13Fortran - ensure simplification of bounds of array-valued named constantsHarald Anlauf1-0/+18
2021-09-03Fortran: Fix Bind(C) char-len check, add ptr-contiguous checkTobias Burnus1-23/+16
2021-07-21Fortran: Fix bind(C) character length checksTobias Burnus1-9/+104
2021-05-10Come up with startswith function.Martin Liska1-2/+2
2021-03-04Fortran: Fix -freal-{4,8}-real* handling [PR99355]Tobias Burnus1-4/+2
2021-01-21Fortran: This patch fixes comments 23 and 24 of PR96320.Paul Thomas1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-03PR fortran/95342 - ICE in gfc_match_subroutine, at fortran/decl.c:7913Harald Anlauf1-0/+2
2020-11-03Fortran: Add !GCC$ attributes DEPRECATEDTobias Burnus1-0/+1
2020-10-14Fortran : ICE in build_field PR95614Mark Eggleston1-2/+2
2020-10-12Fortran : ICE in gfc_validate_kind PR96099Mark Eggleston1-1/+1
2020-09-28Revert "Fortran : ICE in build_field PR95614"Mark Eggleston1-2/+2
2020-09-27Fortran : ICE in build_field PR95614Mark Eggleston1-2/+2
2020-09-17Fortran: Avoid double-free with parse error (PR96041, PR93423)Tobias Burnus1-0/+9
2020-08-27Fortran : ICE for division by zero in declaration PR95882Mark Eggleston1-0/+3
2020-07-14Fortran : Implicitly type parameter causes an invalid error PR96038Mark Eggleston1-6/+9
2020-07-01Fortran : Fortran translation issues PR52279Mark Eggleston1-4/+4
2020-07-01Fortran : Bogus error with additional blanks in type(*) PR95829Mark Eggleston1-1/+1
2020-06-29PR fortran/95978 - ICE in gfc_match_data, at fortran/decl.c:731Harald Anlauf1-1/+1
2020-06-25PR fortran/95826 - Buffer overflows with PDTs and long symbolsHarald Anlauf1-3/+5
2020-06-23Fortran : ICE in gfc_validate_kind PR95586Mark Eggleston1-1/+1
2020-06-11PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075Harald Anlauf1-1/+1
2020-06-05PR fortran/95530, PR fortran/95537 - Buffer overflows with long symbolsHarald Anlauf1-2/+7
2020-05-18PR fortran/95053 - division by zero constantsHarald Anlauf1-1/+16
2020-05-13Fortran : ICE in gfc_conv_array_constructor_expr PR93497Mark Eggleston1-0/+5
2020-04-20PR 91800 - reject Hollerith constants as type initializer.Steve Kargl1-0/+9
2020-04-06Fix fortran/93686 -- ICE matching data statements with derived-type pointers.Fritz Reese1-0/+4
2020-04-02Fix fortran/85982 ICE in resolve_component.Fritz Reese1-9/+21
2020-03-28[Fortran] Fix result-variable handling of MODULE PROCEDURE (PR94348)Tobias Burnus1-5/+12
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl1-1/+10
2020-02-24fortran: ICE in gfc_conv_constant_to_tree PR93604Mark Eggleston1-0/+16
2020-01-09Fortran] PR84135 fix merging dimension into codimension array specTobias Burnus1-11/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-30Catch division by zero errors in array sizes.Thomas Koenig1-4/+27
2019-11-10re PR fortran/92123 ([F2018/array-descriptor] Scalar allocatable/pointer wit...Paul Thomas1-11/+2
2019-11-01decl.c (match_byte_typespec): New function.Steven G. Kargl1-16/+36