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
2005-05-27
trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force like typ...
Steven G. Kargl
2
-1
/
+7
2005-05-26
data.c, [...]: Fix comment typos.
Kazu Hirata
10
-11
/
+17
2005-05-23
* gfortran.texi: Document some more GNU extensions.
Roger Sayle
2
-0
/
+70
2005-05-22
* error.c (gfc_warning): Fix typo in comment.
Francois-Xavier Coudert
2
-1
/
+5
2005-05-18
re PR libfortran/21127 (reshape of complex broken)
Thomas Koenig
2
-2
/
+15
2005-05-18
array.c (gfc_match_array_constructor): Support [ ...
Erik Edelmann
2
-3
/
+21
2005-05-18
f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_TRUNC and BUILT_IN_T...
Tobias Schlüter
3
-12
/
+28
2005-05-18
re PR fortran/20954 (gfortran - internal compiler error with -fdefault-intege...
Feng Wang
2
-0
/
+8
2005-05-17
trans-types.c (gfc_array_range_type): New variable.
Zdenek Dvorak
2
-3
/
+14
2005-05-17
re PR fortran/15080 (Forall bounds not calculated correctly (forall_3.f90))
Jakub Jelinek
2
-90
/
+188
2005-05-15
[multiple changes]
Feng Wang
3
-2
/
+12
2005-05-13
trans-stmt.c (gfc_trans_forall_1): Fix comment typo.
Paul Brook
2
-1
/
+5
2005-05-12
* trans-types.c (gfc_is_nodesc_array): Remove redundant check.
Tobias Schlüter
2
-3
/
+4
2005-05-12
re PR fortran/21260 (Conflict between comment and H edit descriptor)
Tobias Schlüter
2
-1
/
+7
2005-05-11
Fix incomplete ChagneLog from previous checkin.
Tobias Schlüter
1
-0
/
+2
2005-05-11
resolve.c (resolve_symbol): Copy 'pointer' and 'dimension' attribute from res...
Tobias Schlüter
3
-1
/
+8
2005-05-11
Fix previous buggy checkin to invoke.texi.
Tobias Schlüter
1
-2
/
+2
2005-05-11
re PR fortran/20178 (COMPLEX function returns incompatible with g77)
Tobias Schlüter
8
-32
/
+185
2005-05-09
match.c (gfc_match_return): Only require space after keyword when it is oblig...
Tobias Schlüter
3
-8
/
+31
2005-05-08
* intrinsic.texi: Fix typos.
Kazu Hirata
2
-3
/
+7
2005-05-07
intrinsic.texi: Document ASSOCIATED and ATAN2.
Steven G. Kargl
2
-31
/
+160
2005-05-03
Make-lang.in, [...]: Update copyright.
Kazu Hirata
6
-6
/
+11
2005-04-29
tree.c (build_block): Removed unused 'tags' argument.
Tom Tromey
2
-1
/
+5
2005-04-29
[multiple changes]
Jakub Jelinek
8
-28
/
+325
2005-04-29
gfortran.h (gfc_namespace): Add seen_implicit_none field, Tobias forgot this ...
Francois-Xavier Coudert
2
-1
/
+6
2005-04-29
trans-expr.c (gfc_conv_expr_present): Fix broken assert.
Paul Brook
2
-2
/
+8
2005-04-29
gfortran.h (gfc_namespace): Add seen_implicit_none field.
Tobias Schlüter
2
-0
/
+21
2005-04-28
gfortran.h (gfc_gsymbol): Make name a const char *.
Tobias Schlüter
3
-2
/
+8
2005-04-28
re PR fortran/20865 (statement function shall not be supplied as procedure ar...
Francois-Xavier Coudert
2
-0
/
+12
2005-04-27
re PR fortran/21177 (wrong code with NULL())
François-Xavier Coudert
2
-1
/
+7
2005-04-25
re PR fortran/20879 (argument to ICHAR must have length one)
Paul Brook
5
-2
/
+76
2005-04-24
re PR fortran/20059 (internal compiler error: Segmentation Fault - For common...
Tobias Schlüter
2
-2
/
+8
2005-04-23
diagnostic.c (warning): Accept parameter to classify warning option.
DJ Delorie
2
-4
/
+8
2005-04-23
Update of gfortran.info to describe extensions to the standard for namelist io.
Paul Thomas
1
-4
/
+49
2005-04-23
Fix comment typo in previous checkin.
Tobias Schlüter
2
-2
/
+2
2005-04-23
trans-const.c (gfc_conv_mpfr_to_tree): Use hexadecimal string as intermediate...
Tobias Schlüter
2
-15
/
+22
2005-04-22
trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation; simplify ...
Steven G. Kargl
2
-39
/
+17
2005-04-20
trans-const.c (gfc_conv_mpz_to_tree): Fix comment.
Steven G. Kargl
2
-2
/
+6
2005-04-19
invoke.texi: Update -Waliasing description.
Arnaud Desitter
2
-5
/
+20
2005-04-19
re PR fortran/16861 ([4.0 only] segfault with doubly used module)
Francois-Xavier Coudert
2
-0
/
+9
2005-04-18
Rewrap ChangeLog. I'm listing the affected PRs so that they receive anot abo...
Tobias Schlüter
1
-7
/
+9
2005-04-17
re PR fortran/17472 ([4.0 only] namelist does not handle arrays)
Paul Thomas
2
-139
/
+241
2005-04-17
scanner.c (gfc_next_char_literal): Reset truncation flag for lines ending in ...
Richard Guenther
2
-2
/
+15
2005-04-15
re PR fortran/14569 ([4.0 only] should not warn about truncated comment lines)
Richard Guenther
4
-21
/
+32
2005-04-14
gfortran.h (gfc_real_info): Add subnormal struct member.
Steven G. Kargl
4
-15
/
+19
2005-04-14
ChangeLog: Added comment on gfc_match_if for the 2005-04-09 entry on match.c.
François-Xavier Coudert
1
-0
/
+2
2005-04-12
* simplify.c: Fix a comment typo.
Kazu Hirata
2
-1
/
+5
2005-04-12
lang.opt: Refer to the GCC internals documentation instead of c.opt.
Richard Sandiford
2
-1
/
+5
2005-04-11
simplify.c (gfc_simplify_nearest): Overhaul.
Tobias Schlüter
2
-41
/
+63
2005-04-10
* interface.c: Fix a comment typo.
Kazu Hirata
2
-1
/
+5
[next]