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