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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-14
Fortran: resolve.c - remove '*XCNEW' based nullifying
Tobias Burnus
1
-1
/
+0
2021-06-04
Fortran/OpenMP: Add omp loop [PR99928]
Tobias Burnus
1
-0
/
+10
2021-06-01
Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]
Tobias Burnus
1
-0
/
+10
2021-05-17
OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORKSHARE [PR100633]
Tobias Burnus
1
-0
/
+6
2021-05-14
Fortran/OpenMP: Support 'omp parallel master'
Tobias Burnus
1
-0
/
+3
2021-05-14
Fortran/OpenMP: Handle implicit SAVE for variables in main
Tobias Burnus
1
-2
/
+4
2021-04-21
Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'
Tobias Burnus
1
-0
/
+1
2021-04-16
Fortran: Fix ICE due to referencing a NULL pointer [PR100018]
José Rui Faustino de Sousa
1
-0
/
+1
2021-03-24
Fortran: Extend buffer, use snprintf to avoid overflows [PR99369]
Tobias Burnus
1
-37
/
+45
2021-03-22
Fortran: Fix 'name' bound size [PR99688]
Tobias Burnus
1
-1
/
+1
2021-03-12
Fortran/OpenMP: Accept implicit-save DATA vars for threadprivate [PR99514]
Tobias Burnus
1
-5
/
+5
2021-02-23
Fortran: Fix for class defined operators [PR99124].
Paul Thomas
1
-1
/
+10
2021-01-25
Fortran: Fix deferred character lengths in array constructors [PR98517].
Paul Thomas
1
-1
/
+2
2021-01-21
Fortran: This patch fixes comments 23 and 24 of PR96320.
Paul Thomas
1
-1
/
+2
2021-01-14
PR fortran/93340 - fix missed substring simplifications
Harald Anlauf
1
-3
/
+3
2021-01-14
PR fortran/98661 - valgrind issues with error recovery
Harald Anlauf
1
-0
/
+4
2021-01-14
Revert "PR fortran/98661 - valgrind issues with error recovery"
Harald Anlauf
1
-23
/
+7
2021-01-14
PR fortran/98661 - valgrind issues with error recovery
Harald Anlauf
1
-7
/
+23
2021-01-07
Fortran: Improve resolution of associate variables. [PR93701].
Paul Thomas
1
-0
/
+9
2021-01-06
PR fortran/78746 - invalid access after error recovery
Harald Anlauf
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-27
Fortran: Fix some select rank issues [PR97694 and 97723].
Paul Thomas
1
-2
/
+3
2020-12-18
As well as the PR this patch fixes problems in handling class objects
Paul Thomas
1
-1
/
+1
2020-12-17
Fortran: Delay vtab generation until after parsing [PR92587]
Tobias Burnus
1
-0
/
+3
2020-12-16
PR fortran/98284 - ICE in get_array_index
Harald Anlauf
1
-0
/
+7
2020-12-08
Fortran: Add 'omp scan' support of OpenMP 5.0
Tobias Burnus
1
-0
/
+1
2020-12-05
Fortran: flag formal argument before resolving an array spec [PR98016].
Paul Thomas
1
-0
/
+4
2020-11-25
PR fortran/85796 - Floating point exception with implied do
Harald Anlauf
1
-2
/
+9
2020-11-03
Fortran: Add !GCC$ attributes DEPRECATED
Tobias Burnus
1
-0
/
+20
2020-10-30
Fortran: Update omp atomic for OpenMP 5
Tobias Burnus
1
-5
/
+2
2020-10-27
PR fortran/97491 - Wrong restriction for VALUE arguments of pure procedures
Harald Anlauf
1
-0
/
+1
2020-10-14
Fortran : ICE in build_field PR95614
Mark Eggleston
1
-0
/
+7
2020-09-28
Revert "Fortran : ICE in build_field PR95614"
Mark Eggleston
1
-7
/
+0
2020-09-27
Fortran : ICE in build_field PR95614
Mark Eggleston
1
-0
/
+7
2020-09-09
Fortran: Fixes for OpenMP loop-iter privatization (PRs 95109 + 94690)
Tobias Burnus
1
-0
/
+2
2020-09-07
Fortran: Fixes for pointer function call as variable (PR96896)
Tobias Burnus
1
-1
/
+3
2020-09-07
fortran: Fix arg types of _gfortran_is_extension_of
Francois-Xavier Coudert
1
-0
/
+6
2020-09-01
Fortran : ICE on invalid code PR95398
Mark Eggleston
1
-1
/
+3
2020-08-10
This patch fixes PR96102. See the explanatory comment in the testcase.
Paul Thomas
1
-0
/
+10
2020-07-13
Fortran : accepts pointer initialization of DT dummy args PR45337
Mark Eggleston
1
-2
/
+1
2020-07-10
PR fortran/95980 - ICE in get_unique_type_string, at fortran/class.c:485
Harald Anlauf
1
-5
/
+14
2020-07-10
PR fortran/96086 - ICE in gfc_match_select_rank, at fortran/match.c:6645
Harald Anlauf
1
-1
/
+3
2020-07-08
PR fortran/96085 - ICE in gfc_finish_var_decl, at fortran/trans-decl.c:694
Harald Anlauf
1
-0
/
+1
2020-07-06
PR fortran/95980 - ICE on using sync images with -fcheck=bounds
Harald Anlauf
1
-1
/
+2
2020-07-06
PR fortran/95709 - ICE in gfc_resolve_code, at fortran/resolve.c:11807
Harald Anlauf
1
-4
/
+12
2020-07-05
Test global identifiers against what is specified interfaces.
Thomas Koenig
1
-0
/
+1
2020-07-02
PR fortran/93423 - ICE on invalid with argument list for module procedure
Harald Anlauf
1
-1
/
+1
2020-07-01
Fortran : Fortran translation issues PR52279
Mark Eggleston
1
-8
/
+8
2020-07-01
Fortran : False positive for optional arguments PR95446
Mark Eggleston
1
-6
/
+22
2020-06-30
PR fortran/88379 - ICE with allocatable coarray, class and associate
Harald Anlauf
1
-1
/
+1
[next]