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-array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-18
re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)
Mikael Morin
1
-2
/
+4
2011-10-18
trans-array.h (gfc_walk_array_ref): New prototype.
Mikael Morin
1
-3
/
+11
2011-10-18
re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)
Mikael Morin
1
-2
/
+2
2011-10-18
re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)
Mikael Morin
1
-10
/
+9
2011-10-18
trans-array.c (gfc_conv_expr_descriptor): Save some horizontal space.
Mikael Morin
1
-3
/
+5
2011-10-18
trans-array.c (gfc_conv_expr_descriptor): Move ndim initialization earlier.
Mikael Morin
1
-1
/
+2
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-7
/
+7
2011-10-08
re PR fortran/47844 (Array stride ignored for pointer-valued function results)
Paul Thomas
1
-0
/
+12
2011-10-07
trans-array.c (gfc_conv_expr_descriptor): Remove trailing whitespace.
Mikael Morin
1
-1
/
+1
2011-10-07
trans-array.c (gfc_conv_ss_startstride): Merge two switch cases.
Mikael Morin
1
-3
/
+0
2011-10-07
trans-array.c (gfc_conv_section_startstride): Remove coarray argument.
Mikael Morin
1
-11
/
+14
2011-10-07
trans-array.c (gfc_conv_section_startstride): Remove coarray_last argument.
Mikael Morin
1
-5
/
+4
2011-10-07
trans-array.c (gfc_walk_variable_expr): Remove scalar coarray handling.
Mikael Morin
1
-22
/
+3
2011-10-07
trans.h (gfc_ss_info): Remove codimen field.
Mikael Morin
1
-19
/
+3
2011-10-07
trans.h (gfc_loopinfo): Remove codimen field.
Mikael Morin
1
-25
/
+18
2011-10-07
trans.h (gfc_ss): Remove data.temp.codimen field.
Mikael Morin
1
-2
/
+0
2011-10-07
trans-array.c (gfc_conv_expr_descriptor): Add out-of-the-scalarizer cobounds ...
Mikael Morin
1
-1
/
+15
2011-10-07
trans-array.c (gfc_conv_ss_startstride): Support zero rank loop.
Mikael Morin
1
-6
/
+6
2011-10-07
trans-array.c (gfc_conv_section_startstride): Move code to evaluate_bound.
Mikael Morin
1
-34
/
+36
2011-10-07
trans-array.c (gfc_conv_section_startstride): Update assertion to also accept...
Mikael Morin
1
-1
/
+2
2011-10-07
trans-array.c (gfc_conv_section_startstride): Factor common array ref referen...
Mikael Morin
1
-5
/
+7
2011-10-07
trans-array.c (gfc_conv_expr_descriptor): Use codim instead of loop.codimen a...
Mikael Morin
1
-3
/
+2
2011-10-07
trans-array.h (struct gfc_se): New flag want_coarray.
Mikael Morin
1
-1
/
+5
2011-10-07
trans-array.c (gfc_conv_expr_descriptor): Simplify coarray descriptor setup c...
Mikael Morin
1
-13
/
+4
2011-09-08
trans-array.c (gfc_trans_constant_array_constructor): Remove superfluous init...
Mikael Morin
1
-3
/
+2
2011-09-08
trans-array.h (gfc_get_scalar_ss): New prototype.
Mikael Morin
1
-34
/
+24
2011-09-08
trans-array.h (gfc_get_temp_ss): New prototype.
Mikael Morin
1
-19
/
+27
2011-09-08
trans-array.h (gfc_get_array_ss): New prototype.
Mikael Morin
1
-42
/
+30
2011-08-25
trans-array.c (gfc_conv_descriptor_token): Add assert.
Tobias Burnus
1
-0
/
+1
2011-08-25
trans-array.c (structure_alloc_comps): Fix for allocatable scalar coarray com...
Tobias Burnus
1
-2
/
+4
2011-08-04
re PR tree-optimization/49957 (Fails to SLP in 410.bwaves)
Richard Guenther
1
-12
/
+28
2011-08-02
re PR fortran/49885 (Segmentation fault when writing to an automatic characte...
Daniel Kraft
1
-1
/
+1
2011-08-02
trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...
Tobias Burnus
1
-1
/
+6
2011-07-27
re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...
Daniel Carrera
1
-22
/
+37
2011-07-26
trans-array.c (CAF_TOKEN_FIELD): New macro constant.
Tobias Burnus
1
-0
/
+20
2011-07-21
trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...
Daniel Carrera
1
-19
/
+14
2011-07-21
check.c (gfc_check_present): Allow coarrays.
Tobias Burnus
1
-3
/
+4
2011-07-16
expr.c (gfc_ref_this_image): New function.
Tobias Burnus
1
-28
/
+51
2011-07-06
trans-array.c (gfc_array_allocate): Rename allocatable_array
Daniel Carrera
1
-6
/
+7
2011-06-30
re PR fortran/49540 (Memory-hog with large DATA stmt)
Jakub Jelinek
1
-5
/
+33
2011-06-27
re PR fortran/49466 (Memory leak with assignment of extended derived types)
Janus Weil
1
-8
/
+12
2011-06-12
2011-06-12 Tobias Burnus
Tobias Burnus
1
-1
/
+2
2011-05-31
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+2
2011-05-31
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-20
/
+39
2011-05-29
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+1
2011-05-26
[multiple changes]
Paul Thomas
1
-1
/
+1
2011-05-26
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+4
2011-05-19
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+6
2011-05-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+1
2011-05-04
trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...
Richard Guenther
1
-2
/
+2
[next]