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/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-01-21
[multiple changes]
Steven G. Kargl
2
-2
/
+12
2012-01-21
re PR fortran/51913 ([OOP] bug when submitting a class pointer to a subroutine)
Tobias Burnus
2
-3
/
+8
2012-01-20
re PR fortran/51056 ([OOP] Bogus "Unused module variable '__vtab_domain_Domai...
Tobias Burnus
2
-4
/
+19
2012-01-19
re PR fortran/51904 (ICE on SIZE function evaluation)
Tobias Burnus
2
-0
/
+10
2012-01-18
re PR fortran/51634 ([OOP] ICE with polymorphic operators)
Paul Thomas
2
-1
/
+17
2012-01-18
re PR fortran/48426 ([patch] Quad precision promotion)
Zydrunas Gimbutas
1
-0
/
+20
2012-01-17
re PR fortran/51869 (Realloc on assignment wrongly assumes that MALLOC return...
Tobias Burnus
3
-5
/
+32
2012-01-16
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
2
-3
/
+11
2012-01-16
re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)
Tobias Burnus
5
-7
/
+20
2012-01-16
re PR fortran/48426 ([patch] Quad precision promotion)
Zydrunas Gimbutas
7
-67
/
+313
2012-01-16
trans-array.c (gfc_trans_create_temp_array): In the case of a class array tem...
Paul Thomas
3
-19
/
+76
2012-01-14
re PR fortran/51800 (Error: Automatic array 'dummy' at (1) cannot have an ini...
Tobias Burnus
2
-3
/
+31
2012-01-14
re PR fortran/51816 (Wrong error when use..., only : operator() twice)
Tobias Burnus
2
-1
/
+37
2012-01-13
re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...
Paul Thomas
3
-15
/
+42
2012-01-13
re PR fortran/51842 (fortran fails if ssize_t is 32-bit on 64-bit host)
Tobias Burnus
2
-2
/
+9
2012-01-12
re PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)
Tobias Burnus
2
-5
/
+11
2012-01-10
gfortran.texi (Fortran 2003 Status): Fix grammar.
Gerald Pfeifer
2
-1
/
+5
2012-01-10
re PR fortran/51652 (Allocate with type-spec and source-expr: check whether l...
Tobias Burnus
2
-0
/
+19
2012-01-10
resolve.c (resolve_ordinary_assign): Improve error wording.
Tobias Burnus
2
-2
/
+6
2012-01-09
re PR fortran/51791 ([OOP] Failure to resolve typebound function call with ba...
Paul Thomas
3
-4
/
+23
2012-01-09
[multiple changes]
Mikael Morin
2
-1
/
+7
2012-01-09
gfortran.texi: Bump copyright year.
Tobias Burnus
2
-3
/
+14
2012-01-09
re PR fortran/51578 (Import of same symbol via different modules and renaming)
Tobias Burnus
5
-103
/
+265
2012-01-09
2012-01-09 Richard Guenther <rguenther@suse.de>
Richard Biener
2
-4086
/
+4091
2012-01-06
2012-01-06 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
12
-140
/
+330
2012-01-05
PR fortran/PR48946
Paul Thomas
2
-0
/
+40
2012-01-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
5
-6
/
+54
2012-01-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
4
-5
/
+34
2012-01-04
trans-expr.c (gfc_conv_expr): Move address taking...
Mikael Morin
2
-2
/
+6
2012-01-04
re PR fortran/49693 (Spurious "unused-variable" warnings for COMMON block mod...
Thomas Koenig
2
-2
/
+12
2012-01-03
gfortran.h (struct gfc_expr): Add missing "struct" qualifier for member base_...
Hans-Peter Nilsson
2
-1
/
+6
2012-01-02
re PR fortran/51529 ([OOP] gfortran.dg/class_to_type_1.f03 is miscompiled: Un...
Paul Thomas
7
-170
/
+346
2012-01-02
re PR fortran/51682 (Coarray ICEs when compiling with -fdefault-integer-8)
Tobias Burnus
2
-6
/
+17
2012-01-01
gcc.c (process_command): Update copyright notice dates.
Jakub Jelinek
2
-2
/
+7
2011-12-31
re PR fortran/51502 (Potentially wrong code generation due to wrong implict_p...
Thomas Koenig
3
-16
/
+42
2011-12-29
dependency.c (gfc_dep_compare_functions): Document new behavior for REALs and...
Thomas Koenig
2
-6
/
+41
2011-12-28
ChangeLog: Fix entry.
Toon Moene
1
-0
/
+1
2011-12-19
re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...
Tobias Burnus
2
-0
/
+7
2011-12-19
re PR fortran/51605 (internal compiler error gfc_trans_block_construct, at fo...
Tobias Burnus
4
-8
/
+34
2011-12-19
check.c (coarray_check): Add class ref if needed.
Tobias Burnus
3
-41
/
+111
2011-12-15
trans-expr.c (gfc_walk_function_expr): Detect elemental procedure components ...
Paul Thomas
4
-4
/
+12
2011-12-15
re PR fortran/51310 (-finit-bla doesn't initialize *all* items of type bla to...
Toon Moene
3
-3
/
+9
2011-12-15
re PR fortran/51550 (ICE in gfc_get_derived_type, at fortran/trans-types.c:2401)
Tobias Burnus
2
-0
/
+17
2011-12-15
primary.c (gfc_match_varspec): Match array spec for polymorphic coarrays.
Tobias Burnus
4
-79
/
+42
2011-12-15
re PR debug/51517 (Wrong debug information for pointers with negative strides.)
Jakub Jelinek
2
-11
/
+28
2011-12-11
re PR fortran/50923 (No warning if function return value is not set)
Tobias Burnus
2
-14
/
+30
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
19
-215
/
+1210
2011-12-11
re PR fortran/50690 (ICE with front end optimization and OMP workshare)
Thomas Koenig
2
-2
/
+46
2011-12-10
trans-decl.c (add_argument_checking): Fix syntax.
Tobias Burnus
2
-1
/
+5
2011-12-10
trans-decl.c (add_argument_checking): Check ts.deferred earlier.
Tobias Burnus
3
-6
/
+11
[next]