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
2007-09-03
invoke.texi: Fix the -frange-checking option entry.
Steven G. Kargl
2
-3
/
+7
2007-09-02
decl.c (match_string_p): New helper function to explicitly match a string of ...
Roger Sayle
4
-129
/
+180
2007-09-02
dump-parse-tree.c (show_char_const): New function.
Tobias Schlüter
3
-28
/
+40
2007-09-02
re PR fortran/33276 (465.tonto in SPEC CPU 2006 fails to compile)
H.J. Lu
2
-0
/
+6
2007-08-31
re PR fortran/33232 (Diagnose comma in "read()," and "write(),")
Tobias Burnus
2
-3
/
+7
2007-08-31
* intrinsic.texi (LGAMMA): Remove empty @cindex line.
Joseph Myers
2
-1
/
+4
2007-08-30
re PR fortran/31879 (ICE with function having array of character variables ar...
Paul Thomas
8
-111
/
+229
2007-08-30
re PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE)
Tobias Burnus
2
-7
/
+16
2007-08-29
re PR libfortran/32989 (GETARG intrinsic)
Francois-Xavier Coudert
6
-15
/
+58
2007-08-29
re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)
François-Xavier Coudert
5
-0
/
+143
2007-08-29
re PR fortran/33215 (Bind(C): Bugs with empty "name=": Creates wrong result a...
Tobias Burnus
2
-11
/
+21
2007-08-29
builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.
Francois-Xavier Coudert
7
-74
/
+426
2007-08-29
Fix ChangeLog.
Jerry DeLisle
1
-0
/
+5
2007-08-29
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...
Jerry DeLisle
1
-35
/
+2
2007-08-28
re PR fortran/22244 (dimension information is lost for multi-dimension array)
Jakub Jelinek
3
-2
/
+29
2007-08-27
simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call.
Tobias Burnus
2
-1
/
+6
2007-08-26
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...
Jerry DeLisle
2
-2
/
+43
2007-08-26
gfortran.h (gfc_isym_id): Add GFC_ISYM_GAMMA and GFC_ISYM_LGAMMA.
H.J. Lu
2
-0
/
+7
2007-08-26
gfortran.h (gfc_option_t): Add flag_recursive.
Asher Langton
5
-9
/
+77
2007-08-26
re PR fortran/31298 ([F03] use mod, operator(+) => operator(.userOp.) not sup...
Tobias Burnus
2
-13
/
+43
2007-08-26
re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...
Tobias Burnus
3
-46
/
+54
2007-08-26
re PR fortran/32980 (Vendor extension: Intrinsic functions (D)GAMMA, LGAMMA (...
Tobias Burnus
7
-0
/
+215
2007-08-26
re PR fortran/33188 (Fortran 2003: Type declarations without componends)
Tobias Burnus
2
-5
/
+11
2007-08-25
c-common.c (vector_types_convertible_p, [...]): Constify.
Kaveh R. Ghazi
3
-2
/
+7
2007-08-24
re PR fortran/33178 (-std=f95: SIGN with integer arguments rejected as initia...
Tobias Burnus
2
-6
/
+10
2007-08-24
re PR libfortran/32972 (performance of pack/unpack)
Thomas Koenig
2
-17
/
+8
2007-08-24
re PR fortran/33139 (array pointer assignment gives incorrect dimensions)
Tobias Burnus
2
-7
/
+15
2007-08-24
decl.c (variable_decl): Don't share charlen structs if length == NULL.
Jakub Jelinek
3
-22
/
+14
2007-08-23
re PR fortran/33095 (MAX with optional arguments gives run-time error)
Francois-Xavier Coudert
2
-54
/
+19
2007-08-23
match.c (intrinsic_operators): Delete.
Roger Sayle
2
-39
/
+222
2007-08-22
re PR fortran/33020 (Bind(C): c_f_pointer: type/rank mismatch error with inte...
Christopher D. Rickett
2
-12
/
+6
2007-08-22
decl.c (match_attr_spec): Pass on errors from gfc_match_bind_c.
Janus Weil
2
-3
/
+15
2007-08-22
[PATCH Fortran] bootstrap failure by wrong sizetype.
Kai Tietz
2
-1
/
+14
2007-08-21
configure.ac: Add --with-pkgversion and --with-bugurl.
Paul Brook
4
-3
/
+13
2007-08-20
match.c (intrinsic_operators): Make static.
Roger Sayle
3
-9
/
+84
2007-08-19
[multiple changes]
Tobias Burnus
6
-20
/
+40
2007-08-19
primary.c (match_logical_constant_string): New function to match a ".true." o...
Roger Sayle
2
-7
/
+42
2007-08-18
[multiple changes]
Tobias Burnus
9
-6
/
+90
2007-08-18
re PR fortran/32881 (PURE attribute escapes from contained procedure)
Paul Thomas
2
-1
/
+8
2007-08-18
re PR fortran/32875 (Not Implemented: complex character array constructor)
Paul Thomas
2
-0
/
+13
2007-08-16
re PR fortran/33072 ("use mod, only: operator(.sub.)" matches any procedure "...
Tobias Burnus
2
-16
/
+32
2007-08-15
re PR fortran/29459 (Spurious warnings about anonymous variables)
Francois-Xavier Coudert
2
-1
/
+15
2007-08-14
re PR fortran/33066 ("type, bind(C) t": Diagnose missing "::")
Francois-Xavier Coudert
2
-2
/
+11
2007-08-14
re PR fortran/33073 (Type mismatch in build_fixbound_expr())
Francois-Xavier Coudert
2
-20
/
+10
2007-08-14
re PR fortran/32594 (substring simplification leads to ICE)
Francois-Xavier Coudert
3
-10
/
+31
2007-08-13
re PR fortran/32926 (ICE with external function as argument)
Paul Thomas
2
-6
/
+15
2007-08-13
re PR fortran/32827 (IMPORT fails for TYPE when also used in INTERFACE)
Paul Thomas
4
-10
/
+33
2007-08-13
re PR fortran/32962 (b = conjg(transpose(a)) is erroneous if b is an allocata...
Paul Thomas
2
-4
/
+15
2007-08-12
re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)
Francois-Xavier Coudert
6
-15
/
+32
2007-08-12
re PR fortran/30964 (optional arguments to random_seed)
Francois-Xavier Coudert
6
-35
/
+77
[next]