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-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-expr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
This patch fixes PR47469 - a trivial bit of tidying up.
Paul Thomas
1
-6
/
+2
2020-09-30
This patch fixes PR97045 - unlimited polymorphic array element selectors.
Paul Thomas
1
-1
/
+2
2020-09-24
This patch fixes PR96495 - frees result components outside loop.
Paul Thomas
1
-1
/
+25
2020-08-10
This patch fixes PR96312. Cures a used uninitialized warning.
Paul Thomas
1
-6
/
+21
2020-06-11
Patch to Bug 94022 - Array slices of assumed-size arrays.
José Rui Faustino de Sousa
1
-0
/
+2
2020-06-04
PR fortran/95500 - Segfault compiling extra interface on intrinsic
Harald Anlauf
1
-0
/
+1
2020-06-03
Simple patch only add assumed-rank to the list of possible attributes.
José Rui Faustino de Sousa
1
-1
/
+2
2020-05-11
[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)
Tobias Burnus
1
-8
/
+14
2020-04-25
Fix PR 94578.
Thomas König
1
-2
/
+6
2020-03-17
Fix up duplicated duplicated words mostly in comments
Jakub Jelinek
1
-1
/
+1
2020-02-28
Commit for PR92785
Paul Thomas
1
-0
/
+11
2020-01-27
fortran] Fix PR 85781, ICE on valid
Tobias Burnus
1
-2
/
+6
2020-01-04
Fortran] PR91640 – Fix call to contiguous dummy
Tobias Burnus
1
-9
/
+9
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-20
OpenACC 2.6 deep copy: Fortran front-end parts
Julian Brown
1
-90
/
+94
2019-12-18
re PR fortran/70853 (ICE on pointing to null, in gfc_add_block_to_block, at f...
Harald Anlauf
1
-0
/
+7
2019-11-15
re PR fortran/69654 (ICE in gfc_trans_structure_assign)
Paul Thomas
1
-1
/
+12
2019-11-13
Fortran] Use proper type for hidden is-present argument
Tobias Burnus
1
-1
/
+3
2019-11-11
Fortran] Support absent optional args with use_device_{ptr,addr}
Tobias Burnus
1
-1
/
+2
2019-10-31
Fortran] PR92284 – gfc_desc_to_cfi_desc fixes
Tobias Burnus
1
-4
/
+8
2019-10-31
Fortran] PR92277 - Fix assumed-rank array with bind(C)
Tobias Burnus
1
-2
/
+5
2019-10-28
Fortran] PR91863 - fix call to bind(C) with array descriptor
Tobias Burnus
1
-15
/
+8
2019-10-11
Fortran] PR 92050 - fix ICE with -fcheck=all
Tobias Burnus
1
-2
/
+5
2019-10-05
re PR fortran/91926 (assumed rank optional)
Paul Thomas
1
-6
/
+42
2019-09-29
re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)
Paul Thomas
1
-3
/
+20
2019-08-13
re PR fortran/90561 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2747)
Thomas Koenig
1
-1
/
+2
2019-07-03
Remove another bunch of dead assignment.
Martin Liska
1
-6
/
+0
2019-06-24
ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.
Jan Hubicka
1
-2
/
+6
2019-06-08
re PR fortran/90786 (ICE on procedure pointer assignment to function with cla...
Paul Thomas
1
-22
/
+7
2019-06-02
re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...
Thomas Koenig
1
-12
/
+41
2019-05-29
re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...
Thomas Koenig
1
-32
/
+118
2019-05-19
re PR fortran/88821 (Inline packing of non-contiguous arguments)
Thomas Koenig
1
-2
/
+81
2019-05-10
re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...
Paul Thomas
1
-0
/
+1
2019-04-14
re PR fortran/89843 (CFI_section delivers incorrect result descriptor)
Paul Thomas
1
-77
/
+18
2019-03-30
re PR fortran/89841 (improper descriptor information passed to C)
Paul Thomas
1
-3
/
+2
2019-03-27
re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...
Paul Thomas
1
-2
/
+14
2019-03-18
re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...
Thomas Koenig
1
-0
/
+1
2019-03-13
re PR fortran/87045 (pointer to array of character)
Harald Anlauf
1
-10
/
+10
2019-03-12
Replace can't in error messages for Fortran.
Martin Liska
1
-2
/
+2
2019-03-12
re PR fortran/89363 (RANK incorrect for unallocated allocatable)
Paul Thomas
1
-0
/
+79
2019-02-24
re PR fortran/89174 (Allocation segfault with CLASS(*) MOLD)
Thomas Koenig
1
-2
/
+5
2019-02-23
re PR fortran/88117 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2697)
Paul Thomas
1
-1
/
+3
2019-02-23
re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...
Paul Thomas
1
-6
/
+40
2019-02-19
re PR fortran/89384 (CONTIGUOUS dummy argument in BIND(C) interface incorrect...
Thomas Koenig
1
-1
/
+6
2019-02-18
re PR fortran/87689 (PowerPC64 ELFv2 function parameter passing violation)
Thomas Koenig
1
-3
/
+4
2019-02-02
re PR fortran/88393 ([OOP] Segfault with type-bound assignment)
Paul Thomas
1
-10
/
+10
2019-01-24
re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...
Paul Thomas
1
-8
/
+55
2019-01-22
re PR fortran/88579 (Calculating power of powers of two)
Harald Anlauf
1
-36
/
+60
2019-01-19
re PR fortran/56789 (Handling of contiguous dummy arguments)
Thomas Koenig
1
-0
/
+7
2019-01-15
trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Deal with exprs that are indire...
Paul Thomas
1
-1
/
+10
[next]