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
2007-10-06
* simplify.c (gfc_simplify_size): Fix typo.
Tobias Schlüter
2
-1
/
+5
2007-10-06
re PR fortran/25076 (FORALL triplet subscript must not reference any index-name)
Tobias Schlüter
2
-143
/
+161
2007-10-05
gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.
Francois-Xavier Coudert
11
-41
/
+90
2007-10-04
re PR fortran/33539 (Too much noise for zero-length character strings)
Thomas Koenig
1
-1
/
+1
2007-10-04
re PR fortran/33529 (Non-litteral CHARACTER kind values matching is wrong)
Francois-Xavier Coudert
2
-46
/
+87
2007-10-04
re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...
Francois-Xavier Coudert
4
-2
/
+88
2007-10-04
Mention PR fortran/33646 in revision 129000.
H.J. Lu
1
-0
/
+1
2007-10-04
re PR fortran/33626 (Parentheses get wrong kind during matching)
Tobias Schlüter
2
-8
/
+9
2007-10-04
re PR fortran/33542 (gfortran does not detect ambigious specific names if the...
Paul Thomas
2
-2
/
+6
2007-10-03
re PR fortran/26682 (gfortran fails with -fwhole-program optimization)
Francois-Xavier Coudert
2
-0
/
+12
2007-10-03
Fix date on ChangeLog entry.
Tobias Schlüter
1
-1
/
+1
2007-10-03
re PR fortran/33198 (Derived type in common: Default initializer not rejected)
Tobias Schlüter
2
-82
/
+105
2007-10-03
re PR fortran/26682 (gfortran fails with -fwhole-program optimization)
Francois-Xavier Coudert
2
-0
/
+10
2007-10-02
re PR fortran/33542 (gfortran does not detect ambigious specific names if the...
Paul Thomas
2
-1
/
+8
2007-10-02
re PR fortran/33566 (fortran : wrong rank of derived type parameters array co...
Paul Thomas
2
-7
/
+12
2007-10-02
re PR fortran/33554 (Seg.fault: Default initialization of derived type uses u...
Paul Thomas
2
-21
/
+52
2007-10-02
re PR fortran/33550 (ICE (segfault) when USEing ambiguous symbols)
Paul Thomas
2
-1
/
+10
2007-10-02
re PR fortran/31154 (IMPORT fails for "<imported symbol> FUNCTION (...)" kin...
Paul Thomas
5
-18
/
+159
2007-09-28
module.c (mio_expr): Avoid -Wcast-qual warning.
Kaveh R. Ghazi
2
-2
/
+6
2007-09-27
arith.c (reduce_binary_aa): Fix capitalization.
Tobias Schlüter
6
-20
/
+31
2007-09-27
re PR fortran/33568 (ICE with ANINT (with KIND and an array))
Paul Thomas
2
-9
/
+17
2007-09-26
re PR libfortran/30780 (FPE in CPU_TIME (and possibly others) with -ffpe-trap...
Francois-Xavier Coudert
2
-3
/
+13
2007-09-24
re PR fortran/33269 (Diagnose missing "(" in "PRINT ('a'),")
Tobias Schlüter
2
-2
/
+13
2007-09-24
re PR fortran/33538 (bootstrap break in fortran on *-apple-darwin r128671)
Francois-Xavier Coudert
4
-68
/
+7
2007-09-22
re PR fortran/33528 (Wrong locations emitted with mapped locations and includ...
Francois-Xavier Coudert
2
-1
/
+15
2007-09-22
re PR fortran/33522 (Incorrect warning messages about uninitialized variables)
Francois-Xavier Coudert
2
-0
/
+13
2007-09-22
re PR fortran/33337 (ICE in gfc_finish_var_decl, at fortran/trans-decl.c:510)
Paul Thomas
4
-9
/
+25
2007-09-22
re PR fortran/33502 (gfortran with .F suffix and -g3 option chokes on preproc...
Francois-Xavier Coudert
4
-2
/
+84
2007-09-22
re PR fortran/33445 (Diagnose "!$OMP&" as an error in free format unless it i...
Tobias Burnus
2
-9
/
+22
2007-09-21
trans-expr.c (gfc_trans_pointer_assignment): Convert array descriptor for sub...
Paul Thomas
2
-5
/
+14
2007-09-21
re PR fortran/33455 (MERGE intrinsic: Check for same string lengths)
Tobias Burnus
1
-0
/
+40
2007-09-21
re PR fortran/33037 (TRANSFER should warn on mismatched sizes)
Tobias Burnus
2
-1
/
+12
2007-09-21
re PR fortran/20441 (-finit-local-zero is missing from gfortran)
Asher Langton
6
-16
/
+363
2007-09-20
re PR fortran/33221 (Cannot declare variables of TYPE without components)
Francois-Xavier Coudert
7
-8
/
+33
2007-09-20
re PR fortran/33288 (ICE (segfault) in mpfr_cmp2 when evaluating array initia...
Francois-Xavier Coudert
2
-4
/
+25
2007-09-20
io.c (resolve_tag_format): New function using code split out and simplified f...
Tobias Schlüter
2
-108
/
+99
2007-09-20
re PR fortran/33497 (Bind(C): C_LOC rejects interoperable arguments)
Christopher D. Rickett
2
-20
/
+65
2007-09-20
re PR fortran/33325 (Document intrinsic Fortran modules)
Tobias Burnus
3
-1
/
+157
2007-09-18
re PR fortran/31119 (-fbounds-check: Check for presence of optional arguments...
Francois-Xavier Coudert
2
-2
/
+22
2007-09-18
re PR fortran/33231 (Reject for -std=f* calls to elementar functions where ar...
Tobias Burnus
2
-0
/
+22
2007-09-17
re PR fortran/33106 (Access of components of public entities of private types...
Tobias Burnus
2
-0
/
+22
2007-09-17
resolve.c (resolve_fl_procedure): Allow private dummies for Fortran 2003.
Tobias Burnus
2
-15
/
+25
2007-09-17
trans-types.c (gfc_get_desc_dim_type): Do not to try emit debug info.
Francois-Xavier Coudert
2
-0
/
+17
2007-09-16
re PR fortran/29396 (segfault with character pointer association)
Paul Thomas
10
-77
/
+331
2007-09-13
iresolve.c (resolve_mask_arg): If a mask is an array expression, convert it t...
Thomas Koenig
2
-9
/
+28
2007-09-13
re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum...
Tobias Burnus
3
-8
/
+12
2007-09-13
symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive): Allow prefixes o...
Tobias Burnus
2
-0
/
+23
2007-09-13
re PR fortran/33412 (Bind(C): ELEMENTAL procedure conflicts with BIND(C))
Tobias Burnus
2
-0
/
+6
2007-09-12
re PR fortran/33297 (SIZE intrinsic crashes gfortran on invalid usage)
Tobias Burnus
2
-39
/
+52
2007-09-12
re PR fortran/33284 (ENTRY and INTRINSIC with same name)
Tobias Burnus
2
-1
/
+9
[next]