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-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-expr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...
Paul Thomas
1
-1
/
+2
2017-11-20
re PR fortran/79072 (ICE with class(*) pointer function result and character ...
Paul Thomas
1
-0
/
+2
2017-11-19
re PR fortran/78990 (ICE when assigning polymorphic array function result)
Paul Thomas
1
-11
/
+27
2017-11-08
PR 82869 Introduce logical_type_node and use it
Janne Blomqvist
1
-41
/
+41
2017-11-06
[multiple changes]
Paul Thomas
1
-3
/
+1
2017-11-04
trans-expr.c (gfc_trans_assignment_1): Character kind conversion may create a...
Andre Vehreschild
1
-3
/
+7
2017-10-30
re PR libfortran/80850 (Sourced allocate() fails to allocate a pointer)
Paul Thomas
1
-4
/
+33
2017-10-28
re PR fortran/81758 ([OOP] Broken vtab)
Paul Thomas
1
-1
/
+1
2017-10-10
Require wi::to_wide for trees
Richard Sandiford
1
-1
/
+1
2017-10-02
re PR fortran/82312 ([OOP] Pointer assignment to component of class variable ...
Paul Thomas
1
-24
/
+42
2017-09-10
re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...
Paul Thomas
1
-26
/
+43
2017-09-09
decl.c: Add decl_type_param_list...
Paul Thomas
1
-1
/
+1
2017-06-15
re PR fortran/80983 ([F03] memory leak when calling procedure-pointer compone...
Janus Weil
1
-1
/
+2
2017-06-05
re PR fortran/70601 ([OOP] ICE on procedure pointer component call)
Janus Weil
1
-1
/
+1
2017-04-23
re PR fortran/80121 (Memory leak with derived-type intent(out) argument)
Janus Weil
1
-0
/
+10
2017-03-05
check.c (positive_check): Add new function checking constant for being greate...
Andre Vehreschild
1
-5
/
+7
2017-02-19
re PR fortran/79229 (ICE in gfc_trans_assignment_1 with -fcheck=mem)
Andre Vehreschild
1
-3
/
+6
2017-02-19
re PR fortran/79335 (Conditional jump or move depends on uninitialised in val...
Andre Vehreschild
1
-2
/
+4
2017-02-13
cprop.c (cprop_jump): Add missing space in string literal.
Jakub Jelinek
1
-1
/
+1
2017-01-18
re PR fortran/50069 (FORALL fails on a character array)
Louis Krupp
1
-2
/
+4
2017-01-18
re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...
Andre Vehreschild
1
-5
/
+4
2017-01-13
Revert r244448
Janne Blomqvist
1
-34
/
+24
2017-01-13
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-24
/
+34
2017-01-13
re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...
Andre Vehreschild
1
-0
/
+4
2017-01-07
re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...
Andre Vehreschild
1
-1
/
+53
2017-01-03
PR 78534 Revert r244011
Janne Blomqvist
1
-34
/
+24
2017-01-03
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-24
/
+34
2017-01-02
PR 78534 Modify string copy to avoid -Wstringop-overflow warning
Janne Blomqvist
1
-33
/
+22
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-23
class_assign_1.f08: New test.
Andre Vehreschild
1
-16
/
+33
2016-12-21
PR 78867 Function returning string ICE with -flto
Janne Blomqvist
1
-13
/
+13
2016-12-16
re PR fortran/78757 (ICE with function returning a pointer to a character)
Jakub Jelinek
1
-0
/
+13
2016-12-14
re PR fortran/78780 ([Coarray] ICE in conv_caf_send, at fortran/trans-intrins...
Andre Vehreschild
1
-4
/
+13
2016-12-14
re PR fortran/78672 (Gfortran test suite failures with a sanitized compiler)
Andre Vehreschild
1
-3
/
+3
2016-12-09
trans-array.c (gfc_array_deallocate): Remove wrapper.
Andre Vehreschild
1
-2
/
+6
2016-12-09
re PR fortran/44265 (Link error with reference to parameter array in specific...
Paul Thomas
1
-3
/
+21
2016-11-30
libcaf.h: Add new action types for (de-)registration of allocatable component...
Andre Vehreschild
1
-15
/
+88
2016-11-25
[multiple changes]
Paul Thomas
1
-1
/
+1
2016-11-16
re PR fortran/78356 ([OOP] segfault allocating polymorphic variable with poly...
Andre Vehreschild
1
-8
/
+19
2016-11-09
Fix ICE in gfc_trans_subcomponent_assign due to NULL components.
Fritz O. Reese
1
-1
/
+2
2016-11-06
allocate_with_source_14.f03: Fixed number mallocs occuring.
Andre Vehreschild
1
-1
/
+1
2016-11-05
re PR fortran/67564 (Segfault on sourced allocattion statement with class(*) ...
Paul Thomas
1
-0
/
+6
2016-10-27
Fix initialization of UNIONs with -finit-derived.
Fritz Reese
1
-20
/
+63
2016-10-25
re PR fortran/45516 ([F08] allocatable compontents of recursive type)
Paul Thomas
1
-0
/
+2
2016-10-25
re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)
Andre Vehreschild
1
-1
/
+1
2016-10-24
trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use VAR_P (x) instead of TREE_...
Jakub Jelinek
1
-13
/
+9
2016-10-24
Remove dead wood from trans-expr.c
Paul Thomas
1
-21
/
+0
2016-10-23
re PR fortran/69834 ([OOP] Collision in derived type hashes)
Paul Thomas
1
-0
/
+21
2016-10-22
re PR fortran/43366 ([OOP][F08] Intrinsic assign to polymorphic variable)
Andre Vehreschild
1
-170
/
+392
2016-10-21
re PR fortran/69566 ([OOP] Failure of SELECT TYPE with unlimited polymorphic ...
Paul Thomas
1
-0
/
+5
[next]