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
2015-04-10
trans-stmt.c (gfc_trans_lock_unlock): Implement -fcoarray=lib version; reject...
Tobias Burnus
4
-9
/
+166
2015-04-10
re PR fortran/56674 (ICE in check_sym_interfaces)
Mikael Morin
4
-4
/
+20
2015-04-09
re PR fortran/56852 (ICE on invalid: "Bad array reference" for an undeclared ...
Paul Thomas
2
-20
/
+44
2015-04-07
re PR fortran/65548 (gfc_conv_procedure_call)
Andre Vehreschild
2
-2
/
+13
2015-03-30
re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043)
Jakub Jelinek
2
-1
/
+23
2015-03-25
Fix regression introduced at revision 221586.
Mikael Morin
3
-0
/
+16
2015-03-24
re PR fortran/55901 ([OOP] type is (character(len=*)) misinterpreted as array)
Andre Vehreschild
2
-40
/
+85
2015-03-24
re PR fortran/64787 (Invalid code on sourced allocation of class(*) character...
Andre Vehreschild
10
-388
/
+833
2015-03-24
gfortran.texi (_gfortran_caf_sync_memory): Improve wording.
Iain Sandoe
2
-2
/
+7
2015-03-23
re PR fortran/64952 (Missing temporary in assignment from elemental function)
Paul Thomas
6
-2
/
+116
2015-03-22
re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...
Jerry DeLisle
2
-0
/
+18
2015-03-21
Fix ChangeLog year
Mikael Morin
1
-1
/
+1
2015-03-21
Put @{xxx} in one line
H.J. Lu
2
-2
/
+7
2015-03-21
2015-03-21 Tobias Burnus <burnus@net-b.de>
Tobias Burnus
2
-5
/
+286
2015-03-21
trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented coindexed coar...
Tobias Burnus
2
-1
/
+61
2015-03-17
re PR fortran/59198 (ICE on cyclically dependent polymorphic types)
Paul Thomas
2
-2
/
+26
2015-03-17
re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...
Jerry DeLisle
2
-36
/
+101
2015-03-16
resolve.c: Prevent segfault on illegal input.
Andre Vehreschild
2
-0
/
+8
2015-03-14
re PR fortran/61138 (Wrong code with pointer-bounds remapping)
Mikael Morin
2
-0
/
+9
2015-03-11
PR 65200 Handle EPERM in addition to EACCES.
Janne Blomqvist
2
-0
/
+23
2015-03-10
re PR fortran/65024 ([OOP] unlimited polymorphic pointer structure not built ...
Paul Thomas
2
-2
/
+11
2015-03-10
trans.h (caf_sync_memory): New function decl tree.
Alessandro Fanfarillo
4
-33
/
+27
2015-03-08
re PR fortran/60898 (model compile error with gfortran 4.7 and gcc 4.9)
Mikael Morin
2
-4
/
+13
2015-03-02
check.c (gfc_check_atomic): Properly check for coarrayness and for being coin...
Tobias Burnus
2
-1
/
+6
2015-02-26
Fix LTO bootstrap.
Martin Liska
2
-5
/
+10
2015-02-24
[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.
Thomas Schwinge
3
-18
/
+32
2015-02-22
re PR fortran/64980 (ICE in trans-expr.c)
Bernd Edlinger
2
-8
/
+10
2015-02-13
re PR fortran/64506 (FORMAT Parse Error with Continuation Line)
Jerry DeLisle
2
-5
/
+25
2015-02-12
re PR fortran/64932 (ICE in gfc_conv_descriptor_data_get for generated finali...
Paul Thomas
2
-5
/
+47
2015-02-08
Use the local name instead of the original name in the check for name conflic...
Mikael Morin
2
-4
/
+14
2015-02-06
re PR fortran/63205 ([OOP] Wrongly rejects type = class (for identical decla...
Paul Thomas
5
-19
/
+267
2015-02-06
re PR fortran/60289 (allocating class(*) pointer as character gives type-spec...
Andre Vehreschild
3
-2
/
+27
2015-02-05
re PR fortran/64943 (No error on ultimate allocatable components in IO list)
Tobias Burnus
2
-3
/
+14
2015-02-05
re PR fortran/64757 (ICE in fold_convert_loc, at fold-const.c:2353)
Paul Thomas
1
-1
/
+1
2015-02-05
2015-02-05 Paul Thomas <pault@gcc.gnu.org>
Paul Thomas
3
-3
/
+66
2015-02-04
dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran03 and DW_LANG_Fort...
Jakub Jelinek
2
-0
/
+12
2015-02-03
intrinsic.texi (CO_ASSOCIATED): c_prt_1 should be c_ptr_1.
Steven G. Kargl
2
-2
/
+5
2015-02-02
trans-decl.c (gfc_get_symbol_decl): Removed duplicate code.
Andre Vehreschild
3
-22
/
+27
2015-02-01
Always pass 0 or option number to gfc_warning*.
Joseph Myers
23
-119
/
+109
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
5
-5
/
+13
2015-01-29
intrinsic.texi (CO_BROADCAST): Correct argument description.
Tobias Burnus
2
-1
/
+5
2015-01-27
re PR fortran/63861 (OpenACC coarray ICE (also with OpenMP?))
Tobias Burnus
3
-9
/
+26
2015-01-27
re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z...
Rainer Orth
2
-3
/
+7
2015-01-26
re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)
Paul Thomas
2
-3
/
+13
2015-01-26
re PR fortran/64771 (ICE(segfault) when passing coarrays around; ICE in gfc_z...
Tobias Burnus
2
-3
/
+21
2015-01-26
io.c (gfc_match_inquire): Replace "-1" by a defined constant.
Tobias Burnus
2
-1
/
+5
2015-01-26
re PR fortran/64230 (Invalid memory reference in a compiler-generated finaliz...
Janus Weil
2
-8
/
+35
2015-01-25
re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)
Mikael Morin
3
-130
/
+14
2015-01-24
parse.c (gfc_parse_file): Fix two-location gfc_error call.
Tobias Burnus
2
-1
/
+5
2015-01-23
Remove false positives for warnings that break LTO profiled
Martin Liska
4
-4
/
+22
[next]