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
/
trans-decl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-06
trans-array.c (gfc_array_allocate): Rename allocatable_array
Daniel Carrera
1
-1
/
+2
2011-06-21
cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...
Andrew MacLeod
1
-1
/
+1
2011-06-10
trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...
Daniel Carrera
1
-5
/
+5
2011-06-02
re PR fortran/49268 (Invalid code generated for assumed-size Cray pointee)
Asher Langton
1
-1
/
+5
2011-05-31
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-1
/
+10
2011-05-26
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-5
/
+175
2011-05-15
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-3
/
+4
2011-05-14
PR 48915 Abort handling
Janne Blomqvist
1
-1
/
+4
2011-05-07
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-9
/
+33
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
1
-1
/
+1
2011-05-05
tree.h (get_pending_sizes): Remove prototype.
Eric Botcazou
1
-6
/
+0
2011-05-04
tree.h (build_function_type_array): Declare.
Nathan Froyd
1
-12
/
+9
2011-05-04
trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...
Richard Guenther
1
-3
/
+3
2011-04-19
trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of...
Martin Jambor
1
-1
/
+1
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
1
-1
/
+1
2011-04-17
re PR fortran/48624 (gfortran DECL issues in function declaration)
Tobias Burnus
1
-18
/
+0
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
1
-1
/
+1
2011-04-10
Remove doubled up words.
Mike Stump
1
-2
/
+2
2011-04-04
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+16
2011-03-27
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
1
-0
/
+124
2011-02-22
re PR fortran/45743 (gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: i...
Paul Thomas
1
-0
/
+18
2011-02-20
re PR fortran/47797 (Debug: Odd first break point for subroutine breakp w/ al...
Tobias Burnus
1
-3
/
+25
2011-02-20
re PR fortran/45077 (ICE with -fwhole-file in fold_convert_loc, at fold-const...
Paul Thomas
1
-23
/
+63
2011-02-09
re PR fortran/47637 ([OOP] Memory leak involving INTENT(OUT) CLASS argument w...
Janus Weil
1
-0
/
+26
2011-01-28
re PR fortran/45170 ([F2003] allocatable character lengths)
Paul Thomas
1
-15
/
+129
2011-01-27
re PR fortran/47474 (Wrong code with allocatable scalar, allocatable componen...
Tobias Burnus
1
-5
/
+7
2011-01-23
re PR fortran/47421 (Wrong-code: Value of scalar ALLOCATABLE CHARACTER(len=n)...
Tobias Burnus
1
-3
/
+4
2011-01-13
re PR fortran/47260 (DLLEXPORT: TREE_PUBLIC for procedures lost between trans...
Kai Tietz
1
-15
/
+15
2011-01-05
re PR fortran/47024 ([OOP] STORAGE_SIZE (for polymorphic types): Segfault at ...
Janus Weil
1
-3
/
+18
2010-11-28
re PR fortran/46678 (Wrong code with strings)
Tobias Burnus
1
-1
/
+1
2010-11-25
re PR fortran/46581 ([OOP] segfault in SELECT TYPE with associate-name)
Janus Weil
1
-97
/
+4
2010-11-13
re PR fortran/45742 (VOLATILE has no effect)
Tobias Burnus
1
-0
/
+10
2010-11-09
re PR fortran/46313 ([OOP] class container naming collisions)
Janus Weil
1
-1
/
+1
2010-11-09
re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)
Jerry DeLisle
1
-2
/
+3
2010-11-03
builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.
Nathan Froyd
1
-2
/
+1
2010-11-02
2010-11-02 Steven G.
Steven G. Kargl
1
-0
/
+2
2010-10-26
re PR fortran/42647 ([F03] Missed initialization/dealloc of allocatable scala...
Janus Weil
1
-3
/
+4
2010-10-21
re PR fortran/46079 (ABI for empty stop statement broken)
Jerry DeLisle
1
-0
/
+7
2010-10-06
trans.c (gfc_restore_backend_locus): New function.
Mikael Morin
1
-10
/
+10
2010-10-04
f95-lang.c (current_translation_unit): New global variable.
Richard Guenther
1
-13
/
+11
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-1
/
+1
2010-09-28
re PR fortran/45756 (Multiple DECL for array valued PARAMETER (-fwhole-file i...
Tobias Burnus
1
-8
/
+9
2010-09-24
re PR fortran/40571 (F2008: ISO_FORTRAN_ENV: Missing constants)
Tobias Burnus
1
-3
/
+17
2010-09-10
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-4
/
+5
2010-09-07
trans.h (gfor_fndecl_clz128, [...]): Remove.
François-Xavier Coudert
1
-18
/
+0
2010-09-02
re PR fortran/45186 (Gfortran 4.5.0 emits wrong linenumbers)
Tobias Burnus
1
-25
/
+30
2010-08-26
re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))
Daniel Kraft
1
-2
/
+11
2010-08-25
trans-decl.c (gfc_build_intrinsic_function_decls): Set TREE_NOTHROW on fndecl...
Jakub Jelinek
1
-1
/
+39
2010-08-21
re PR fortran/45271 ([OOP] Polymorphic code breaks when changing order of USE...
Janus Weil
1
-13
/
+31
2010-08-19
re PR fortran/29785 (Fortran 2003: POINTER Rank Remapping)
Daniel Kraft
1
-30
/
+3
[next]