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
2018-09-22
re PR fortran/85603 (ICE with character array substring assignment)
Paul Thomas
1
-1
/
+2
2018-09-21
re PR fortran/77325 (ICE in gimplify_var_or_parm_decl, at gimplify.c:1933)
Paul Thomas
1
-0
/
+9
2018-09-18
re PR fortran/87336 (wrong output for pointer dummy assiocated to target actu...
Paul Thomas
1
-9
/
+23
2018-09-17
re PR fortran/85954 (ICE in make_ssa_name_fn, at tree-ssanames.c:266)
Paul Thomas
1
-0
/
+3
2018-09-13
trans-array.c (gfc_conv_array_initializer): Remove excess precision from over...
Bernd Edlinger
1
-0
/
+20
2018-08-31
re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...
Paul Thomas
1
-10
/
+2
2018-07-02
re PR fortran/45305 (Array-valued calles to elementals are not simplified)
Paul Thomas
1
-1
/
+1
2018-06-21
re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ...
Paul Thomas
1
-2
/
+27
2018-06-10
gfortran.h (gfc_expr): Add no_bounds_check field.
Thomas Koenig
1
-1
/
+4
2018-06-08
re PR fortran/85631 (Runtime error message array bound mismatch with nonzero ...
Thomas Koenig
1
-2
/
+2
2018-05-20
re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...
Paul Thomas
1
-4
/
+4
2018-05-19
re PR fortran/82923 (Automatic allocation of deferred length character using ...
Paul Thomas
1
-0
/
+6
2018-04-14
re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...
Andre Vehreschild
1
-1
/
+1
2018-03-11
re PR fortran/84546 (Bad sourced allocation of CLASS(*) with source with CLAS...
Paul Thomas
1
-0
/
+25
2018-03-01
re PR fortran/84538 (Array of derived type elements incorrectly accessed in f...
Paul Thomas
1
-9
/
+8
2018-02-18
re PR fortran/80945 (Invalid code with allocatable character array in READ/WR...
Paul Thomas
1
-1
/
+5
2018-02-17
re PR fortran/84115 (Failure in associate construct with concatenated charact...
Paul Thomas
1
-6
/
+9
2018-02-11
gfortran.texi: Fix typos in documentation of caf_register ().
Andre Vehreschild
1
-4
/
+6
2018-02-10
re PR fortran/84141 (Internal error: type_name(): Bad type)
Paul Thomas
1
-5
/
+5
2018-02-03
re PR fortran/84141 (Internal error: type_name(): Bad type)
Paul Thomas
1
-2
/
+2
2018-01-30
re PR debug/84131 (Fortran dynamical array debug info)
Jakub Jelinek
1
-1
/
+1
2018-01-25
re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...
Paul Thomas
1
-6
/
+8
2018-01-13
re PR fortran/52162 (Bogus -fcheck=bounds with realloc on assignment to unall...
Paul Thomas
1
-3
/
+0
2018-01-10
PR 83740 Wrong string length type in bounds check
Janne Blomqvist
1
-4
/
+4
2018-01-10
PR 84740 Wrong string length type in bounds check
Janne Blomqvist
1
-2
/
+5
2018-01-08
re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr...
Paul Thomas
1
-9
/
+37
2018-01-05
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-8
/
+9
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-19
read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...
Jakub Jelinek
1
-1
/
+1
2017-12-01
re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...
Paul Thomas
1
-4
/
+18
2017-11-19
re PR fortran/78990 (ICE when assigning polymorphic array function result)
Paul Thomas
1
-5
/
+9
2017-11-08
PR 82869 Introduce logical_type_node and use it
Janne Blomqvist
1
-75
/
+75
2017-11-05
re PR fortran/78641 ([OOP] ICE on polymorphic allocatable function in array c...
Paul Thomas
1
-0
/
+11
2017-10-07
re PR fortran/82375 (PDT components in PDT declarations fail to compile)
Paul Thomas
1
-2
/
+27
2017-09-10
re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...
Paul Thomas
1
-31
/
+227
2017-09-09
decl.c: Add decl_type_param_list...
Paul Thomas
1
-1
/
+297
2017-07-24
re PR fortran/66102 (dependency mishandling with reallocation on assignment)
Thomas Koenig
1
-1
/
+4
2017-02-19
re PR fortran/79335 (Conditional jump or move depends on uninitialised in val...
Andre Vehreschild
1
-3
/
+6
2017-02-05
re PR fortran/79230 ([OOP] Run time error: double free or corruption)
Andre Vehreschild
1
-2
/
+10
2017-01-13
Revert r244448
Janne Blomqvist
1
-1
/
+2
2017-01-13
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-2
/
+1
2017-01-07
re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...
Andre Vehreschild
1
-39
/
+63
2017-01-03
PR 78534 Revert r244011
Janne Blomqvist
1
-1
/
+2
2017-01-03
PR 78534 Change character length from int to size_t
Janne Blomqvist
1
-2
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-13
re PR fortran/77785 ([Coarray] ICE in gfc_get_caf_token_offset, at fortran/tr...
Andre Vehreschild
1
-0
/
+2
2016-12-09
trans-array.c (gfc_array_deallocate): Remove wrapper.
Andre Vehreschild
1
-219
/
+103
2016-12-01
re PR fortran/77505 (Negative character length not treated as LEN=0)
Elizebeth Punnoose
1
-0
/
+25
2016-11-30
libcaf.h: Add new action types for (de-)registration of allocatable component...
Andre Vehreschild
1
-90
/
+358
2016-11-06
allocate_with_source_14.f03: Fixed number mallocs occuring.
Andre Vehreschild
1
-8
/
+0
[prev]
[next]