aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Update ChangeLog and version files for releasereleases/gcc-10.5.0releases/gcc-10Richard Biener1-0/+4
2023-06-10Daily bump.GCC Administrator1-0/+10
2023-06-09fortran: Fix ICE on pr96024.f90 on big-endian hosts [PR96024]Jakub Jelinek1-1/+2
2023-05-04Daily bump.GCC Administrator1-0/+18
2023-05-03fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451]Jakub Jelinek1-1/+5
2023-05-03fortran: Fix up function types for realloc and sincos{,f,l} builtins [PR108349]Jakub Jelinek1-18/+20
2023-04-17Daily bump.GCC Administrator1-0/+10
2023-04-16Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]Harald Anlauf1-6/+6
2023-03-25Daily bump.GCC Administrator1-0/+18
2023-03-24Fortran: simplification of NEAREST for large argument [PR109186]Harald Anlauf1-1/+1
2023-03-24Fortran: procedures with BIND(C) attribute require explicit interface [PR85877]Harald Anlauf1-0/+10
2023-03-18Daily bump.GCC Administrator1-0/+18
2023-03-17Fortran: fix bounds check for copying of class expressions [PR106945]Harald Anlauf1-0/+1
2023-03-17Fortran: fix ICE with bind(c) in block data [PR104332]Harald Anlauf1-2/+2
2023-03-06Daily bump.GCC Administrator1-0/+30
2023-03-05Fortran: fix corner case of IBITS intrinsic [PR108937]Harald Anlauf1-0/+10
2023-03-05Fortran: reject invalid CHARACTER length of derived type components [PR96024]Harald Anlauf1-0/+13
2023-03-05Fortran: improve checking of character length specification [PR96025]Harald Anlauf2-12/+17
2023-02-12Daily bump.GCC Administrator1-0/+31
2023-02-11Fortran: ASSOCIATE variables should not be TREE_STATIC [PR95107]Harald Anlauf1-0/+1
2023-02-11Fortran: error recovery on invalid array section [PR108609]Harald Anlauf1-1/+5
2023-02-11Fortran: fix ICE in compare_bound_int [PR108527]Harald Anlauf1-15/+14
2023-02-06Daily bump.GCC Administrator1-0/+65
2023-02-05Fortran: ICE in transformational_result [PR108529]Harald Anlauf1-0/+1
2023-02-05Fortran: error recovery for bad initializers of implied-shape arrays [PR106209]Harald Anlauf1-2/+13
2023-02-05Fortran: avoid ICE on invalid array subscript triplets [PR108501]Harald Anlauf1-7/+16
2023-02-05Fortran: fix NULL pointer dereference in gfc_check_dependency [PR108502]Harald Anlauf1-0/+5
2023-02-05Fortran: fix ICE in get_expr_storage_size [PR108421]Harald Anlauf1-1/+2
2023-02-05Fortran: fix ICE in check_charlen_present [PR108420]Harald Anlauf1-3/+6
2023-02-05Fortran: diagnose USE associated symbols in COMMON blocks [PR108453]Harald Anlauf1-0/+10
2023-01-09Daily bump.GCC Administrator1-0/+10
2023-01-08Fortran: incorrect array bounds when bound intrinsic used in decl [PR108131]Harald Anlauf1-4/+0
2022-12-19Daily bump.GCC Administrator1-0/+9
2022-12-18Fortran: ICE on recursive derived types with allocatable components [PR107872]Paul Thomas1-1/+2
2022-11-26Daily bump.GCC Administrator1-0/+9
2022-11-25Fortran: reject NULL actual argument without explicit interface [PR107576]Harald Anlauf1-0/+8
2022-10-29Daily bump.GCC Administrator1-0/+9
2022-10-28Fortran: BOZ literal constants are not compatible to any type [PR103413]Harald Anlauf1-0/+4
2022-10-24Daily bump.GCC Administrator1-0/+10
2022-10-23Fortran: error recovery with references of bad array constructors [PR105633]Harald Anlauf1-3/+7
2022-10-11Daily bump.GCC Administrator1-0/+31
2022-10-10fortran: Move clobbers after evaluation of all arguments [PR106817]Mikael Morin1-2/+4
2022-10-10fortran: Fix invalid function decl clobber ICE [PR105012]Mikael Morin1-1/+2
2022-10-10fortran: Move the clobber generation codeMikael Morin2-30/+33
2022-10-09Daily bump.GCC Administrator1-0/+14
2022-10-08Fortran: Fix ICE and wrong code for assumed-rank arrays [PR100029, PR100040]José Rui Faustino de Sousa1-21/+27
2022-10-02Daily bump.GCC Administrator1-0/+9
2022-10-01Fortran: Fix function attributes [PR100132]José Rui Faustino de Sousa1-2/+13
2022-10-01Daily bump.GCC Administrator1-0/+36
2022-09-30Fortran: error recovery while simplifying intrinsic UNPACK [PR107054]Harald Anlauf1-3/+10