aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas5-0/+540
2024-03-14OpenACC 2.7: front-end support for readonly modifier: Add basic OpenACC 'decl...Thomas Schwinge1-0/+6
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-0/+89
2024-03-13Fortran: fix IS_CONTIGUOUS for polymorphic dummy arguments [PR114001]Harald Anlauf1-0/+81
2024-03-12Fortran: handle procedure pointer component in DT array [PR110826]Harald Anlauf1-0/+43
2024-03-11libgfortran: [PR114304] Revert portion of PR105347 change.Jerry DeLisle1-7/+14
2024-03-06Fortran: Fix issue with using snprintf function.Jerry DeLisle1-2/+2
2024-03-06Fortran: error recovery while simplifying expressions [PR103707,PR106987]Harald Anlauf2-1/+49
2024-03-05Fortran: Add user defined error messages for UDTIO.Jerry DeLisle5-0/+224
2024-03-01Fortran: improve checks of NULL without MOLD as actual argument [PR104819]Harald Anlauf3-7/+45
2024-02-28Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]Alexander Westbrooks5-1/+227
2024-02-28Fortran testsuite: fix invalid Fortran in testcaseHarald Anlauf1-1/+1
2024-02-26Fortran: do not evaluate polymorphic functions twice in assignment [PR114012]Harald Anlauf1-0/+81
2024-02-25libgfortran: Propagate user defined iostat and iomsg.Jerry DeLisle1-0/+38
2024-02-23Fortran: ALLOCATE statement, SOURCE/MOLD expressions with subrefs [PR114024]Steve Kargl2-0/+110
2024-02-21rs6000: Neuter option -mpower{8,9}-vector [PR109987]Kewen Lin1-1/+1
2024-02-21RISC-V: Use default cost model for insn schedulingEdwin Lu1-0/+2
2024-02-21AArch64: skip modes_1.f90 [PR107071]Tamar Christina1-1/+1
2024-02-20Fortran: fix passing array component ref to polymorphic proceduresPeter Hill1-0/+50
2024-02-17libgfortran: [PR105473] Fix checks for decimal='comma'.Jerry DeLisle1-0/+46
2024-02-17fortran: gfc_trans_subcomponent_assign fixes [PR113503]Jakub Jelinek2-0/+30
2024-02-17libgfortran: Fix namelist read.Jerry DeLisle1-0/+22
2024-02-17Fortran: deferred length of character variables shall not get lost [PR113911]Harald Anlauf2-2/+108
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung3-1/+88
2024-02-14Fortran: namelist-object-name renaming.Steve Kargl1-0/+39
2024-02-14Fortran: Implement read_x for UTF-8 encoded files.Jerry DeLisle1-0/+29
2024-02-14testsuite: gfortran: Remove obsolete references to Solaris 9Rainer Orth5-5/+5
2024-02-13OpenMP: Reject non-const 'condition' trait in FortranTobias Burnus11-33/+84
2024-02-13Fortran: fix passing of optional dummies to bind(c) procedures [PR113866]Harald Anlauf1-0/+105
2024-02-12Fortran: Set the length of an allocatable characterSteve Kargl1-0/+9
2024-02-12libgfortran: Adjust bytes_left and pos for access="STREAM".Jerry DeLisle1-0/+14
2024-02-09Fortran: error recovery on arithmetic overflow on unary operations [PR113799]Harald Anlauf1-0/+12
2024-02-08testsuite: address Jakub's comments on vect-early-break_1-PR113808.f90Tamar Christina1-1/+1
2024-02-08middle-end: don't cache restart_loop in vectorizable_live_operations [PR113808]Tamar Christina1-0/+21
2024-02-03libgfortran: EN0.0E0 and ES0.0E0 format editing.Jerry DeLisle4-5/+77
2024-02-02testsuite, ubsan: Add libstdc++ deps where required.Iain Sandoe1-2/+2
2024-02-02testsuite, asan, hwsan: Add libstdc++ deps where required.Iain Sandoe1-1/+2
2024-02-02testsuite, gfortran: Update link flags [PR112862].Iain Sandoe2-34/+2
2024-02-02LoongArch: Adjust cost of vector_stmt that match multiply-add pattern.Li Wei1-0/+71
2024-01-31Revert "RISC-V: Use default cost model for insn scheduling"Edwin Lu1-2/+0
2024-01-31RISC-V: Use default cost model for insn schedulingEdwin Lu1-0/+2
2024-01-28Fortran: NULL actual to optional dummy with VALUE attribute [PR113377]Harald Anlauf1-0/+99
2024-01-27Fortran: fix bounds-checking errors for CLASS array dummies [PR104908]Harald Anlauf1-0/+32
2024-01-26LoongArch: testsuite:Added additional vectorization "-mlsx" option.chenxiaolong2-0/+2
2024-01-24Fortran: passing of optional dummies to elemental procedures [PR113377]Harald Anlauf1-0/+219
2024-01-21Fortran: passing of optional scalar arguments with VALUE attribute [PR113377]Harald Anlauf1-0/+340
2024-01-19Fortran: fix wrong array bounds check [PR113471]Harald Anlauf1-0/+28
2024-01-13Fortran: intrinsic ISHFTC and missing optional argument SIZE [PR67277]Harald Anlauf1-0/+97
2024-01-13hppa64: Fix fmt_f_default_field_width_3.f90 and fmt_g_default_field_width_3.f90John David Anglin2-2/+2
2024-01-13Fortran: annotations for DO CONCURRENT loops [PR113305]Harald Anlauf1-0/+26