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
/
resolve.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-18
re PR fortran/47768 (ICE: printing a derived-type variable with proc-pointer ...
Janus Weil
1
-0
/
+8
2011-02-18
re PR fortran/47767 ([OOP] SELECT TYPE fails to execute correct TYPE IS block)
Janus Weil
1
-24
/
+14
2011-02-11
re PR fortran/47550 (PURE with VALUE and w/o INTENT: add gfc_notify_std (GFC_...
Tobias Burnus
1
-8
/
+22
2011-02-09
re PR fortran/47352 ([F03] ICE with proc-pointers in generic procedures)
Janus Weil
1
-1
/
+4
2011-02-09
re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)
Janus Weil
1
-1
/
+0
2011-02-02
re PR fortran/47572 ([OOP] Invalid: Allocatable polymorphic with init express...
Janus Weil
1
-1
/
+2
2011-01-31
re PR fortran/47463 ([OOP] ICE in gfc_add_component_ref)
Janus Weil
1
-4
/
+3
2011-01-30
re PR fortran/47042 (ICE with character pointer in function)
Tobias Burnus
1
-0
/
+8
2011-01-28
re PR fortran/47507 (PURE functions with VALUE arguments invalidly rejectd)
Tobias Burnus
1
-5
/
+7
2011-01-28
re PR fortran/45170 ([F2003] allocatable character lengths)
Paul Thomas
1
-10
/
+18
2011-01-26
re PR fortran/47339 (Fortran 2003/2008: Valid NAMELIST rejected; Fortran 95: ...
Tobias Burnus
1
-23
/
+47
2011-01-22
re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...
Thomas Koenig
1
-0
/
+42
2011-01-18
re PR fortran/47240 ([F03] segfault with procedure pointer component)
Janus Weil
1
-0
/
+4
2011-01-17
re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp))
Jakub Jelinek
1
-0
/
+5
2011-01-13
re PR fortran/45848 ([OOP] ICE on invalid code in fortran/symbol.c:2410)
Tobias Burnus
1
-22
/
+23
2011-01-09
re PR fortran/47224 ([F03] ICE with procedure pointer component)
Janus Weil
1
-15
/
+0
2011-01-09
re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...
Thomas Koenig
1
-15
/
+6
2011-01-08
re PR fortran/46896 (Wrong code with transpose(a) passed to subroutine)
Paul Thomas
1
-1
/
+72
2011-01-07
re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...
Janus Weil
1
-6
/
+0
2011-01-05
re PR fortran/46017 (Reject ALLOCATE(a, a%b) as "a%b" depends on the alloca...
Thomas Koenig
1
-9
/
+58
2010-12-31
re PR fortran/45338 (Failure on interfacing a function passed as an argument ...
Thomas Koenig
1
-3
/
+6
2010-12-17
re PR fortran/46849 ([OOP] MODULE PROCEDURE resolution does not work in BLOCK...
Janus Weil
1
-1
/
+3
2010-12-12
re PR fortran/46809 ([OOP] ICE with -fcheck=pointer for CLASS IS)
Janus Weil
1
-0
/
+1
2010-12-11
re PR fortran/46370 ([Coarray] [OOP] ALLOCATE: Error allocating CLASS coarrays)
Tobias Burnus
1
-7
/
+8
2010-11-28
re PR fortran/46662 ([OOP] gfortran accepts "CALL polymorphic%abstract_type%p...
Janus Weil
1
-2
/
+13
2010-11-12
re PR fortran/46413 ([OOP] ICE when printing a polymorphic type)
Tobias Burnus
1
-2
/
+12
2010-11-11
resolve.c (resolve_procedure_interface): Copy 'is_bind_c' attribute.
Janus Weil
1
-0
/
+1
2010-11-10
re PR fortran/46244 (gfc_compare_derived_types is buggy)
Tobias Burnus
1
-0
/
+7
2010-11-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-20
/
+20
2010-11-05
re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...
Janus Weil
1
-0
/
+3
2010-11-02
2010-11-02 Steven G.
Steven G. Kargl
1
-1
/
+19
2010-10-10
re PR fortran/45961 ([OOP] Problem with polymorphic type-bound operators)
Janus Weil
1
-1
/
+1
2010-10-07
re PR fortran/45933 ([OOP] ICE in gfc_add_component_ref, at fortran/class.c:77)
Janus Weil
1
-3
/
+2
2010-10-06
re PR fortran/45889 (Regression with I/O of element of allocatable array in d...
Jerry DeLisle
1
-1
/
+1
2010-10-06
resolve.c (add_dt_to_dt_list): Remove unneeded if.
Mikael Morin
1
-8
/
+5
2010-10-06
resolve.c (check_typebound_baseobject): Free local expr before returning.
Mikael Morin
1
-4
/
+9
2010-10-02
re PR fortran/45748 (-fimplicit-none failures when using intrinsic MAX)
Janus Weil
1
-5
/
+3
2010-09-30
re PR fortran/45828 (No default initialization of derived type members?)
Janus Weil
1
-2
/
+2
2010-09-27
re PR fortran/40569 (F2008: Support COMPILER_OPTIONS() / COMPILER_VERSION())
Tobias Burnus
1
-2
/
+7
2010-09-26
re PR fortran/45783 (ICE in gfc_add_component_ref, at fortran/class.c:77)
Daniel Kraft
1
-3
/
+7
2010-09-25
re PR fortran/45776 (Full implementation of variable definition contexts (and...
Daniel Kraft
1
-0
/
+7
2010-09-23
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-90
/
+91
2010-09-15
re PR fortran/45577 (Bogus(?) "... type incompatible with source-expr ..." er...
Janus Weil
1
-4
/
+10
2010-09-10
gfortran.h (gfc_expr): Remove inline_noncopying_intrinsic attribute.
Mikael Morin
1
-30
/
+0
2010-09-04
re PR fortran/45530 (gfortran internal compiler error)
Tobias Burnus
1
-40
/
+40
2010-09-04
re PR fortran/45507 (Bogus Error: Can't convert TYPE(c_ptr) to INTEGER(4))
Janus Weil
1
-0
/
+28
2010-09-03
re PR fortran/34162 (F2008: Allow internal procedures as actual argument)
Daniel Kraft
1
-2
/
+5
2010-09-03
re PR fortran/44602 ([F2008] EXIT: Jump to end of construct)
Daniel Kraft
1
-1
/
+4
2010-09-02
re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...
Janus Weil
1
-1
/
+2
2010-09-02
re PR fortran/45489 (Default initialization of derived-type function result m...
Tobias Burnus
1
-5
/
+3
[next]