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
2023-08-01
Daily bump.
GCC Administrator
1
-0
/
+5
2023-07-31
OpenACC 2.7: host_data must have use_device clause requirement
Chung-Lin Tang
1
-0
/
+6
2023-07-29
Daily bump.
GCC Administrator
1
-0
/
+8
2023-07-28
Fortran: do not pass hidden character length for TYPE(*) dummy [PR110825]
Harald Anlauf
2
-1
/
+3
2023-07-28
Daily bump.
GCC Administrator
1
-0
/
+6
2023-07-27
OpenMP/Fortran: Extend reject code between target + teams [PR71065, PR110725]
Tobias Burnus
2
-33
/
+27
2023-07-27
Daily bump.
GCC Administrator
1
-0
/
+7
2023-07-26
Fortran: diagnose strings of non-constant length in DATA statements [PR68569]
Harald Anlauf
1
-1
/
+21
2023-07-26
Daily bump.
GCC Administrator
1
-0
/
+11
2023-07-25
OpenMP/Fortran: Reject declarations between target + teams
Tobias Burnus
3
-10
/
+30
2023-07-25
Daily bump.
GCC Administrator
1
-0
/
+10
2023-07-24
OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065]
Tobias Burnus
3
-1
/
+72
2023-07-21
Daily bump.
GCC Administrator
1
-0
/
+12
2023-07-20
Fortran: fix wrong rebase that broke bootstrap
Francois-Xavier Coudert
1
-86
/
+0
2023-07-20
Fortran: add IEEE_QUIET_* and IEEE_SIGNALING_* comparisons
Francois-Xavier Coudert
2
-0
/
+178
2023-07-20
Daily bump.
GCC Administrator
1
-0
/
+8
2023-07-19
OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ...
Tobias Burnus
1
-10
/
+8
2023-07-18
Daily bump.
GCC Administrator
1
-0
/
+140
2023-07-17
Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658]
Harald Anlauf
1
-1
/
+6
2023-07-17
OpenMP/Fortran: Parsing support for 'uses_allocators'
Tobias Burnus
6
-19
/
+224
2023-07-17
fortran: Pass pre-calculated class container argument [pr110618]
Mikael Morin
5
-12
/
+18
2023-07-17
fortran: Use pre-evaluated class container if available [PR110618]
Mikael Morin
2
-22
/
+41
2023-07-17
fortran: Factor scalar descriptor generation
Mikael Morin
1
-21
/
+16
2023-07-17
fortran: Outline virtual table pointer evaluation
Mikael Morin
1
-11
/
+22
2023-07-17
fortran: Remove redundant argument in get_var_descr
Mikael Morin
1
-5
/
+4
2023-07-17
fortran: Inline variable definition
Mikael Morin
1
-9
/
+7
2023-07-17
fortran: Push final procedure expr gen close to its one usage.
Mikael Morin
1
-17
/
+20
2023-07-17
fortran: Push element size expression generation close to its usage
Mikael Morin
1
-14
/
+11
2023-07-17
fortran: Reuse final procedure pointer expression
Mikael Morin
1
-6
/
+5
2023-07-17
fortran: Add missing cleanup blocks
Mikael Morin
1
-1
/
+5
2023-07-17
fortran: Inline gfc_build_final_call
Mikael Morin
1
-41
/
+25
2023-07-17
fortran: Outline data reference descriptor evaluation
Mikael Morin
1
-46
/
+63
2023-07-17
fortran: Outline element size evaluation
Mikael Morin
1
-14
/
+30
2023-07-17
fortran: Outline final procedure pointer evaluation
Mikael Morin
1
-6
/
+21
2023-07-17
fortran: Remove commented out assertion
Mikael Morin
1
-1
/
+0
2023-07-15
Daily bump.
GCC Administrator
1
-0
/
+40
2023-07-14
fortran: Reorder array argument evaluation parts [PR92178]
Mikael Morin
2
-20
/
+68
2023-07-14
fortran: Factor data references for scalar class argument wrapping [PR92178]
Mikael Morin
4
-0
/
+63
2023-07-14
fortran: defer class wrapper initialization after deallocation [PR92178]
Mikael Morin
1
-1
/
+17
2023-07-14
Daily bump.
GCC Administrator
1
-0
/
+6
2023-07-13
fortran: Release symbols in reversed order [PR106050]
Mikael Morin
1
-1
/
+1
2023-07-13
Daily bump.
GCC Administrator
1
-0
/
+15
2023-07-12
gfortran: Allow ref'ing PDT's len() in parameter-initializer.
Andre Vehreschild
3
-16
/
+73
2023-07-12
Daily bump.
GCC Administrator
1
-0
/
+8
2023-07-11
Fortran: formal symbol attributes for intrinsic procedures [PR110288]
Harald Anlauf
1
-0
/
+7
2023-07-09
Daily bump.
GCC Administrator
1
-0
/
+26
2023-07-08
Fortran: Fix default type bugs in gfortran [PR99139, PR99368]
Paul Thomas
2
-5
/
+39
2023-07-08
Fortran: fixes for procedures with ALLOCATABLE,INTENT(OUT) arguments [PR92178]
Harald Anlauf
1
-5
/
+49
2023-07-08
Fortran: simplification of FINDLOC for constant complex arguments [PR110585]
Harald Anlauf
1
-0
/
+5
2023-07-06
Daily bump.
GCC Administrator
1
-0
/
+5
[next]