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
/
trans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-15
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-0
/
+96
2013-06-07
re PR fortran/57556 ([OOP] ICE with move_alloc on polymorphic component with ...
Tobias Burnus
1
-1
/
+1
2013-06-06
re PR fortran/57542 ([OOP] ICE on FINALization with specific options)
Tobias Burnus
1
-2
/
+4
2013-06-04
re PR fortran/37336 ([F03] Finish derived-type finalization)
Tobias Burnus
1
-128
/
+221
2013-03-31
2013-03-31 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-7
/
+16
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
trans.c (gfc_build_final_call): New function.
Tobias Burnus
1
-1
/
+111
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-12-20
array.c (resolve_array_list): Apply C4106.
Paul Thomas
1
-17
/
+23
2012-10-27
trans.c (gfc_allocate_allocatable): Revert accidental commit.
Thomas Koenig
1
-16
/
+12
2012-10-21
re PR fortran/54465 (Implement -Wextra for Fortran)
Thomas Koenig
1
-12
/
+16
2012-09-15
arith.c (arith_power): Call gfc_free_expr in case of error.
Tobias Burnus
1
-0
/
+1
2012-07-11
expr.h (can_move_by_pieces): Move prototype from here ...
Steven Bosscher
1
-1
/
+0
2012-05-31
re PR fortran/53521 (Memory leak with zero-sized array constructor)
Tobias Burnus
1
-13
/
+1
2012-03-06
f95-lang.c (yyerror, yylex): Remove.
Steven Bosscher
1
-4
/
+4
2012-01-06
2012-01-06 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
1
-25
/
+119
2011-12-11
re PR fortran/41539 ([OOP] Calling function which takes CLASS: Rank compariso...
Paul Thomas
1
-3
/
+25
2011-10-18
re PR fortran/50420 ([Coarray] lcobound doesn't accept coarray subcomponents)
Mikael Morin
1
-1
/
+8
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-11
/
+15
2011-09-08
re PR fortran/44646 ([F08] Implement DO CONCURRENT)
Tobias Burnus
1
-0
/
+4
2011-08-18
re PR fortran/50071 (gfortran does not distinguish labels in different type s...
Mikael Morin
1
-0
/
+1
2011-08-02
trans-array.c (gfc_array_allocate): Pass token to gfc_allocate_allocatable fo...
Tobias Burnus
1
-10
/
+11
2011-08-02
backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...
Jakub Jelinek
1
-0
/
+1
2011-07-27
re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...
Daniel Carrera
1
-63
/
+50
2011-07-21
trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...
Daniel Carrera
1
-86
/
+102
2011-07-19
tree.h (fold_build_pointer_plus_loc): New helper function.
Richard Guenther
1
-3
/
+1
2011-07-07
trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...
Tobias Burnus
1
-2
/
+5
2011-07-06
trans-array.c (gfc_array_allocate): Rename allocatable_array
Daniel Carrera
1
-16
/
+36
2011-06-20
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+5
2011-06-09
trans.c (gfc_allocate_array_with_status): Mark error path as unlikely.
Richard Guenther
1
-3
/
+4
2011-05-31
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-6
/
+11
2011-05-29
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+1
2011-05-19
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+7
2011-05-04
remove gfc_chainon_list
Nathan Froyd
1
-13
/
+0
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-3
/
+3
2011-04-18
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-5
/
+17
2011-02-23
re PR fortran/40850 (double free in nested types with allocatable components)
Mikael Morin
1
-1
/
+12
2010-12-15
Better error message for malloc() failure
Janne Blomqvist
1
-4
/
+4
2010-12-15
PR 28105 Remove size<0 checks before calling malloc/realloc
Janne Blomqvist
1
-70
/
+10
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-1
/
+1
2010-10-26
re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...
Janus Weil
1
-0
/
+97
2010-10-15
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-24
/
+45
2010-10-06
trans.c (gfc_restore_backend_locus): New function.
Mikael Morin
1
-3
/
+14
2010-10-04
f95-lang.c (current_translation_unit): New global variable.
Richard Guenther
1
-2
/
+0
2010-09-10
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-4
/
+6
2010-09-03
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-98
/
+118
2010-08-07
interface.c (compare_actual_formal): Use XALLOCAVEC instead of alloca.
Nathan Froyd
1
-1
/
+1
2010-07-29
re PR fortran/45004 ([OOP] Segfault with allocatable scalars and move_alloc)
Janus Weil
1
-5
/
+9
2010-07-27
re PR fortran/40873 (-fwhole-file -fwhole-program: Wrong decls cause too much...
Tobias Burnus
1
-1
/
+1
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-3
/
+3
[next]