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/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-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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-17
Rename .c files to .cc files.
Martin Liska
1
-11714
/
+0
2022-01-09
Fortran: Ignore KIND argument of a few more intrinsics. [PR103789]
Mikael Morin
1
-0
/
+4
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-23
Fortran: fix scalarization for intrinsic LEN_TRIM with present KIND argument
Harald Anlauf
1
-0
/
+1
2021-11-16
fortran: Identify arguments by their names
Mikael Morin
1
-11
/
+5
2021-11-16
fortran: simplify elemental arguments walking
Mikael Morin
1
-13
/
+6
2021-11-12
fortran: Ignore unused args in scalarization [PR97896]
Mikael Morin
1
-1
/
+60
2021-10-27
Fortran: make some trans-array functions static
Bernhard Reutner-Fischer
1
-1
/
+1
2021-10-20
Fortran: Fixes and additional tests for shape/ubound/size [PR94070]
Sandra Loosemore
1
-7
/
+13
2021-10-18
Fortran: Fix Bind(C) Array-Descriptor Conversion
Tobias Burnus
1
-3
/
+143
2021-10-12
Fortran: Various CLASS + assumed-rank fixed [PR102541]
Tobias Burnus
1
-1
/
+3
2021-10-01
Enhance -Waddress to detect more suspicious expressions [PR102103].
Martin Sebor
1
-1
/
+0
2021-09-27
Fortran: Fix assumed-size to assumed-rank passing [PR94070]
Tobias Burnus
1
-26
/
+139
2021-06-28
fortran: Add support for per-location warning groups.
Martin Sebor
1
-1
/
+1
2021-06-05
Fortran: Fix some issues with pointers to character.
José Rui Faustino de Sousa
1
-23
/
+38
2021-05-27
PR fortran/100656 - prevent ICE in gfc_conv_expr_present
Harald Anlauf
1
-2
/
+3
2021-05-06
Fortran: Assumed and explicit size class arrays [PR46691/99819].
Paul Thomas
1
-2
/
+10
2021-04-16
Fortran: Add missing TKR initialization [PR100094]
José Rui Faustino de Sousa
1
-0
/
+14
2021-04-15
Fortran: Fix class reallocate on assignment [PR99307].
Paul Thomas
1
-125
/
+79
2021-03-13
Fortran: Fix for class defined operators [PR99125].
Paul Thomas
1
-2
/
+8
2021-03-10
PR fortran/99205 - Out of memory with undefined character length
Harald Anlauf
1
-1
/
+1
2021-02-23
Fortran: Fix for class defined operators [PR99124].
Paul Thomas
1
-2
/
+5
2021-01-27
Fortran: Fix ICE due to elemental procedure pointers [PR98472].
Paul Thomas
1
-2
/
+2
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-29
Fortran: Fix deferred character lengths in array constructors [PR93833].
Paul Thomas
1
-0
/
+14
2020-12-26
Fix failures with -m32 and some memory leaks.
Paul Thomas
1
-0
/
+9
2020-12-18
As well as the PR this patch fixes problems in handling class objects
Paul Thomas
1
-122
/
+326
2020-10-27
Refactor array descriptor field access
Richard Biener
1
-128
/
+56
2020-09-30
This patch fixes PR97045 - unlimited polymorphic array element selectors.
Paul Thomas
1
-1
/
+14
2020-08-28
Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)
Tobias Burnus
1
-2
/
+8
2020-08-20
This patch fixes PRs 96100 and 96101.
Paul Thomas
1
-2
/
+19
2020-08-20
Fix obvious typo were errmsg_len was assigned to errmsg.
Andre Vehreschild
1
-1
/
+1
2020-08-13
Fix PR fortran/93671; ICE in reffing coarray alloc. comps.
Andre Vehreschild
1
-9
/
+17
2020-07-29
Fortran : ICE in gfc_conv_scalarized_array_ref PR53298
Mark Eggleston
1
-1
/
+2
2020-06-11
PR95331 - Unlimited polymorphic arrays have wrong bounds.
José Rui Faustino de Sousa
1
-4
/
+9
2020-06-11
Wrong array section bounds when passing to an intent-in pointer dummy.
José Rui Faustino de Sousa
1
-103
/
+26
2020-05-11
[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)
Tobias Burnus
1
-3
/
+5
2020-03-27
[Fortran] Fix ICE with deferred-rank arrays (PR93957)
Tobias Burnus
1
-2
/
+4
2020-03-08
Patch and ChangeLogs for PR93581
Paul Thomas
1
-0
/
+18
2020-02-25
Fix typo: paramter -> parameter [PR93864]
Jakub Jelinek
1
-3
/
+3
2020-02-23
Patch for PR57710
Paul Thomas
1
-2
/
+24
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-20
Introduce -finline-arg-packing.
Thomas Koenig
1
-1
/
+1
2019-12-10
re PR fortran/91643 (ICE in gfc_trans_create_temp_array, at fortran/trans-arr...
Thomas Koenig
1
-0
/
+2
2019-12-10
Fortran] PR 92872 – Fix get_CFI_desc
Tobias Burnus
1
-1
/
+1
2019-12-07
Fortran] PR 92793 - fix column used for error diagnostic
Tobias Burnus
1
-2
/
+2
2019-12-06
re PR fortran/92775 (Incorrect expression in DW_AT_byte_stride on an array)
Jakub Jelinek
1
-3
/
+6
2019-11-01
OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arrays
Tobias Burnus
1
-0
/
+3
2019-10-30
Fortran] PR 92208 don't use function-result dummy variable as actual argument
Tobias Burnus
1
-1
/
+1
2019-09-29
re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)
Paul Thomas
1
-1
/
+2
[next]