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
/
class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-15
class.c (gfc_find_intrinsic_vtab): Removed unused var.
Tobias Burnus
1
-3
/
+1
2013-04-11
Replace enum gfc_try with bool type.
Janne Blomqvist
1
-46
/
+46
2013-03-31
2013-03-31 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-17
/
+26
2013-01-27
[multiple changes]
Paul Thomas
1
-1
/
+1
2013-01-16
re PR fortran/55983 (ICE in find_typebound_proc_uop, at fortran/class.c:2711)
Janus Weil
1
-5
/
+7
2013-01-12
re PR fortran/55868 (gfortran generates for CLASS(*) __m_MOD___vtab__$tar o...
Paul Thomas
1
-2
/
+2
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-07
re PR fortran/55852 (internal compiler error: in gfc_build_intrinsic_call, at...
Tobias Burnus
1
-137
/
+50
2013-01-05
re PR fortran/55827 (ICE with multiple fortran modules and character lenght d...
Steven G. Kargl
1
-1
/
+17
2013-01-05
class.c (finalize_component): Used passed offset expr.
Tobias Burnus
1
-166
/
+587
2013-01-04
class.c (gfc_find_intrinsic_vtab): Add _final component.
Tobias Burnus
1
-1
/
+10
2013-01-04
re PR fortran/55854 (ICE on intent(out) dummy argument with unlimited polymor...
Tobias Burnus
1
-8
/
+4
2012-12-20
array.c (resolve_array_list): Apply C4106.
Paul Thomas
1
-38
/
+325
2012-12-03
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-0
/
+42
2012-12-03
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-104
/
+442
2012-09-15
arith.c (arith_power): Call gfc_free_expr in case of error.
Tobias Burnus
1
-1
/
+4
2012-09-03
re PR fortran/54467 (f951: internal compiler error: in gfc_add_component_ref,...
Tobias Burnus
1
-1
/
+1
2012-09-03
class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_fin...
Tobias Burnus
1
-1
/
+4
2012-09-03
class.c (finalize_component): Fixes to the comment.
Tobias Burnus
1
-2
/
+2
2012-09-03
[multiple changes]
Tobias Burnus
1
-4
/
+725
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
[next]