Age | Commit message (Expand) | Author | Files | Lines |
2023-11-03 | Fortran: passing of allocatable/pointer arguments to OPTIONAL+VALUE [PR92887] | Harald Anlauf | 1 | -3/+47 |
2023-10-13 | tree-optimization/111779 - Handle some BIT_FIELD_REFs in SRA | Richard Biener | 1 | -1/+4 |
2023-10-12 | Fortran: Set hidden string length for pointer components [PR67740]. | Paul Thomas | 1 | -4/+29 |
2023-10-04 | Fortran: Alloc comp of non-finalizable type not finalized [PR111674] | Paul Thomas | 1 | -1/+1 |
2023-09-24 | Fortran: Pad mismatched charlens in component initializers [PR68155] | Paul Thomas | 1 | -7/+1 |
2023-08-26 | Fortran: Supply a missing dereference [PR92586] | Paul Thomas | 1 | -1/+2 |
2023-08-16 | Fortran: fix memleak for character,value dummy of bind(c) procedure [PR110360] | Harald Anlauf | 1 | -2/+3 |
2023-08-14 | fortran: Fix length one character dummy arg type [PR110419] | Mikael Morin | 1 | -15/+20 |
2023-08-14 | fortran: New predicate gfc_length_one_character_type_p | Mikael Morin | 1 | -6/+2 |
2023-07-28 | Fortran: do not pass hidden character length for TYPE(*) dummy [PR110825] | Harald Anlauf | 1 | -0/+1 |
2023-07-17 | Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658] | Harald Anlauf | 1 | -1/+6 |
2023-07-17 | fortran: Pass pre-calculated class container argument [pr110618] | Mikael Morin | 1 | -2/+5 |
2023-07-14 | fortran: Reorder array argument evaluation parts [PR92178] | Mikael Morin | 1 | -19/+67 |
2023-07-14 | fortran: Factor data references for scalar class argument wrapping [PR92178] | Mikael Morin | 1 | -0/+26 |
2023-07-14 | fortran: defer class wrapper initialization after deallocation [PR92178] | Mikael Morin | 1 | -1/+17 |
2023-07-08 | Fortran: fixes for procedures with ALLOCATABLE,INTENT(OUT) arguments [PR92178] | Harald Anlauf | 1 | -5/+49 |
2023-06-28 | Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360] | Harald Anlauf | 1 | -5/+10 |
2023-06-28 | Fortran: Enable class expressions in structure constructors [PR49213] | Paul Thomas | 1 | -7/+52 |
2023-06-24 | Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360] | Harald Anlauf | 1 | -8/+13 |
2023-06-23 | Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360] | Harald Anlauf | 1 | -0/+19 |
2023-06-21 | Fortran: Seg fault passing string to type cptr dummy [PR108961]. | Paul Thomas | 1 | -1/+4 |
2023-05-23 | Fortran: Fix assumed length chars and len inquiry [PR103716] | Paul Thomas | 1 | -0/+2 |
2023-05-18 | fortran: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -3/+3 |
2023-05-16 | Fortran: Fix an assortment of bugs | Paul Thomas | 1 | -54/+42 |
2023-04-28 | Fortran: Fix (mostly) comment typos | Tobias Burnus | 1 | -3/+3 |
2023-04-13 | Fortran: call of overloaded ‘abs(long long int&)’ is ambiguous [PR109492] | Harald Anlauf | 1 | -2/+3 |
2023-04-12 | Fortran: fix functions with entry and pointer/allocatable result [PR104312] | Harald Anlauf | 1 | -0/+2 |
2023-04-08 | Fortran: Fix some of the bugs in associate [PR87477] | Paul Thomas | 1 | -20/+60 |
2023-03-18 | Fortran: Fix bugs and missing features in finalization [PR37336] | Paul Thomas | 1 | -74/+185 |
2023-03-11 | Fortran: fix bounds check for copying of class expressions [PR106945] | Harald Anlauf | 1 | -0/+1 |
2023-02-25 | Fortran: Skip bound conv in gfc_conv_gfc_desc_to_cfi_desc with intent(out) pt... | Tobias Burnus | 1 | -0/+6 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-12 | Fortran: fix treatment of character, value, optional dummy arguments [PR107444] | Harald Anlauf | 1 | -8/+17 |
2022-11-07 | Fortran: Fix reallocation on assignment for kind=4 strings [PR107508] | Tobias Burnus | 1 | -3/+3 |
2022-10-17 | Fortran: Fixes for kind=4 characters strings [PR107266] | Tobias Burnus | 1 | -6/+6 |
2022-10-01 | Fortran: Fix ICE and wrong code for assumed-rank arrays [PR100029, PR100040] | José Rui Faustino de Sousa | 1 | -21/+27 |
2022-09-25 | fortran: Support clobbering of derived types [PR41453] | Mikael Morin | 1 | -1/+17 |
2022-09-25 | fortran: Support clobbering of allocatables and pointers [PR41453] | Mikael Morin | 1 | -2/+0 |
2022-09-25 | fortran: Support clobbering of ASSOCIATE variables [PR41453] | Mikael Morin | 1 | -1/+0 |
2022-09-25 | fortran: Support clobbering of SAVE variables [PR41453] | Mikael Morin | 1 | -2/+0 |
2022-09-25 | fortran: Support clobbering of reference variables [PR41453] | Mikael Morin | 1 | -4/+0 |
2022-09-25 | fortran: Support clobbering with implicit interfaces [PR105012] | Harald Anlauf | 1 | -4/+15 |
2022-09-25 | fortran: Move clobbers after evaluation of all arguments [PR106817] | Mikael Morin | 1 | -2/+4 |
2022-09-25 | fortran: Fix invalid function decl clobber ICE [PR105012] | Mikael Morin | 1 | -1/+2 |
2022-09-25 | fortran: Move the clobber generation code | Mikael Morin | 1 | -28/+32 |
2022-09-04 | Fortran: Fix ICE with -fcheck=pointer [PR100136] | José Rui Faustino de Sousa | 1 | -4/+3 |
2022-09-03 | Fortran: Fix ICE with automatic reallocation [PR100245] | José Rui Faustino de Sousa | 1 | -0/+3 |
2022-04-22 | fortran: Use pointer arithmetic to index arrays [PR102043] | Mikael Morin | 1 | -1/+1 |
2022-04-22 | fortran: Pre-evaluate string pointers. [PR102043] | Mikael Morin | 1 | -0/+7 |
2022-04-21 | fortran: Fix conv of UNION constructors [PR105310] | Fritz Reese | 1 | -2/+2 |