index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
trans-array.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-19
Fortran: character array constructor with >= 4 constant elements [PR103115]
Harald Anlauf
1
-1
/
+3
2024-07-18
Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]
Andre Vehreschild
1
-3
/
+50
2024-07-18
Fortran: Suppress bogus used uninitialized warnings [PR108889].
Paul Thomas
1
-0
/
+43
2024-07-11
Fix bootstrap broken by gcc-15-1965-ge4f2f46e015
Andre Vehreschild
1
-1
/
+1
2024-07-11
Fortran: Fix rejecting class arrays of different ranks as storage association...
Andre Vehreschild
1
-41
/
+163
2024-07-08
fortran: Move definition of variable closer to its uses
Mikael Morin
1
-14
/
+19
2024-06-28
Use gfc_reset_vptr more consistently.
Andre Vehreschild
1
-28
/
+6
2024-06-24
Fortran: fix passing of optional dummy as actual to optional argument [PR55978]
Harald Anlauf
1
-4
/
+16
2024-06-20
Fortran: Auto array allocation with function dependencies [PR59104]
Paul Thomas
1
-3
/
+12
2024-06-07
Add finalizer creation to array constructor for functions of derived type.
Andre Vehreschild
1
-1
/
+17
2024-05-24
Fortran: fix bounds check for assignment, class component [PR86100]
Harald Anlauf
1
-1
/
+6
2024-05-13
Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]
Paul Thomas
1
-0
/
+5
2024-05-05
Fortran: fix issues with class(*) assignment [PR114827]
Harald Anlauf
1
-0
/
+16
2024-03-21
Fortran: improve array component description in runtime error message [PR30802]
Harald Anlauf
1
-47
/
+85
2024-03-20
Use integer_{zero,one}_node some more
Jakub Jelinek
1
-1
/
+1
2024-03-17
Fortran: fix for absent array argument passed to optional dummy [PR101135]
Harald Anlauf
1
-0
/
+11
2024-02-17
Fortran: deferred length of character variables shall not get lost [PR113911]
Harald Anlauf
1
-1
/
+1
2024-02-12
Fortran: Set the length of an allocatable character
Steve Kargl
1
-0
/
+3
2024-01-27
Fortran: fix bounds-checking errors for CLASS array dummies [PR104908]
Harald Anlauf
1
-1
/
+4
2024-01-19
Fortran: fix wrong array bounds check [PR113471]
Harald Anlauf
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-16
Fortran: Prevent unwanted finalization with -w option [PR112459]
Paul Thomas
1
-1
/
+3
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-27
/
+125
2023-12-02
Fortran: deferred-length character optional dummy arguments [PR93762,PR100651]
Harald Anlauf
1
-0
/
+9
2023-10-14
Fortran: Support OpenMP's 'allocate' directive for stack vars
Tobias Burnus
1
-1
/
+27
2023-09-29
Fortran: Free alloc. comp. in allocated coarrays only.
Andre Vehreschild
1
-2
/
+14
2023-09-19
fortran: fix checking of CHARACTER lengths in array constructors [PR70231]
Harald Anlauf
1
-0
/
+17
2023-09-15
Fortran: improve bounds-checking for array sections [PR30802]
Harald Anlauf
1
-1
/
+68
2023-09-01
Fortran: runtime bounds-checking in presence of array constructors [PR31059]
Harald Anlauf
1
-0
/
+23
2023-08-25
fortran: Rename TRUE/FALSE to true/false in *.cc files
Uros Bizjak
1
-2
/
+2
2023-07-17
fortran: Pass pre-calculated class container argument [pr110618]
Mikael Morin
1
-1
/
+1
2023-07-14
fortran: Factor data references for scalar class argument wrapping [PR92178]
Mikael Morin
1
-0
/
+3
2023-06-13
Fortran: fix passing of zero-sized array arguments to procedures [PR86277]
Harald Anlauf
1
-1
/
+1
2023-06-08
Fortran: Fix some more blockers in associate meta-bug [PR87477]
Paul Thomas
1
-1
/
+11
2023-05-18
fortran: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-5
/
+5
2023-05-18
Fortran: Narrow return types [PR78798]
Bernhard Reutner-Fischer
1
-1
/
+1
2023-05-16
Fortran: Fix an assortment of bugs
Paul Thomas
1
-0
/
+6
2023-04-28
Fortran: Fix (mostly) comment typos
Tobias Burnus
1
-2
/
+2
2023-04-08
Fortran: Fix some of the bugs in associate [PR87477]
Paul Thomas
1
-5
/
+28
2023-03-21
Fortran: Fix regression caused by PR37336 patch [PR109206]
Paul Thomas
1
-1
/
+4
2023-03-18
Fortran: Fix bugs and missing features in finalization [PR37336]
Paul Thomas
1
-73
/
+161
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-22
Remove not needed assert macro which fails.
Steve Kargl
1
-1
/
+0
2022-11-07
Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]
Tobias Burnus
1
-51
/
+6
2022-10-21
Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]
José Rui Faustino de Sousa
1
-0
/
+46
2022-09-22
Fortran: Fix automatic reallocation inside select rank [PR100103]
José Rui Faustino de Sousa
1
-2
/
+2
2022-04-27
fortran: Avoid infinite self-recursion [PR105381]
Mikael Morin
1
-3
/
+4
2022-04-22
fortran: Use pointer arithmetic to index arrays [PR102043]
Mikael Morin
1
-6
/
+52
2022-04-22
fortran: Generate an array temporary reference [PR102043]
Mikael Morin
1
-1
/
+1
2022-03-25
fortran: Fix up initializers of param(0) PARAMETERs [PR103691]
Jakub Jelinek
1
-4
/
+11
[next]