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/gfortran-test
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-15
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-15
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
2020-08-31
Daily bump.
GCC Administrator
1
-0
/
+32
2020-08-30
2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>
José Rui Faustino de Sousa
1
-1
/
+41
2020-08-30
2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>
José Rui Faustino de Sousa
1
-0
/
+6
2020-08-30
2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>
José Rui Faustino de Sousa
1
-1
/
+1
2020-08-30
2020-8-21 Steve Kargl <sgk@troutmask.apl.washington.edu>
Steve Kargl
1
-1
/
+1
2020-08-30
2020-8-20 José Rui Faustino de Sousa <jrfsousa@gmail.com>
José Rui Faustino de Sousa
1
-1
/
+4
2020-08-29
Daily bump.
GCC Administrator
1
-0
/
+12
2020-08-28
Fortran: Fix absent-optional handling for nondescriptor arrays (PR94672)
Tobias Burnus
1
-2
/
+8
2020-08-28
This patch fixes PR96624.
Paul Thomas
1
-2
/
+12
2020-08-28
Daily bump.
GCC Administrator
1
-0
/
+11
2020-08-27
Fortran : ICE for division by zero in declaration PR95882
Mark Eggleston
1
-0
/
+3
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-1
/
+1
2020-08-27
Daily bump.
GCC Administrator
1
-0
/
+15
2020-08-26
Fortran: Add 'device_type' clause to OpenMP's declare target
Tobias Burnus
5
-7
/
+133
2020-08-24
Daily bump.
GCC Administrator
1
-0
/
+7
2020-08-23
This patch fixes PR96737. See the explanatory comment in the testcase.
Paul Thomas
1
-2
/
+4
2020-08-21
Daily bump.
GCC Administrator
1
-0
/
+20
2020-08-20
This patch fixes PRs 96100 and 96101.
Paul Thomas
1
-2
/
+19
2020-08-20
Fix obvious typo were errmsg_len was assigned to errmsg.
Andre Vehreschild
1
-1
/
+1
2020-08-20
Fortran: Fix OpenMP's 'if(simd:' etc. conditions
Tobias Burnus
1
-2
/
+2
2020-08-19
Daily bump.
GCC Administrator
1
-0
/
+9
2020-08-18
PR fortran/96613,96686 - Fix type/kind issues, temporaries evaluating MIN/MAX
Harald Anlauf
3
-8
/
+29
2020-08-18
Daily bump.
GCC Administrator
1
-0
/
+11
2020-08-17
opnemp: add static assert for clause_names.
Martin Liska
1
-6
/
+2
2020-08-17
openmp: fix UBSAN error at gcc/fortran/openmp.c:4737
Martin Liska
1
-1
/
+2
2020-08-14
Daily bump.
GCC Administrator
1
-0
/
+11
2020-08-13
Fix PR fortran/93671; ICE in reffing coarray alloc. comps.
Andre Vehreschild
1
-9
/
+17
2020-08-13
docs: Fix typos in -fallow-argument-mismatch description
Matthew Krupcale
1
-3
/
+3
2020-08-13
Daily bump.
GCC Administrator
1
-0
/
+10
2020-08-12
Fortran: Add support for OpenMP's nontemporal clause
Tobias Burnus
4
-1
/
+12
2020-08-11
Daily bump.
GCC Administrator
1
-0
/
+18
2020-08-10
Fix NULL pointer dereference in doloop_contained_function_call.
Thomas Koenig
1
-1
/
+2
2020-08-10
Correct ChangeLog foul ups.
Paul Thomas
1
-15
/
+0
2020-08-10
This patch fixes PR96312. Cures a used uninitialized warning.
Paul Thomas
1
-6
/
+21
2020-08-10
This patch fixes PR96102. See the explanatory comment in the testcase.
Paul Thomas
1
-0
/
+10
2020-08-06
Daily bump.
GCC Administrator
1
-0
/
+11
2020-08-05
Static analysis for definition of DO index variables in contained procedures.
Thomas Koenig
1
-2
/
+256
2020-08-05
Daily bump.
GCC Administrator
1
-0
/
+9
2020-08-04
Fortran/OpenMP: Fix detecting not perfectly nested loops
Tobias Burnus
1
-3
/
+1
2020-08-04
Fortran: Fix for OpenMP's 'lastprivate(conditional:'
Tobias Burnus
1
-0
/
+2
2020-08-04
Daily bump.
GCC Administrator
1
-0
/
+18
2020-08-03
openacc: No attach/detach present/release mappings for array descriptors
Julian Brown
1
-17
/
+27
2020-08-03
Removal of HSA offloading from gcc and libgomp
Martin Jambor
1
-11
/
+0
2020-08-03
Fortran texi: Fix typos
Tobias Burnus
4
-11
/
+11
2020-08-03
Daily bump.
GCC Administrator
1
-0
/
+15
2020-08-02
Update ChangeLogs for PR96320
Paul Thomas
1
-0
/
+8
2020-08-02
This patch fixes PR96320. See the explanatory comment in the testcase.
Paul Thomas
1
-3
/
+16
2020-08-02
Update ChangeLogs for PR96325
Paul Thomas
1
-0
/
+7
2020-08-02
This patch fixes PR96325. See the explanatory comment in the testcase.
Paul Thomas
1
-4
/
+9
2020-07-30
Daily bump.
GCC Administrator
1
-0
/
+49
[next]