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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
re PR fortran/35831 ([F95] Shape mismatch check missing for dummy procedure a...
Janus Weil
2
-53
/
+165
2012-08-04
Fix PR 54033, problems with -I, with test cases
Thomas Koenig
3
-8
/
+21
2012-08-03
re PR fortran/54166 (ICE rank-1 assignment to rank-2 array section)
Mikael Morin
2
-2
/
+7
2012-08-02
Add the bug number in the ChangeLog
Mikael Morin
1
-0
/
+1
2012-08-02
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Mikael Morin
2
-0
/
+54
2012-08-02
trans-array.c (set_loop_bounds): Allow non-array-section to be chosen using t...
Mikael Morin
2
-11
/
+5
2012-08-02
trans-array.c (set_loop_bounds): Remove useless dimension check.
Mikael Morin
2
-3
/
+11
2012-08-02
trans-array.h (gfc_conv_descriptor_rank): New prototype.
Mikael Morin
4
-17
/
+27
2012-08-02
iresolve.c (resolve_bound, [...]): Don't set the shape for assumed rank arrays.
Mikael Morin
3
-5
/
+22
2012-08-02
array.c (gfc_copy_array_ref): Don't copy the offset field.
Mikael Morin
5
-10
/
+10
2012-08-02
re PR fortran/54147 ([F03] Interface checks for PPCs & deferred TBPs)
Janus Weil
2
-59
/
+71
2012-08-01
re PR fortran/54033 (gfortran: Passing file as include directory - add diagno...
Thomas Koenig
2
-1
/
+25
2012-07-31
re PR fortran/42418 (PROCEDURE: Rejects interface which is both specific and ...
Janus Weil
5
-52
/
+76
2012-07-31
re PR fortran/54134 ([OOP] ICE overriding derived type bound function with al...
Janus Weil
2
-0
/
+8
2012-07-31
interface.c (gfc_procedure_use): Return gfc_try instead of
Tobias Burnus
4
-21
/
+64
2012-07-30
re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)
Janus Weil
5
-12
/
+51
2012-07-26
re PR fortran/44354 (implied do loop with its own variable name as upper bound)
Mikael Morin
2
-18
/
+35
2012-07-26
re PR fortran/44354 (implied do loop with its own variable name as upper bound)
Mikael Morin
2
-3
/
+88
2012-07-26
module.c (mio_array_spec): Don't read as->lower for assumed-rank arrays.
Alessandro Fanfarillo
2
-6
/
+21
2012-07-25
trans-types.c (gfc_real16_is_float128): Fix spelling in a comment.
Tobias Burnus
11
-15
/
+31
2012-07-21
iso-c-binding.def (C_PTRDIFF_T): New TS29113 parameter.
Tobias Burnus
3
-5
/
+13
2012-07-21
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Tobias Burnus
4
-14
/
+73
2012-07-21
resolve.c (resolve_formal_arglist): Put variable declaration before the first...
Tobias Burnus
2
-1
/
+7
2012-07-21
trans-expr.c (gfc_conv_derived_to_class): Fix argument passed to class_array_...
Tobias Burnus
2
-2
/
+6
2012-07-20
decl.c (gfc_verify_c_interop_param): Allow assumed-shape with -std=f2008ts.
Tobias Burnus
2
-23
/
+14
2012-07-20
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Tobias Burnus
19
-118
/
+566
2012-07-19
trans-expr.c (gfc_conv_procedure_call): Fix handling of polymorphic arguments.
Tobias Burnus
3
-10
/
+33
2012-07-19
interface.c (compare_parameter, [...]): Fix handling of polymorphic arguments.
Tobias Burnus
2
-6
/
+21
2012-07-17
re PR fortran/51081 ([F03] Proc-pointer assignment: Rejects valid internal proc)
Janus Weil
17
-193
/
+283
2012-07-17
re PR fortran/53985 (-Wno-c-binding-type still prints a warning)
Tobias Burnus
2
-2
/
+8
2012-07-17
re PR fortran/52101 (Obsolescence warning for non-obs. feature character name...
Tobias Burnus
2
-5
/
+13
2012-07-17
re PR fortran/49265 (Double colon in procedure-stmt (generic interface))
Tobias Burnus
2
-0
/
+21
2012-07-16
re PR fortran/53824 (ICE with ALLOCATE of coarrays)
Thomas Koenig
2
-5
/
+12
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
3
-2
/
+7
2012-07-16
re PR fortran/53956 ([F03] PROCEDURE w/ interface: Bogus "EXTERNAL attribute ...
Janus Weil
4
-12
/
+25
2012-07-12
trans-expr.c (conv_isocbinding_procedure): Generate
Tobias Burnus
2
-21
/
+107
2012-07-11
expr.h (can_move_by_pieces): Move prototype from here ...
Steven Bosscher
3
-2
/
+5
2012-07-08
gfortran.h: Do not include coretypes.h here.
Steven Bosscher
31
-1
/
+67
2012-07-05
re PR fortran/53732 ("mismatching comparison operand types" on compile)
Mikael Morin
2
-8
/
+8
2012-07-05
re PR fortran/53449 (fortran fails to build with LTO bootstrap)
Uros Bizjak
2
-0
/
+6
2012-06-27
re PR fortran/41951 ([OOP] Not diagnosing ambiguous operators (TB vs. INTERFA...
Janus Weil
4
-20
/
+62
2012-06-22
re PR fortran/47710 ([OOP] Improve ambiguity check for GENERIC TBP w/ PASS an...
Janus Weil
5
-30
/
+74
2012-06-21
PR 39654 FTELL intrinsic function return type.
Janne Blomqvist
2
-2
/
+8
2012-06-18
intrinsic.h (gfc_resolve_rank): New prototype.
Tobias Burnus
5
-1
/
+49
2012-06-18
re PR fortran/53692 (OPTIONAL: Scalarizing over the wrong array)
Tobias Burnus
3
-2
/
+23
2012-06-18
re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)
Tobias Burnus
2
-7
/
+49
2012-06-18
re PR fortran/53526 ([Coarray] (lib) Properly handle MOVE_ALLOC for coarrays)
Tobias Burnus
2
-11
/
+36
2012-06-17
re PR fortran/53691 (ICE with -Wsurprising in LAPACK 3.4.1 cgbrfsx.f)
Tobias Burnus
2
-2
/
+13
2012-06-16
re PR fortran/53642 (Front-end optimization: Wrong string length for deferred...
Tobias Burnus
3
-15
/
+16
2012-06-13
re PR fortran/53643 ([OOP] ICE (segfault) with INTENT(OUT) CLASS array)
Tobias Burnus
3
-10
/
+12
[next]