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
2015-08-03
Fix random class_allocate_18.f90 failure
Mikael Morin
1
-0
/
+1
2015-07-13
re PR fortran/64589 ([OOP] Linking error due to undefined integer symbol with...
Andre Vehreschild
1
-4
/
+2
2015-03-24
re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...
Andre Vehreschild
1
-2
/
+11
2015-01-26
re PR fortran/64230 (Invalid memory reference in a compiler-generated finaliz...
Janus Weil
1
-8
/
+27
2015-01-23
re PR fortran/60922 (Memory leak with allocatable CLASS components)
Janus Weil
1
-1
/
+1
2015-01-18
[multiple changes]
Paul Thomas
1
-16
/
+60
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-11
re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...
Manuel López-Ibáñez
1
-3
/
+3
2014-09-20
trans-expr.c (gfc_reset_vptr): Fix comment whitespace.
Joost VandeVondele
1
-9
/
+9
2014-04-10
class.c (gfc_build_class_symbol): Append "_t" to target class names to make t...
Bernd Edlinger
1
-2
/
+2
2014-02-28
re PR fortran/60359 ([OOP] symbol `__io_MOD___copy_character_1' is already de...
Janus Weil
1
-16
/
+16
2014-02-21
re PR fortran/60234 ([OOP] ICE in generate_finalization_wrapper at fortran/cl...
Janus Weil
1
-7
/
+18
2014-02-08
re PR fortran/58470 ([OOP] ICE on invalid with FINAL procedure and type exten...
Janus Weil
1
-2
/
+1
2014-01-07
re PR fortran/59589 ([OOP] Memory leak when deallocating polymorphic)
Janus Weil
1
-24
/
+21
2014-01-04
re PR fortran/59547 ([OOP] Problem with using tbp specification function in m...
Janus Weil
1
-1
/
+3
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-18
re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)
Janus Weil
1
-28
/
+35
2013-12-15
re PR fortran/59493 ([OOP] ICE: Segfault on Class(*) pointer association)
Janus Weil
1
-1
/
+1
2013-10-22
PR fortran 57893
Paul Thomas
1
-11
/
+17
2013-09-25
re PR fortran/58436 ([OOP] ICE (segfault) in generate_finalization_wrapper fo...
Tobias Burnus
1
-0
/
+6
2013-09-16
re PR fortran/58356 (ICE with finalization and type extension)
Tobias Burnus
1
-0
/
+2
2013-08-09
gfortran.h (gfc_get_code): Modified prototype.
Janus Weil
1
-132
/
+48
2013-08-06
re PR fortran/57306 ([OOP] [F08] ICE on valid with class pointer initialization)
Janus Weil
1
-4
/
+8
2013-07-22
re PR fortran/57906 (Coarray components: Assignment optimized away (gfortran....
Tobias Burnus
1
-0
/
+1
2013-05-29
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-10
/
+8
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
[next]