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/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
/
resolve.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-30
Fortran: Fix a problem with SELECT TYPE selectors [PR104555].
Paul Thomas
1
-0
/
+6
2023-10-27
Fortran: Fix some problems with SELECT TYPE selectors [PR104625].
Paul Thomas
1
-1
/
+28
2023-09-23
fortran: error recovery on duplicate declaration of class variable [PR95710]
Harald Anlauf
1
-1
/
+3
2023-08-23
Fortran: improve diagnostic message for COMMON with automatic object [PR32986]
Harald Anlauf
1
-1
/
+14
2023-08-22
Fortran: implement vector sections in DATA statements [PR49588]
Harald Anlauf
1
-2
/
+3
2023-08-15
Fortran: Avoid accessing gfc_charlen when not looking at BT_CHARACTER (PR 110...
Martin Jambor
1
-2
/
+5
2023-08-09
Fortran: Allow pure final procs contained in pure proc. [PR109684]
Paul Thomas
1
-1
/
+4
2023-07-26
Fortran: diagnose strings of non-constant length in DATA statements [PR68569]
Harald Anlauf
1
-1
/
+21
2023-07-08
Fortran: Fix default type bugs in gfortran [PR99139, PR99368]
Paul Thomas
1
-1
/
+2
2023-06-28
Fortran: Enable class expressions in structure constructors [PR49213]
Paul Thomas
1
-1
/
+4
2023-06-21
Fortran: Fix some bugs in associate [PR87477]
Paul Thomas
1
-3
/
+4
2023-06-08
Fortran: Fix some more blockers in associate meta-bug [PR87477]
Paul Thomas
1
-4
/
+11
2023-06-02
Fortran: fix diagnostics for SELECT RANK [PR100607]
Steve Kargl
1
-6
/
+4
2023-06-02
Fortran: Fix some problems blocking associate meta-bug [PR87477]
Paul Thomas
1
-1
/
+2
2023-05-26
Fortran/OpenMP: Add parsing support for allocators/allocate directives
Tobias Burnus
1
-0
/
+6
2023-05-23
Fortran: Fix assumed length chars and len inquiry [PR103716]
Paul Thomas
1
-1
/
+3
2023-05-19
fortran: Use CLASS_DATA from gfortran.h
Bernhard Reutner-Fischer
1
-3
/
+3
2023-05-18
Fortran: Narrow return types [PR78798]
Bernhard Reutner-Fischer
1
-11
/
+11
2023-05-16
Fortran: Fix an assortment of bugs
Paul Thomas
1
-0
/
+11
2023-05-08
fortran: Fix coding style around free()
Bernhard Reutner-Fischer
1
-1
/
+1
2023-05-08
fortran: Remove conditionals around free()
Bernhard Reutner-Fischer
1
-2
/
+1
2023-05-05
Fortran: overloading of intrinsic binary operators [PR109641]
Harald Anlauf
1
-0
/
+37
2023-04-28
Fortran: Fix (mostly) comment typos
Tobias Burnus
1
-3
/
+3
2023-04-14
Fortran: Fix an excess finalization during allocation [PR104272]
Paul Thomas
1
-0
/
+3
2023-04-12
Fortran: fix functions with entry and pointer/allocatable result [PR104312]
Harald Anlauf
1
-1
/
+18
2023-04-08
Fortran: Fix some of the bugs in associate [PR87477]
Paul Thomas
1
-6
/
+12
2023-03-22
Fortran: improve checking of FINAL subroutine arguments [PR104572]
Harald Anlauf
1
-0
/
+7
2023-03-21
Fortran: Fix regression caused by PR37336 patch [PR109209]
Paul Thomas
1
-0
/
+1
2023-03-20
Fortran: Allow external function from in an associate block [PR87127]
Paul Thomas
1
-5
/
+29
2023-03-19
Fortran: procedures with BIND(C) attribute require explicit interface [PR85877]
Harald Anlauf
1
-0
/
+10
2023-03-18
Fortran: Fix bugs and missing features in finalization [PR37336]
Paul Thomas
1
-62
/
+293
2023-03-10
Fortran: fix ICE with bind(c) in block data [PR104332]
Harald Anlauf
1
-2
/
+2
2023-02-22
Fortran: reject invalid CHARACTER length of derived type components [PR96024]
Harald Anlauf
1
-0
/
+13
2023-02-21
Fortran: improve checking of character length specification [PR96025]
Harald Anlauf
1
-1
/
+3
2023-02-15
Fortran: error recovery on invalid assumed size reference [PR104554]
Steve Kargl
1
-3
/
+5
2023-02-15
OpenMP/Fortran: Fix loop-iter var privatization with !$OMP LOOP [PR108512]
Tobias Burnus
1
-0
/
+9
2023-02-08
Fortran: error handling of global entity appearing in COMMON block [PR103259]
Steve Kargl
1
-3
/
+9
2023-01-28
Fortran: fix ICE in compare_bound_int [PR108527]
Harald Anlauf
1
-15
/
+14
2023-01-26
Fortran: fix ICE in check_host_association [PR108544]
Harald Anlauf
1
-1
/
+3
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-10
Fortran: Replace simple '.' quotes by %<.%>
Tobias Burnus
1
-5
/
+5
2022-12-09
Fortran: ICE on recursive derived types with allocatable components [PR107872]
Paul Thomas
1
-1
/
+2
2022-12-04
Fortran: error recovery handling invalid CLASS variable [PR107899]
Harald Anlauf
1
-1
/
+1
2022-11-23
Fortran: error recovery on associate with bad selector [PR107577]
Steve Kargl
1
-1
/
+2
2022-11-16
Fortran: error recovery after reference to bad CLASS variable [PR107681]
Harald Anlauf
1
-0
/
+1
2022-11-09
Fortran: avoid NULL pointer dereference on bad EQUIVALENCEs [PR107559]
Harald Anlauf
1
-0
/
+2
2022-10-14
Fortran: fix check of polymorphic elements in data transfers [PR100971]
Harald Anlauf
1
-0
/
+5
2022-10-05
Fortran: Add OpenMP's assume(s) directives
Tobias Burnus
1
-0
/
+5
2022-09-15
Fortran: error recovery for bad deferred character length assignment [PR104314]
Harald Anlauf
1
-0
/
+1
2022-07-19
Fortran: error recovery on invalid array reference of non-array [PR103590]
Harald Anlauf
1
-3
/
+10
[next]