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
/
resolve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-21
re PR fortran/20441 (-finit-local-zero is missing from gfortran)
Asher Langton
1
-14
/
+201
2007-09-20
re PR fortran/33221 (Cannot declare variables of TYPE without components)
Francois-Xavier Coudert
1
-1
/
+2
2007-09-20
re PR fortran/33497 (Bind(C): C_LOC rejects interoperable arguments)
Christopher D. Rickett
1
-20
/
+59
2007-09-18
re PR fortran/33231 (Reject for -std=f* calls to elementar functions where ar...
Tobias Burnus
1
-0
/
+16
2007-09-17
re PR fortran/33106 (Access of components of public entities of private types...
Tobias Burnus
1
-0
/
+16
2007-09-17
resolve.c (resolve_fl_procedure): Allow private dummies for Fortran 2003.
Tobias Burnus
1
-15
/
+20
2007-09-13
re PR fortran/33343 (ICE (segfault) on invalid code with wrongly shaped argum...
Tobias Burnus
1
-5
/
+2
2007-09-04
decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...
Janus Weil
1
-0
/
+19
2007-08-30
re PR fortran/31879 (ICE with function having array of character variables ar...
Paul Thomas
1
-0
/
+144
2007-08-26
re PR fortran/32985 (COMMON checking: TYPE with(out) SEQUENCE/bind(C), ALLOCA...
Tobias Burnus
1
-38
/
+47
2007-08-22
re PR fortran/33020 (Bind(C): c_f_pointer: type/rank mismatch error with inte...
Christopher D. Rickett
1
-12
/
+0
2007-08-18
[multiple changes]
Tobias Burnus
1
-0
/
+7
2007-08-06
resolve.c (derived_pointer): Removed, replaced callers by access to appropiat...
Daniel Franke
1
-34
/
+22
2007-08-01
arith.c: Change copyright header to refer to version 3 of the GNU General Pub...
Nick Clifton
1
-4
/
+3
2007-07-31
re PR fortran/31609 (module that calls a contained function with an ENTRY point)
Paul Thomas
1
-0
/
+9
2007-07-29
re PR fortran/32906 (Error: Parameter array ... cannot be automatic or assume...
Daniel Franke
1
-2
/
+4
2007-07-28
gfortran.h, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-07-28
re PR fortran/31609 (module that calls a contained function with an ENTRY point)
Jerry DeLisle
1
-1
/
+9
2007-07-28
re PR fortran/31818 (Wrongly accepts namelists with assumed-shape arrays)
Daniel Franke
1
-21
/
+51
2007-07-27
re PR fortran/32899 (Broken diagnostic for invalid use of .eq. for logicals)
Steven G. Kargl
1
-2
/
+3
2007-07-24
re PR fortran/31205 (aliased operator assignment produces wrong result)
Paul Thomas
1
-34
/
+38
2007-07-23
re PR fortran/32797 ([ISO C Binding] Internal Error: gfc_basic_typename(): Un...
Christopher D. Rickett
1
-22
/
+31
2007-07-23
re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...
Christopher D. Rickett
1
-8
/
+8
2007-07-21
re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE)
Christopher D. Rickett
1
-0
/
+12
2007-07-21
re PR fortran/32801 (USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fa...
Christopher D. Rickett
1
-13
/
+47
2007-07-17
re PR fortran/32535 (namelist with private items contained in sub-sub-procedu...
Janus Weil
1
-0
/
+2
2007-07-12
re PR fortran/31639 ([4.1/4.2/4.3] ICE in gfc_conv_constant, at fortran/trans...
Daniel Franke
1
-1
/
+8
2007-07-12
re PR fortran/32599 ([ISO C Binding] Accepts character with len /= 1)
Christopher D. Rickett
1
-10
/
+27
2007-07-10
re PR fortran/32157 (intrinsic function name conflicts with subroutine if pre...
Paul Thomas
1
-12
/
+20
2007-07-08
re PR fortran/17711 (Wrong operator name in error message)
Daniel Franke
1
-2
/
+37
2007-07-08
re PR fortran/25094 (Procedure with public generic identifier allowed to have...
Daniel Franke
1
-0
/
+25
2007-07-07
decl.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-07-05
re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...
Tobias Burnus
1
-3
/
+4
2007-07-03
re PR fortran/32432 (SEGV/endless loop after: "ERROR: ... already is initiali...
Jerry DeLisle
1
-1
/
+3
2007-07-03
re PR fortran/25062 (same name for parameter and common block)
Tobias Burnus
1
-0
/
+52
2007-07-03
re PR fortran/20888 (dereferencing NULL still accepted)
Tobias Burnus
1
-0
/
+7
2007-07-02
[multiple changes]
Christopher D. Rickett
1
-1
/
+772
2007-06-30
re PR fortran/20373 (INTRINSIC symbols can be given the wrong type)
Daniel Franke
1
-6
/
+28
2007-06-29
re PR fortran/31580 (Better error message for not-found operator)
Daniel Franke
1
-1
/
+3
2007-06-25
re PR fortran/32464 (ICE: USE in contained subroutine)
Paul Thomas
1
-3
/
+8
2007-06-22
re PR fortran/31162 (missing warning for real do-loops with implicit typed va...
Jerry DeLisle
1
-14
/
+20
2007-06-18
re PR fortran/20863 ([4.2 only] Pointer problems in PURE procedures)
Paul Thomas
1
-7
/
+25
2007-06-11
re PR fortran/29786 (Initialization of overlapping variables: Not implemented)
Paul Thomas
1
-23
/
+0
2007-06-07
decl.c: Miscellaneous whitespace fixes.
Steven G. Kargl
1
-6
/
+6
2007-05-29
gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...
Daniel Franke
1
-2
/
+2
2007-05-27
re PR fortran/32088 (ICE (doesn't occur if given function standalone instead ...
Tobias Burnus
1
-11
/
+13
2007-05-23
re PR fortran/18923 (segfault after subroutine name confusion)
Jerry DeLisle
1
-3
/
+2
2007-05-21
re PR fortran/32002 (insufficient conformance check when assigning the result...
Daniel Franke
1
-0
/
+7
2007-05-12
re PR fortran/30746 (50th Anniversary Bug - Forward reference to contained fu...
Paul Thomas
1
-6
/
+73
2007-05-11
re PR fortran/30878 (Rejects function f1; namelist /nml/ f1)
Paul Thomas
1
-5
/
+10
[next]