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/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
frontend-passes.c (inserted_block): New variable.
Thomas Koenig
2
-5
/
+43
2011-04-23
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
3
-1
/
+26
2011-04-21
re PR fortran/48405 (Handle expressions in DO loops for front-end optimization)
Thomas Koenig
2
-111
/
+119
2011-04-21
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
2
-1
/
+13
2011-04-20
remove useless if-before-free tests
Jim Meyering
5
-9
/
+12
2011-04-20
re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)
Tobias Burnus
2
-0
/
+8
2011-04-19
Use XCNEWVAR instead of xcalloc
Janne Blomqvist
2
-2
/
+6
2011-04-19
Use XDELETEVEC instead of free
Janne Blomqvist
2
-3
/
+6
2011-04-19
Replace gfc_getmem with XCNEW, XCNEWVEC or xcalloc
Janne Blomqvist
13
-49
/
+47
2011-04-19
re PR fortran/48588 (ICE (segfault) in gfc_get_nodesc_array_type)
Tobias Burnus
2
-10
/
+54
2011-04-19
trans-decl.c (gfc_generate_function_code): Call cgraph_create_node instead of...
Martin Jambor
2
-1
/
+6
2011-04-18
remove now-unused definition of gfc_free
Jim Meyering
3
-11
/
+6
2011-04-18
convert each use of gfc_free (p) to free (p)
Jim Meyering
35
-212
/
+301
2011-04-18
gfortran: remove cpp definition of free, ...
Jim Meyering
2
-1
/
+7
2011-04-18
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
4
-13
/
+33
2011-04-18
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
8
-38
/
+180
2011-04-18
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
2
-40
/
+33
2011-04-17
re PR fortran/48624 (gfortran DECL issues in function declaration)
Tobias Burnus
2
-18
/
+6
2011-04-15
trans-array.c (toplevel): Include gimple.h.
Michael Matz
7
-14
/
+88
2011-04-15
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
2
-4
/
+6
2011-04-14
utils.c (gnat_poplevel): Use block_chainon.
Nathan Froyd
2
-3
/
+7
2011-04-13
ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...
Nathan Froyd
2
-1
/
+6
2011-04-12
re PR fortran/48360 (ICE on array assignment statement with allocatable LHS)
Paul Thomas
2
-0
/
+17
2011-04-12
cgraph.h (cgraph_node): Remove function declaration.
Martin Jambor
2
-1
/
+6
2011-04-11
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
5
-23
/
+107
2011-04-10
Remove doubled up words.
Mike Stump
7
-9
/
+9
2011-04-08
re PR fortran/48448 (Implement -f(no-)frontend-optimization)
Thomas Koenig
6
-5
/
+90
2011-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
2
-1
/
+7
2011-04-05
trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use build_function_type_...
Nathan Froyd
2
-17
/
+26
2011-04-05
The parameters for functions from the frexp family were the wrong way round.
Duncan Sands
2
-3
/
+6
2011-04-04
frontend-passes: (optimize_lexical_comparison): New function.
Thomas Koenig
1
-0
/
+7
2011-04-04
frontend-passes: (optimize_lexical_comparison): New function.
Thomas Koenig
1
-7
/
+72
2011-04-04
re PR fortran/48412 (CP2K miscompiled due to some Fortran frontend pass)
Thomas Koenig
2
-4
/
+10
2011-04-04
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
12
-132
/
+446
2011-04-03
re PR middle-end/48422 (bootstrap failure for i686-*-* targets by ICE)
Kai Tietz
2
-1
/
+7
2011-04-01
re PR fortran/48352 (segfault in fortran/frontend-passes.c)
Thomas Koenig
2
-1
/
+14
2011-03-30
re PR fortran/47516 (testsuite failure: realloc_on_assign_2.f03 (with --disab...
Michael Matz
2
-11
/
+19
2011-03-29
re PR fortran/48095 ([OOP] Invalid assignment to procedure pointer component ...
Janus Weil
4
-10
/
+18
2011-03-29
function_optimize_1.f90: Add -Warray-temporaries, check for corresponding war...
Thomas Koenig
2
-1
/
+8
2011-03-27
re PR fortran/47065 (Replace trim(a) by a(1:len_trim(a)))
Thomas Koenig
2
-29
/
+44
2011-03-27
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
12
-31
/
+394
2011-03-26
re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...
Janus Weil
2
-3
/
+9
2011-03-25
Changelog c-family/
Kai Tietz
2
-3
/
+8
2011-03-25
re PR fortran/48174 (DWARF for subroutine with no args indicates 'varargs')
Tobias Burnus
2
-1
/
+8
2011-03-21
re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)
Thomas Koenig
7
-31
/
+318
2011-03-15
* arith.c (arith_power): Plug memory leak.
Francois-Xavier Coudert
2
-1
/
+5
2011-03-12
re PR fortran/48059 ([OOP] ICE in in gfc_conv_component_ref: character functi...
Janus Weil
2
-0
/
+10
2011-03-12
re PR libfortran/48054 (Documentation for LOG intrinsic function is ambiguous)
Francois-Xavier Coudert
2
-7
/
+15
2011-03-12
re PR fortran/47552 (CTIME: Valgrind warning "depends on uninitialised value")
Francois-Xavier Coudert
2
-1
/
+7
2011-03-11
re PR fortran/47768 (ICE: printing a derived-type variable with proc-pointer ...
Janus Weil
2
-2
/
+15
[next]