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
2010-05-06
Add support for C++0x nullptr.
Jason Merrill
1
-4
/
+4
2010-05-06
re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)
Manuel López-Ibáñez
3
-3
/
+10
2010-05-06
re PR fortran/43985 (ICE when assumed size cray-pointee passed as argument)
Tobias Burnus
2
-3
/
+12
2010-05-05
resolve.c (traverse_data_list): Rephrase error message for non-constant bound...
Daniel Franke
2
-7
/
+14
2010-05-05
re PR fortran/24978 (ICE in gfc_assign_data_value_range)
Daniel Franke
8
-205
/
+49
2010-05-05
re PR fortran/43696 ([OOP] Bogus error: Passed-object dummy argument must not...
Janus Weil
3
-2
/
+21
2010-05-03
re PR fortran/43592 (Unexpected INTERFACE statement in INTERFACE block at (1))
Steven G. Kargl
2
-2
/
+7
2010-05-02
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
4
-37
/
+75
2010-04-30
2010-04-30 Tobias Burnus Mburnus@net-b.de>
Tobias Burnus
2
-5
/
+10
2010-04-29
[multiple changes]
Paul Thomas
14
-443
/
+780
2010-04-28
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
2
-0
/
+13
2010-04-27
gfc-internals.texi: Update copyright year.
Tobias Burnus
4
-3
/
+9
2010-04-27
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
6
-40
/
+98
2010-04-24
re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)
Steven G. Kargl
2
-1
/
+8
2010-04-24
re PR fortran/43832 (OPEN statement not diagnosing missing unit number)
Jerry DeLisle
2
-2
/
+11
2010-04-24
re PR fortran/43841 (Missing temporary for ELEMENTAL function call)
Paul Thomas
4
-7
/
+23
2010-04-22
re PR fortran/43829 (Scalarization of reductions)
Richard Guenther
3
-4
/
+27
2010-04-21
re PR fortran/43836 (ice with -fexceptions and -fopenmp)
Jakub Jelinek
2
-1
/
+8
2010-04-20
intrinsic.c (sort_actual): Remove 'is' in error message.
Harald Anlauf
2
-1
/
+5
2010-04-20
re PR fortran/43227 (ICE: segmentation fault in mio_expr)
Paul Thomas
3
-4
/
+28
2010-04-19
re PR fortran/43339 (Incorrect output for pgm checking data sharing attributes)
Jakub Jelinek
2
-15
/
+20
2010-04-18
fold-const.c (fold_comparison): Use ssizetype.
Eric Botcazou
2
-8
/
+13
2010-04-17
re PR fortran/31538 (misleading bounds check error)
Steven G. Kargl
4
-11
/
+32
2010-04-17
gfortran.texi: Update information on temporary file locations.
Jerry DeLisle
2
-2
/
+6
2010-04-16
trans-decl.c (gfc_build_qualified_array): Ensure ubound.N and lbound.N artifi...
Jakub Jelinek
2
-10
/
+31
2010-04-15
re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)
Steven G. Kargl
2
-4
/
+9
2010-04-15
trans-decl.c (gfc_build_qualified_array): Clear DECL_IGNORED_P on VAR_DECL LB...
Jakub Jelinek
2
-11
/
+15
2010-04-14
Add ChangeLog entry for my previous commit.
Steven G. Kargl
1
-0
/
+8
2010-04-14
intrinsic.texi: Add the missing specific name of intrinsic procedure where th...
Steven G. Kargl
1
-60
/
+147
2010-04-14
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
9
-16
/
+838
2010-04-14
re PR fortran/43747 (ICE in find_array_section, at fortran/expr.c:1551)
Jerry DeLisle
3
-2
/
+20
2010-04-13
re PR other/31400 (enable static linking of support libraries through -static...
Iain Sandoe
2
-2
/
+10
2010-04-13
[multiple changes]
Jerry DeLisle
32
-2618
/
+2549
2010-04-10
re PR fortran/43591 (PPC: internal compiler error: in gfc_traverse_expr, at f...
Tobias Burnus
2
-1
/
+15
2010-04-09
re PR bootstrap/43684 (multiple 'set but not used' errors.)
Iain Sandoe
2
-2
/
+17
2010-04-09
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
13
-93
/
+821
2010-04-09
re PR fortran/28039 (Warn when ignoring extra characters in the format specif...
Bud Davis
2
-7
/
+32
2010-04-08
module.c (use_iso_fortran_env_module): Fix standard check.
Tobias Burnus
2
-4
/
+12
2010-04-07
tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...
Jakub Jelinek
2
-30
/
+15
2010-04-07
PR fortran/40539 Document LOGICAL representation
Janne Blomqvist
2
-6
/
+37
2010-04-07
diagnostic.h (diagnostic_override_option_index): New macro to set a diagnosti...
Simon Baldwin
2
-6
/
+12
2010-04-07
invoke.texi (-fargument-alias, [...]): Remove.
Richard Guenther
2
-3
/
+4
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
7
-2
/
+74
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
5
-44
/
+35
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
11
-51
/
+494
2010-04-06
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus
5
-7
/
+85
2010-04-06
re PR fortran/39997 (Procedure(), pointer & implicit typing: rejects-valid /...
Tobias Burnus
19
-33
/
+720
2010-04-06
re PR fortran/43178 (Pointless resetting to NULL for local ALLOCATABLEs)
Tobias Burnus
7
-48
/
+114
2010-04-02
Make-lang.in, [...]: Update copyright years.
Steven Bosscher
1
-2
/
+2
2010-04-01
ioparm.def: Update copyright.
Paul Thomas
25
-26
/
+37
[next]