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
2012-07-05
re PR fortran/53732 ("mismatching comparison operand types" on compile)
Mikael Morin
1
-8
/
+2
2012-06-18
re PR fortran/53692 (OPTIONAL: Scalarizing over the wrong array)
Tobias Burnus
1
-1
/
+15
2012-06-13
re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array)
Tobias Burnus
1
-4
/
+2
2012-05-30
decl.c: Fix comment typos.
Tobias Burnus
1
-10
/
+10
2012-05-22
re PR fortran/53389 (-frealloc-lhs: memory leak when assigning array function...
Tobias Burnus
1
-0
/
+5
2012-05-05
re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...
Paul Thomas
1
-8
/
+32
2012-03-04
trans.h (struct gfc_ss_info): Move can_be_null_ref component from the data::s...
Mikael Morin
1
-8
/
+9
2012-02-12
trans-array.c (gfc_walk_elemental_function_args, [...]): Move call to gfc_get...
Mikael Morin
1
-4
/
+3
2012-02-12
trans-array.c (gfc_get_proc_ifc_for_expr): New function.
Mikael Morin
1
-18
/
+34
2012-02-05
re PR fortran/52102 ([OOP] Wrong result with ALLOCATE of CLASS components wit...
Paul Thomas
1
-2
/
+1
2012-01-29
re PR fortran/51972 ([OOP] Wrong code as _copy does not honor CLASS components)
Tobias Burnus
1
-0
/
+51
2012-01-27
re PR fortran/48705 ([OOP] ALLOCATE with non-trivial SOURCE)
Paul Thomas
1
-5
/
+13
2012-01-16
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
1
-3
/
+4
2012-01-16
trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...
Paul Thomas
1
-6
/
+30
2012-01-13
re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...
Paul Thomas
1
-15
/
+32
2012-01-09
[multiple changes]
Mikael Morin
1
-1
/
+1
2012-01-06
2012-01-06 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-10
/
+30
2012-01-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
1
-3
/
+39
2012-01-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
1
-3
/
+14
2012-01-02
re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...
Paul Thomas
1
-1
/
+13
2011-12-15
trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...
Paul Thomas
1
-2
/
+2
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-20
/
+145
2011-12-08
re PR fortran/51448 (Compiler crash when assigning floating point values of d...
Tobias Burnus
1
-10
/
+10
2011-11-25
trans-array.c (set_loop_bounds): Remove dead conditions.
Mikael Morin
1
-2
/
+2
2011-11-25
re PR fortran/51250 (Bug with SUM(,dim,mask))
Mikael Morin
1
-1
/
+1
2011-11-16
re PR fortran/39427 (F2003: Procedures with same name as types/type construct...
Tobias Burnus
1
-0
/
+5
2011-11-04
re PR fortran/43829 (Scalarization of reductions)
Mikael Morin
1
-1
/
+2
2011-11-04
trans-array.h (gfc_free_ss, [...]): New prototypes.
Mikael Morin
1
-14
/
+7
2011-11-03
trans-array.c (gfc_trans_preloop_setup): New pointers to outer dimension's ss...
Mikael Morin
1
-7
/
+27
2011-11-03
trans-array.c (outermost_loop): New function.
Mikael Morin
1
-25
/
+41
2011-11-03
trans-array.c (constant_array_constructor_loop_size): Handle multiple loops.
Mikael Morin
1
-18
/
+24
2011-11-03
trans-array.c (get_rank, [...]): New functions.
Mikael Morin
1
-7
/
+40
2011-11-03
trans.h (struct gfc_loopinfo): New field parent.
Mikael Morin
1
-0
/
+25
2011-11-03
trans-array.c (gfc_add_loop_ss_code): Skip non-nestedmost ss.
Mikael Morin
1
-3
/
+30
2011-11-03
trans.h (struct gfc_loopinfo): New fields nested and next.
Mikael Morin
1
-0
/
+16
2011-11-03
trans-array.c (gfc_trans_create_temp_array): Loop over the parents.
Mikael Morin
1
-32
/
+39
2011-11-03
trans-array.c (get_array_ref_dim, [...]): Rename the former to the latter and...
Mikael Morin
1
-14
/
+48
2011-11-03
trans-array.c (set_vector_loop_bounds): Loop over the parents.
Mikael Morin
1
-5
/
+9
2011-11-03
trans-array.c (gfc_trans_array_constructor): Loop over the parents.
Mikael Morin
1
-10
/
+16
2011-11-03
trans-array.c (gfc_set_loop_bounds_from_array_spec): Loop over the parents.
Mikael Morin
1
-30
/
+43
2011-11-03
trans.h (struct gfc_ss): New field parent.
Mikael Morin
1
-1
/
+2
2011-11-03
trans-array.h (gfc_trans_create_temp_array): Remove loop argument.
Mikael Morin
1
-12
/
+11
2011-11-03
trans-array.c (gfc_trans_create_temp_array): New variable total_dim.
Mikael Morin
1
-4
/
+6
2011-11-03
trans-array.c (gfc_trans_array_constructor, [...]): Rename the former to the ...
Mikael Morin
1
-2
/
+4
2011-11-03
trans-array.c (gfc_set_vector_loop_bounds): Get loop from ss.
Mikael Morin
1
-2
/
+4
2011-11-03
trans.h (struct gfc_ss): New field loop.
Mikael Morin
1
-0
/
+23
2011-11-03
trans.h (struct gfc_ss_info): New field refcount.
Mikael Morin
1
-0
/
+8
2011-11-03
trans-array.c (gfc_trans_create_temp_array): Move invariant condition out of ...
Mikael Morin
1
-27
/
+30
2011-11-03
trans-array.c (gfc_conv_loop_setup, [...]): Move specloop arrays clearing fro...
Mikael Morin
1
-4
/
+5
2011-11-03
trans-array.c (set_loop_bounds): Separate the beginning of gfc_conv_loop_setu...
Mikael Morin
1
-12
/
+48
[next]