aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
AgeCommit message (Expand)AuthorFilesLines
2024-11-18Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]Harald Anlauf3-9/+41
2024-11-16Fortran: Fix segmentation fault in defined assignment [PR109066]Paul Thomas1-0/+61
2024-11-16Handle unsigned constants for module I/O.Thomas Koenig1-0/+12
2024-11-14Fortran: fix passing of NULL() actual argument to character dummy [PR104819]Harald Anlauf1-0/+221
2024-11-14Remove allocations which are used only for NULL pointer check and freeJan Hubicka1-0/+2
2024-11-13Fortran: Fix failing character pointer fcn assignment [PR105054]Paul Thomas1-0/+89
2024-11-11Fortran: Fix elemental array refs in SELECT TYPE [PR109345]Paul Thomas2-4/+81
2024-11-11Fortran: Suppress invalid finalization of artificial variable [PR116388]Paul Thomas1-0/+77
2024-11-11Reject UNSIGNED for Complex, some documentation fixes.Thomas Koenig1-0/+8
2024-11-06Fortran: F2008 passing of internal procs to a proc pointer [PR117434]Paul Thomas3-0/+227
2024-11-05guality tests: Silence gdb debuginfod warningH.J. Lu1-0/+10
2024-11-03Fortran: Fix associate_69.f90 that fails on some platforms [PR115700]Paul Thomas1-5/+0
2024-11-02Add UMASKR and UMASKL intrinsics.Thomas Koenig1-0/+29
2024-11-01Fix -mod(unsigned, unsigned).Thomas Koenig2-2/+21
2024-11-01Fortran: Fix problems with substring selectors in ASSOCIATE [PR115700]Paul Thomas2-23/+50
2024-10-31Fortran: Fix problem with substring selectors in ASSOCIATE [PR115700]Paul Thomas1-0/+40
2024-10-30Fortran: Move pr115070.f90 to ieee directory [PR117335].Paul Thomas1-0/+0
2024-10-27Fortran: Fix regressions with intent(out) class[PR115070, PR115348].Paul Thomas2-0/+63
2024-10-25Fortran: Fix ICE with structure constructor in data statement [PR79685]Paul Thomas1-0/+37
2024-10-23diagnostics: implement buffering for non-textual formats [PR105916]David Malcolm4-0/+98
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas5-3/+252
2024-10-19Add missing dg-error to unsigned_38.f90.Thomas Koenig1-1/+1
2024-10-19Fortran: Add range-based diagnosticTobias Burnus6-26/+26
2024-10-19Fix an ICE with UNSIGNED in match_sym_complex_part.Thomas Koenig1-0/+6
2024-10-18Handle GFC_STD_UNSIGNED like a standard in error messages.Thomas Koenig1-0/+4
2024-10-17Fortran: Add tolerance to real value comparisons.Jerry DeLisle1-4/+8
2024-10-17Fix ICE with coarrays and submodules [PR80235]Andre Vehreschild2-0/+51
2024-10-14Allow for class type coarray parameters. [PR77871]Andre Vehreschild1-0/+33
2024-10-14middle-end: copy STMT_VINFO_STRIDED_P when DR is replaced [PR116956]Tamar Christina1-0/+11
2024-10-12Unsigned constants for ISO_FORTRAN_ENV and ISO_C_BINDING.Thomas Koenig1-0/+36
2024-10-12Fortran/OpenMP: Warn when mapping polymorphic variablesTobias Burnus2-0/+67
2024-10-10tree-optimization/117060 - fix oversight in vect_build_slp_tree_1Richard Biener1-0/+21
2024-10-08Fix parsing of substring refs in coarrays. [PR51815]Andre Vehreschild2-5/+27
2024-10-08testsuite: Relax line number match in gfortran.dg/pr95690.f90Andreas Schwab1-2/+4
2024-10-07Move gfortran.dg/gomp/allocate-static.f90 to libgomp.fortran/Tobias Burnus1-62/+0
2024-10-07Implement MAXLOC and MINLOC for unsigned.Thomas Koenig1-0/+52
2024-10-07OpenMP: Allocate directive for static vars, clean upTobias Burnus6-5/+180
2024-10-01Implement MAXVAL and MINVAL for UNSIGNED.Thomas Koenig1-0/+53
2024-09-30Ensure coarrays in calls use a descriptor [PR81265]Andre Vehreschild1-0/+74
2024-09-29testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again)Sam James1-1/+1
2024-09-28Implement FINDLOC for UNSIGNED.Thomas Koenig1-0/+76
2024-09-28Implement CSHIFT and EOSHIFT for unsigned.Thomas Koenig2-0/+54
2024-09-27testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletionHans-Peter Nilsson1-1/+0
2024-09-26testsuite: XFAIL gfortran.dg/initialization_25.f90 properlySam James1-2/+2
2024-09-26testsuite: fix hyphen typosSam James1-2/+2
2024-09-26testsuite: fix comment-only directive typosSam James1-1/+1
2024-09-25Fix testsuite failure on 32-bit targets.Thomas Koenig1-3/+3
2024-09-25OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target + interopTobias Burnus2-3/+3
2024-09-24Add random numbers and fix some bugs.Thomas Koenig1-0/+63
2024-09-24Implement IANY, IALL and IPARITY for unsigned.Thomas Koenig1-0/+40