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
2015-07-22
Fix r225926's iso_varying_string ICE regression
Mikael Morin
1
-1
/
+5
2015-07-17
Fix PR61831: Side-effect variable component deallocation
Mikael Morin
1
-4
/
+5
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-2
/
+1
2015-07-07
re PR fortran/66578 ([F2008] Invalid free on allocate(...,source=a(:)) in block)
Andre Vehreschild
1
-22
/
+32
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-1
/
+0
2015-06-15
re PR fortran/44672 ([F08] ALLOCATE with SOURCE and no array-spec)
Andre Vehreschild
1
-19
/
+100
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-4
/
+0
2015-05-26
re PR fortran/66082 (memory leak with automatic array dummy argument with der...
Paul Thomas
1
-1
/
+12
2015-05-19
Use std::swap instead of explicit swaps
Mikhail Maltsev
1
-5
/
+1
2015-05-09
Fix fortran/65894 elemental procedures wrong-code
Mikael Morin
1
-12
/
+40
2015-05-08
trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to t...
Mikael Morin
1
-1
/
+2
2015-04-27
re PR fortran/59678 ([F03] Segfault on equalizing variables of a complex deri...
Andre Vehreschild
1
-38
/
+60
2015-04-23
PF fortran/60322
Andre Vehreschild
1
-31
/
+86
2015-03-24
re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...
Andre Vehreschild
1
-12
/
+10
2015-03-23
re PR fortran/64952 (Missing temporary in assignment from elemental function)
Paul Thomas
1
-1
/
+18
2015-02-06
re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...
Paul Thomas
1
-4
/
+42
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+11
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-31
trans-array.c (trans_array_bound_check): Use xasprintf instead of unchecked a...
Uros Bizjak
1
-34
/
+34
2014-12-28
re PR fortran/56867 (Missing temporary with string array assignment)
Thomas Koenig
1
-0
/
+7
2014-12-17
re PR fortran/64173 ([F03] ICE involving procedure pointer component)
Janus Weil
1
-1
/
+1
2014-12-17
re PR fortran/54687 (Use gcc option machinery for gfortran)
Tobias Burnus
1
-4
/
+4
2014-12-16
re PR fortran/54687 (Use gcc option machinery for gfortran)
Tobias Burnus
1
-2
/
+1
2014-12-16
2014-12-15 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-4
/
+4
2014-12-03
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-4
/
+8
2014-11-30
gfortran.h (gfc_option_t): Remove warn_aliasing,
Tobias Burnus
1
-3
/
+3
2014-11-25
error.c (gfc_internal_error): Convert to common diagnostics.
Tobias Burnus
1
-1
/
+1
2014-11-24
error.c (gfc_fatal_error_1): Remove.
Tobias Burnus
1
-5
/
+6
2014-11-15
error.c (gfc_fatal_error_1): Renamed from gfc_fatal_error.
Tobias Burnus
1
-5
/
+5
2014-09-20
trans-expr.c (gfc_reset_vptr): Fix comment whitespace.
Joost VandeVondele
1
-3
/
+3
2014-09-19
re PR fortran/63152 (needless initialization of local pointer arrays.)
Joost VandeVondele
1
-2
/
+2
2014-08-15
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-1
/
+1
2014-07-09
Avoid using create_tmp_var for static decls.
Bernd Schmidt
1
-1
/
+5
2014-07-04
resolve.c (resolve_assoc_var): Fix corank setting.
Tobias Burnus
1
-1
/
+0
2014-06-10
re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)
Jakub Jelinek
1
-17
/
+34
2014-05-09
re PR fortran/61109 (ICE in fortran/trans-array.c on dimension 0 arrays)
Mike Stump
1
-1
/
+0
2014-05-06
Merge in wide-int.
Kenneth Zadeck
1
-13
/
+6
2014-04-13
re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE)
Paul Thomas
1
-7
/
+9
2014-03-18
re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)
Jakub Jelinek
1
-6
/
+12
2014-03-14
re PR fortran/60392 (Problem with TRANSPOSE and CONTIGUOUS dummy arguments)
Mikael Morin
1
-1
/
+44
2014-03-06
re PR fortran/51976 ([F2003] Support deferred-length character components of ...
Paul Thomas
1
-12
/
+61
2014-02-01
re PR fortran/59906 (error: size of variable '<anonymous>' is too large)
Paul Thomas
1
-0
/
+5
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-01
re PR fortran/57354 (Wrong run-time assignment of allocatable array of derive...
Paul Thomas
1
-2
/
+10
2013-12-01
re PR fortran/58410 (Bogus uninitialized variable warning for allocatable der...
Paul Thomas
1
-6
/
+17
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-08-23
re PR fortran/57798 (Incorrect handling of sum over first dimension of a prod...
Mikael Morin
1
-7
/
+14
2013-08-23
trans-array.c (gfc_conv_section_startstride): Move &loop->pre access to the c...
Mikael Morin
1
-8
/
+8
2013-07-29
match.c (gfc_match_call): Exit loop after setting i.
Po-Chun Chang
1
-1
/
+4
[next]