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
/
testsuite
/
gfortran.dg
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-29
Modify checks to avoid referencing NULL pointer.
Steve Kargl
2
-2
/
+2
2022-12-23
Fortran: incorrect array bounds when bound intrinsic used in decl [PR108131]
Harald Anlauf
2
-3
/
+30
2022-12-22
Remove not needed assert macro which fails.
Steve Kargl
1
-0
/
+58
2022-12-22
Fortran: check for invalid uses of statement functions arguments [PR69604]
Harald Anlauf
1
-0
/
+10
2022-12-22
cse: Fix up CSE const_anchor handling [PR108193]
Jakub Jelinek
1
-0
/
+24
2022-12-21
gfortran.dg/read_dir.f90: Make PASS on Windows
Tobias Burnus
2
-5
/
+117
2022-12-20
Fortran: a C interoperable function cannot have the CLASS attribute [PR95375]
Harald Anlauf
1
-0
/
+17
2022-12-19
testsuite: Fix up pr107397.f90 test [PR107397]
Jakub Jelinek
1
-2
/
+2
2022-12-17
Add a check for invalid use of BOZ with a derived type.
Steve Kargl
1
-0
/
+9
2022-12-14
analyzer: don't call binding_key::make on empty regions [PR108065]
David Malcolm
1
-0
/
+17
2022-12-14
OpenMP: Duplicate checking for map clauses in Fortran (PR107214)
Julian Brown
8
-0
/
+245
2022-12-14
ipa-sra: Be optimistic about Fortran descriptors
Martin Jambor
2
-1
/
+38
2022-12-13
Fortran: NULL pointer dereference while parsing a function [PR107423]
Steve Kargl
1
-0
/
+18
2022-12-12
Fortran: improve checking of assumed-size array spec [PR102180]
Harald Anlauf
1
-0
/
+19
2022-12-11
Fortran: fix ICE on bad use of statement function [PR107995]
Steve Kargl
1
-0
/
+10
2022-12-10
Fortran: reject bad SIZE argument while simplifying ISHFTC [PR106911]
Harald Anlauf
1
-0
/
+18
2022-12-09
Fortran: ICE on recursive derived types with allocatable components [PR107872]
Paul Thomas
1
-0
/
+40
2022-12-08
Fortran: diagnose and reject duplicate CONTIGUOUS attribute [PR108025]
Harald Anlauf
1
-0
/
+7
2022-12-07
Fortran: handle zero-sized arrays in ctors with typespec [PR108010]
Harald Anlauf
1
-0
/
+54
2022-12-06
OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...
Marcel Vollweiler
3
-5
/
+5
2022-12-04
Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]
Harald Anlauf
1
-0
/
+15
2022-12-04
Fortran: error recovery handling invalid CLASS variable [PR107899]
Harald Anlauf
1
-0
/
+13
2022-12-02
Fortran: intrinsic MERGE shall use all its arguments [PR107874]
Harald Anlauf
1
-7
/
+15
2022-11-29
Fortran: intrinsic MERGE shall use all its arguments [PR107874]
Harald Anlauf
2
-1
/
+51
2022-11-28
Fortran: ICE with elemental and dummy argument with VALUE attribute [PR107819]
Harald Anlauf
1
-0
/
+28
2022-11-28
OpenMP/Fortran: Permit end-clause on directive
Tobias Burnus
8
-159
/
+800
2022-11-25
tree-optimization/107865 - ICE with outlining of loops
Richard Biener
1
-0
/
+18
2022-11-23
Fortran: error recovery on associate with bad selector [PR107577]
Steve Kargl
1
-0
/
+13
2022-11-18
Fortran: reject NULL actual argument without explicit interface [PR107576]
Harald Anlauf
1
-0
/
+18
2022-11-16
Fortran: ICE on procedure arguments with non-integer length [PR107707]
Steve Kargl
1
-0
/
+13
2022-11-16
Fortran: error recovery after reference to bad CLASS variable [PR107681]
Harald Anlauf
1
-0
/
+13
2022-11-16
Fortran: ICE in simplification of array expression involving power [PR107680]
Harald Anlauf
1
-0
/
+34
2022-11-16
middle-end/107679 - fix SSA rewrite of clobber of parameter
Richard Biener
1
-0
/
+9
2022-11-15
Revert "docs: Fix expected diagnostics URL [PR107599]"
Martin Liska
2
-2
/
+2
2022-11-13
Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]
José Rui Faustino de Sousa
3
-1
/
+59
2022-11-13
Skip guality tests on hppa-hpux.
John David Anglin
1
-0
/
+4
2022-11-12
Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
Harald Anlauf
2
-1
/
+54
2022-11-09
Fortran: avoid NULL pointer dereference on bad EQUIVALENCEs [PR107559]
Harald Anlauf
1
-0
/
+11
2022-11-09
docs: Fix expected diagnostics URL [PR107599]
Martin Liska
2
-2
/
+2
2022-11-09
Fortran: ordering of hidden procedure arguments [PR107441]
Harald Anlauf
3
-0
/
+118
2022-11-07
Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]
Tobias Burnus
1
-0
/
+51
2022-10-26
Fortran: BOZ literal constants are not compatible to any type [PR103413]
Harald Anlauf
1
-0
/
+13
2022-10-24
OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner cases [PR107236]
Tobias Burnus
1
-0
/
+17
2022-10-21
Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]
José Rui Faustino de Sousa
2
-0
/
+86
2022-10-20
Fortran: error recovery with references of bad array constructors [PR105633]
Harald Anlauf
1
-0
/
+8
2022-10-17
Fortran: NULL pointer dereference in gfc_simplify_image_index [PR104330]
Steve Kargl
1
-0
/
+20
2022-10-17
Fortran: handle bad array ctors with typespec [PR93483, PR107216, PR107219]
Harald Anlauf
2
-0
/
+52
2022-10-17
Fortran: check type of operands of logical operations, comparisons [PR107272]
Harald Anlauf
1
-0
/
+21
2022-10-17
Fortran: Fixes for kind=4 characters strings [PR107266]
Tobias Burnus
2
-0
/
+119
2022-10-14
Fortran: fix check of polymorphic elements in data transfers [PR100971]
Harald Anlauf
1
-0
/
+17
[next]