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
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-20
re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)
Tobias Burnus
1
-3
/
+7
2012-07-08
gfortran.h: Do not include coretypes.h here.
Steven Bosscher
1
-0
/
+1
2012-04-16
re PR fortran/52968 ([OOP] Call to type-bound procedure wrongly rejected)
Janus Weil
1
-4
/
+1
2012-03-04
re PR fortran/50981 ([OOP] Wrong-code for scalarizing ELEMENTAL call with abs...
Mikael Morin
1
-0
/
+33
2012-02-02
re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)
Mikael Morin
1
-0
/
+123
2012-01-31
re PR fortran/52029 ([OOP] _copy should be PURE)
Tobias Burnus
1
-0
/
+1
2012-01-31
re PR fortran/52013 ([OOP] Polymorphism and coarrays: Support as class contai...
Tobias Burnus
1
-6
/
+8
2012-01-25
re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)
Tobias Burnus
1
-1
/
+1
2012-01-25
re PR fortran/51995 ([OOP] Polymorphic class fails at runtime)
Tobias Burnus
1
-0
/
+2
2012-01-16
re PR fortran/51809 ([OOP] ICE (segfault) depending on USE statements order)
Tobias Burnus
1
-2
/
+2
2012-01-13
re PR fortran/48351 ([OOP] Realloc on assignment fails if parent component i...
Paul Thomas
1
-0
/
+1
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-11
/
+173
2011-12-03
re PR fortran/48887 ([OOP] SELECT TYPE: Associate name shall not be a pointe...
Tobias Burnus
1
-2
/
+4
2011-11-19
re PR fortran/51207 ([OOP] Mark __def_init_... as FL_PARAMETER)
Tobias Burnus
1
-1
/
+2
2011-11-09
re PR fortran/50960 ([OOP] vtables not marked as constant)
Janus Weil
1
-1
/
+1
2011-11-07
re PR fortran/50919 ([OOP] Don't use vtable for NON_OVERRIDABLE TBP)
Janus Weil
1
-0
/
+4
2011-10-07
re PR fortran/50625 ([OOP] ALLOCATABLE attribute lost for module CLASS variab...
Janus Weil
1
-1
/
+1
2011-06-21
re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...
Janus Weil
1
-2
/
+2
2011-03-26
re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...
Janus Weil
1
-3
/
+3
2011-02-16
re PR fortran/47745 ([OOP] Segfault with CLASS(*) and derived type dummy argu...
Janus Weil
1
-0
/
+10
2011-02-14
re PR fortran/47728 ([OOP] ICE on invalid CLASS declaration)
Janus Weil
1
-1
/
+1
2011-02-12
class.c (gfc_build_class_symbol): Reject polymorphic arrays.
Janus Weil
1
-0
/
+6
2011-01-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-4
/
+7
2011-01-07
re PR fortran/47189 ([OOP] calling STORAGE_SIZE on a NULL-initialized class p...
Janus Weil
1
-4
/
+6
2011-01-04
re PR fortran/46448 ([OOP] symbol `__copy_...' is already defined)
Janus Weil
1
-0
/
+2
2011-01-02
re PR fortran/46408 ([OOP] Segfault when running gfortran.dg/class_allocate_6...
Janus Weil
1
-1
/
+1
2010-12-31
re PR fortran/46971 ([OOP] ICE on long class names)
Janus Weil
1
-6
/
+50
2010-11-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-37
/
+54
2010-11-05
re PR fortran/45451 ([OOP] Inconsistent status of ALLOCATABLE components insi...
Janus Weil
1
-13
/
+80
2010-09-01
re PR fortran/44541 ([OOP] wrong code for polymorphic variable with INTENT(OU...
Janus Weil
1
-1
/
+30
2010-08-21
re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...
Janus Weil
1
-9
/
+8
2010-08-04
re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...
Janus Weil
1
-8
/
+15
2010-08-03
re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...
Janus Weil
1
-4
/
+2
2010-08-01
re PR fortran/44912 ([OOP] Segmentation fault on TBP)
Janus Weil
1
-0
/
+3
2010-07-29
re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...
Mikael Morin
1
-6
/
+16
2010-07-13
re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)
Janus Weil
1
-293
/
+66
2010-05-17
class.c (gfc_add_component_ref,gfc_class_null_initializer, [...]): Moved here...
Janus Weil
1
-0
/
+797