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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-15
PR 48915 Clarify _gfortran_set_options documentation
Janne Blomqvist
2
-1
/
+7
2011-05-14
lang.opt (fdump-core): Re-add as ignored option for backward compatibility.
Tobias Burnus
2
-0
/
+9
2011-05-14
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
2
-0
/
+7
2011-05-14
PR 48915 Update mixed-language programming documentation
Janne Blomqvist
1
-1
/
+1
2011-05-14
PR 48915 Update mixed-language programming documentation
Janne Blomqvist
2
-7
/
+13
2011-05-14
re PR fortran/22572 (Double occurrence of matmul intrinsic not optimised)
Thomas Koenig
2
-18
/
+43
2011-05-14
invoke.texi (-Ofast): Also enables -fstack-arrays.
Tobias Burnus
3
-15
/
+26
2011-05-14
PR 48915 Abort handling
Janne Blomqvist
8
-49
/
+38
2011-05-14
Error printing thread safety, remove GFORTRAN_USE_STDERR
Janne Blomqvist
2
-9
/
+4
2011-05-13
re PR fortran/48972 (OPEN with Unicode file name)
Tobias Burnus
2
-3
/
+20
2011-05-12
re PR fortran/48972 (OPEN with Unicode file name)
Tobias Burnus
2
-0
/
+10
2011-05-11
re PR fortran/48889 (f951: internal compiler error: in gfc_is_constant_expr, ...
Tobias Burnus
2
-5
/
+15
2011-05-07
langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...
Eric Botcazou
2
-4
/
+8
2011-05-07
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
6
-19
/
+61
2011-05-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
4
-11
/
+49
2011-05-06
re PR fortran/48858 (Incorrect error for same binding label on two generic in...
Tobias Burnus
6
-6
/
+45
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
4
-12
/
+15
2011-05-05
tree.h (get_pending_sizes): Remove prototype.
Eric Botcazou
2
-6
/
+5
2011-05-04
remove gfc_chainon_list
Nathan Froyd
3
-16
/
+5
2011-05-04
re PR fortran/48864 (-Ofast should imply -fno-protect-parens)
Tobias Burnus
3
-2
/
+14
2011-05-04
tree.h (build_function_type_array): Declare.
Nathan Froyd
4
-34
/
+39
2011-05-04
trans-array.c (gfc_trans_array_constructor_value): Use size_int for bounds of...
Richard Guenther
9
-30
/
+66
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
2
-1
/
+6
2011-05-03
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
2
-12
/
+204
2011-05-03
re PR fortran/48720 (quad precision literals do not work)
Steven G. Kargl
7
-7
/
+86
2011-04-30
dump-prase-tree.c (show_code_node): Set the current namespace to the BLOCK be...
Thomas Koenig
2
-0
/
+11
2011-04-30
re PR fortran/48821 (IMPORT :: dummy_arg is rejected, while "IMPORT" imports...
Tobias Burnus
1
-1
/
+1
2011-04-30
re PR fortran/48800 (ICE with non-allocatable/pointer deferred-shape array)
Tobias Burnus
2
-1
/
+7
2011-04-30
re PR fortran/48746 (Matmul with allocate on assignment)
Paul Thomas
2
-6
/
+46
2011-04-29
re PR fortran/48462 (realloc on assignment: matmul Segmentation Fault with Al...
Paul Thomas
2
-6
/
+18
2011-04-29
re PR fortran/48810 ([OOP] TPB rejected because module procedure is private)
Tobias Burnus
2
-3
/
+22
2011-04-29
misc.c (gnat_handle_option): Set warn_maybe_uninitialized.
Michael Matz
2
-0
/
+5
2011-04-28
re PR fortran/48112 (generic interface to external function in module)
Tobias Burnus
4
-10
/
+37
2011-04-27
re PR fortran/48788 (ICE: SIGSEGV in resolve_global_procedure (resolve.c:2190...
Tobias Burnus
2
-1
/
+7
2011-04-26
decl.c (gfc_match_end): Check that the block name starts with "block@".
Thomas Koenig
3
-2
/
+12
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
[prev]
[next]