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-array.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-21
re PR fortran/40632 (Support F2008's contiguous attribute)
Tobias Burnus
1
-5
/
+42
2010-06-05
re PR fortran/43895 ([OOP] internal compiler error: verify_ssa failed)
Paul Thomas
1
-6
/
+14
2010-05-30
gfortran.h (CLASS_DATA): New macro for accessing the $data component of a cla...
Janus Weil
1
-6
/
+4
2010-05-23
gfortran.h: Do not include system.h.
Tobias Burnus
1
-1
/
+1
2010-05-20
trans-expr.c: Do not include convert.h, ggc.h, real.h, and gimple.h.
Steven Bosscher
1
-5
/
+0
2010-05-19
re PR fortran/42360 (intent(out)-dummy-not-set warning for types depends on o...
Daniel Franke
1
-20
/
+2
2010-05-17
trans-array.c (gfc_trans_array_constructor_value): Use build_constructor inst...
Nathan Froyd
1
-10
/
+11
2010-05-05
re PR fortran/24978 (ICE in gfc_assign_data_value_range)
Daniel Franke
1
-40
/
+3
2010-04-27
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-24
/
+68
2010-04-24
re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)
Steven G. Kargl
1
-1
/
+1
2010-04-24
re PR fortran/43841 (Missing temporary for ELEMENTAL function call)
Paul Thomas
1
-2
/
+3
2010-04-22
re PR fortran/43829 (Scalarization of reductions)
Richard Guenther
1
-0
/
+1
2010-04-17
re PR fortran/31538 (misleading bounds check error)
Steven G. Kargl
1
-9
/
+22
2010-04-15
re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)
Steven G. Kargl
1
-4
/
+3
2010-04-13
[multiple changes]
Jerry DeLisle
1
-30
/
+39
2010-04-09
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+24
2010-04-06
re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)
Tobias Burnus
1
-8
/
+31
2010-04-01
ioparm.def: Update copyright.
Paul Thomas
1
-1
/
+1
2010-03-17
re PR fortran/43331 (Cray pointers generate bogus IL for the middle-end)
Tobias Burnus
1
-8
/
+6
2010-03-03
re PR fortran/43243 ([4.4 Regression ?] Wrong-code due to missing array temp ...
Paul Thomas
1
-8
/
+26
2010-03-02
re PR fortran/43180 (Bad results without temporary copy of intent(in) argument)
Paul Thomas
1
-16
/
+14
2010-02-20
re PR fortran/36932 (unneeded temporary (2x))
Paul Thomas
1
-6
/
+32
2010-02-13
re PR fortran/41113 (spurious _gfortran_internal_pack)
Paul Thomas
1
-5
/
+36
2010-01-14
re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...
Paul Thomas
1
-28
/
+99
2010-01-09
re PR fortran/20923 (gfortran slow for large array constructors)
Jerry DeLisle
1
-5
/
+5
2009-11-28
trans-common.c (create_common): Remove unused offset variable.
Jakub Jelinek
1
-15
/
+1
2009-11-26
re PR fortran/41278 (internal compiler error related to matmul and transpose)
Jerry DeLisle
1
-1
/
+0
2009-10-19
re PR fortran/41586 ([OOP] Allocatable _scalars_ are never auto-deallocated)
Janus Weil
1
-0
/
+51
2009-10-01
trans-array.c (gfc_trans_array_bound_check): Improved bounds checking error m...
Dennis Wassel
1
-86
/
+112
2009-09-30
re PR fortran/40996 ([F03] ALLOCATABLE scalars)
Tobias Burnus
1
-3
/
+4
2009-08-19
tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...
Michael Matz
1
-3
/
+3
2009-08-13
re PR fortran/40941 (gfc_typespec: put derived and cl into union)
Janus Weil
1
-57
/
+57
2009-07-24
re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)
Jakub Jelinek
1
-2
/
+3
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-26
/
+52
2009-07-09
re PR fortran/40646 ([F03] array-valued procedure pointer components)
Janus Weil
1
-1
/
+1
2009-07-02
re PR fortran/32131 (knowing that stride==1 when using allocated arrays and e...
Michael Matz
1
-0
/
+6
2009-06-29
re PR fortran/40551 (Optimizations possible using gfc_full_array_ref_p)
Paul Thomas
1
-1
/
+1
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-12
/
+17
2009-06-08
trans-array.h: Replace prototypes for gfc_conv_descriptor_offset...
Paul Thomas
1
-67
/
+114
2009-05-25
re PR fortran/40176 (Fortran 2003: Procedure pointers with array return value)
Janus Weil
1
-1
/
+4
2009-05-25
Dominique Dhumieres
Jerry DeLisle
1
-0
/
+2
2009-05-14
re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)
Jakub Jelinek
1
-4
/
+40
2009-05-10
re PR fortran/40018 (ICE in output_constructor)
Paul Thomas
1
-3
/
+6
2009-04-20
re PR fortran/35423 (Implement OpenMP workshare)
Vasilis Liaskovitis
1
-26
/
+81
2009-04-08
re PR fortran/38863 (WHERE with multiple elemental defined assignments gives ...
Paul Thomas
1
-2
/
+2
2009-04-06
re PR fortran/36091 (false positive in bounds checking with forall)
Paul Thomas
1
-0
/
+19
2009-04-05
re PR fortran/29458 (Spurious -Wuninitialized warning for implied do-loop cou...
Daniel Franke
1
-38
/
+40
2009-03-30
re PR fortran/22571 (Reject derived types for dummy arguments declared in the...
Paul Thomas
1
-0
/
+2
2009-03-28
re PR fortran/36703 (ICE (segfault) in reduce_binary0 (arith.c:1778))
Paul Thomas
1
-29
/
+85
2009-03-28
gfortran.h (gfc_option_t): Add rtcheck.
Francois-Xavier Coudert
1
-10
/
+11
[next]