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-expr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
re PR fortran/51634 ([OOP] ICE with polymorphic operators)
Paul Thomas
1
-1
/
+11
2012-01-17
re PR fortran/51869 (Realloc on assignment wrongly assumes that MALLOC return...
Tobias Burnus
1
-5
/
+18
2012-01-06
2012-01-06 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-3
/
+7
2012-01-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
1
-0
/
+5
2012-01-04
trans-expr.c (gfc_conv_expr): Move address taking...
Mikael Morin
1
-2
/
+1
2012-01-02
re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...
Paul Thomas
1
-158
/
+213
2011-12-15
trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...
Paul Thomas
1
-1
/
+1
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-72
/
+386
2011-11-04
trans-expr.c (gfc_conv_procedure_call): Handle temporaries for arguments to e...
Mikael Morin
1
-1
/
+12
2011-11-03
trans.h (struct gfc_ss): New field nested_ss.
Mikael Morin
1
-1
/
+2
2011-11-03
trans.h (struct gfc_ss): New field parent.
Mikael Morin
1
-1
/
+10
2011-11-03
trans-array.h (gfc_trans_create_temp_array): Remove loop argument.
Mikael Morin
1
-2
/
+2
2011-11-03
trans.h (struct gfc_ss, [...]): Move field gfc_ss::useflags into gfc_ss_info.
Mikael Morin
1
-2
/
+2
2011-11-03
trans.h (struct gfc_ss, [...]): Move field gfc_ss::data::info into gfc_ss_inf...
Mikael Morin
1
-6
/
+6
2011-11-03
trans.h (struct gfc_ss, [...]): Move member struct gfc_ss::data::scalar into ...
Mikael Morin
1
-1
/
+1
2011-11-03
trans.h (struct gfc_ss, [...]): Move field string_length from the former stru...
Mikael Morin
1
-5
/
+10
2011-11-03
trans.h (struct gfc_ss, [...]): Move field expr from the former struct to the...
Mikael Morin
1
-10
/
+12
2011-11-03
trans.h (struct gfc_ss_info): New struct.
Mikael Morin
1
-9
/
+18
2011-11-03
trans.h (struct gfc_ss, [...]): Move shape field from the former struct to th...
Mikael Morin
1
-11
/
+13
2011-11-03
trans.h (struct gfc_array_info): Move dim and dimen fields...
Mikael Morin
1
-3
/
+3
2011-11-03
trans.h (struct gfc_ss_info, [...]): Rename the former to the latter.
Mikael Morin
1
-2
/
+2
2011-11-03
trans-array.h (gfc_trans_create_temp_array): Replace info argument with ss ar...
Mikael Morin
1
-4
/
+6
2011-10-14
re PR fortran/50718 (ICE (fold_convert) with -fcheck=pointer)
Tobias Burnus
1
-2
/
+8
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-16
/
+18
2011-09-08
trans-array.c (gfc_trans_constant_array_constructor): Remove superfluous init...
Mikael Morin
1
-2
/
+2
2011-09-08
trans-array.h (gfc_get_scalar_ss): New prototype.
Mikael Morin
1
-14
/
+5
2011-09-08
trans-array.h (gfc_get_temp_ss): New prototype.
Mikael Morin
1
-10
/
+4
2011-09-08
trans-array.h (gfc_get_array_ss): New prototype.
Mikael Morin
1
-6
/
+2
2011-08-25
re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...
Mikael Morin
1
-0
/
+1
2011-08-25
trans-array.c (gfc_conv_descriptor_token): Add assert.
Tobias Burnus
1
-7
/
+23
2011-08-25
trans-array.c (structure_alloc_comps): Fix for allocatable scalar coarray com...
Tobias Burnus
1
-1
/
+2
2011-08-22
re PR fortran/50050 (Internal compiler error free_expr0 at expr.c:3709 via gf...
Mikael Morin
1
-4
/
+1
2011-08-19
re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment)
Jakub Jelinek
1
-4
/
+5
2011-07-26
trans-array.c (CAF_TOKEN_FIELD): New macro constant.
Tobias Burnus
1
-19
/
+33
2011-07-21
check.c (gfc_check_present): Allow coarrays.
Tobias Burnus
1
-0
/
+81
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-4
/
+3
2011-07-16
expr.c (gfc_ref_this_image): New function.
Tobias Burnus
1
-3
/
+5
2011-06-12
2011-06-12 Tobias Burnus
Tobias Burnus
1
-2
/
+2
2011-06-05
re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...
Tobias Burnus
1
-0
/
+6
2011-05-26
[multiple changes]
Paul Thomas
1
-2
/
+2
2011-04-30
re PR fortran/48746 (Matmul with allocate on assignment)
Paul Thomas
1
-6
/
+39
2011-04-29
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
1
-6
/
+8
2011-04-19
Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
Janne Blomqvist
1
-2
/
+2
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-8
/
+8
2011-04-18
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
1
-40
/
+23
2011-04-10
Remove doubled up words.
Mike Stump
1
-1
/
+1
2011-03-30
re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...
Michael Matz
1
-11
/
+12
2011-03-12
re PR fortran/48059 ([OOP] ICE in in gfc_conv_component_ref: character functi...
Janus Weil
1
-0
/
+4
2011-02-18
2011-02-18 Tobias Burnus
Tobias Burnus
1
-3
/
+7
2011-02-18
re PR fortran/45586 (ICE non-trivial conversion at assignment)
Michael Matz
1
-0
/
+20
[next]