aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
AgeCommit message (Expand)AuthorFilesLines
2024-05-30ira: Fix go_through_subreg offset calculation [PR115281]Richard Sandiford1-0/+39
2024-05-29Fix memory leak.Andre Vehreschild1-0/+66
2024-05-28testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsx [PR114842]Kewen Lin2-2/+2
2024-05-28testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"'Tobias Burnus6-10/+0
2024-05-24Fortran: improve attribute conflict checking [PR93635]Harald Anlauf3-5/+26
2024-05-24Fortran: fix bounds check for assignment, class component [PR86100]Harald Anlauf1-0/+32
2024-05-23Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]Paul Thomas1-0/+87
2024-05-20fortran: Assume there is no cyclic reference with submodule symbols [PR99798]Mikael Morin1-0/+20
2024-05-20Fortran: Fix SHAPE for zero-size arraysTobias Burnus1-0/+51
2024-05-17Fortran: Fix select type regression due to r14-9489 [PR114874]Paul Thomas2-0/+85
2024-05-15openmp: Diagnose using grainsize+num_tasks clauses together [PR115103]Jakub Jelinek1-0/+14
2024-05-15tree-optimization/114589 - remove profile based sink heuristicsRichard Biener1-0/+1
2024-05-13Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]Paul Thomas1-0/+86
2024-05-12Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]Paul Thomas2-0/+178
2024-05-11Fortran: fix dependency checks for inquiry refs [PR115039]Harald Anlauf1-0/+20
2024-05-05Fortran: fix issues with class(*) assignment [PR114827]Harald Anlauf1-0/+135
2024-05-03Fix printing COMPOUND_EXPR in .original [PR23872]Andrew Pinski1-2/+2
2024-04-30vect: Adjust vect_transform_reduction assertion [PR114883]Jakub Jelinek1-0/+53
2024-04-29Fortran: add SELECTED_LOGICAL_KINDFrancois-Xavier Coudert4-0/+79
2024-04-29Fortran: add F2023 ISO_FORTRAN_ENV named constantsFrancois-Xavier Coudert2-0/+61
2024-04-29Fortran: Fix regression caused by r14-9752 [PR114959]Paul Thomas1-0/+33
2024-04-25openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tree-nested decl copy...Jakub Jelinek1-0/+16
2024-04-25Fortran: Fix ICE in gfc_trans_create_temp_array from bad type [PR93678]Paul Thomas1-0/+32
2024-04-25Fortran: Generate new charlens for shared symbol typespecs [PR89462]Paul Thomas1-0/+13
2024-04-23Fortran: check C_SIZEOF on additions from TS29113/F2018 [PR103496]Harald Anlauf1-0/+23
2024-04-23Fortran: Check that the ICE does not reappear [PR102597]Paul Thomas1-0/+9
2024-04-21Fortran: Detect 'no implicit type' error in right place [PR103471]Paul Thomas1-0/+18
2024-04-18Fortran: Fix ICE and clear incorrect error messages [PR114739]Paul Thomas6-1/+16
2024-04-16Fortran: ALLOCATE of fixed-length CHARACTER with SOURCE/MOLD [PR113793]Harald Anlauf3-0/+137
2024-04-16tree-optimization/114736 - SLP DFS walk issueRichard Biener1-0/+14
2024-04-10Fortran: fix argument checking of intrinsics C_SIZEOF, C_F_POINTER [PR106500]Harald Anlauf4-2/+81
2024-04-09Fortran: Fix ICE in trans-stmt.cc(gfc_trans_call) [PR114535]Paul Thomas2-0/+60
2024-04-09Fortran: Fix ICE in gfc_trans_pointer_assignment [PR113956]Paul Thomas1-0/+21
2024-04-08Fortran: Accept again tab as alternative to space as separator [PR114304]Tobias Burnus1-0/+82
2024-04-06libfortran: Fix handling of formatted separators.Jerry DeLisle2-2/+116
2024-04-02Fortran: Add error for subroutine passed to a variable dummy [PR106999]Paul Thomas1-0/+33
2024-04-02Fortran: Fix wrong recursive errors and class initialization [PR112407]Paul Thomas2-0/+129
2024-03-29Fortran: fix NULL pointer dereference on overlapping initialization [PR50410]Harald Anlauf1-0/+16
2024-03-29Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]Paul Thomas3-0/+304
2024-03-28Fortran: fix DATA and derived types with pointer components [PR114474]Harald Anlauf1-0/+77
2024-03-28[testsuite] Fixup dg-options in {gcc,g++,gfortran}.dg/vect.exp testsMaxim Kuvyrkov3-3/+3
2024-03-28fortran: Fix specification expression check in submodules [PR114475]Mikael Morin1-0/+46
2024-03-26libgfortran: Fix file position after ENDFILE statement.Jerry DeLisle1-0/+30
2024-03-22Fortran: no size check passing NULL() without MOLD argument [PR55978]Harald Anlauf1-0/+76
2024-03-22fortran: Ignore use statements on error [PR107426]Mikael Morin3-2/+28
2024-03-22fortran: Fix specification expression error with dummy procedures [PR111781]Mikael Morin2-0/+43
2024-03-22testsuite: Declare fortran array bound variablesMikael Morin8-8/+12
2024-03-21Fortran: improve array component description in runtime error message [PR30802]Harald Anlauf2-1/+57
2024-03-18Fortran: error recovery in frontend optimization [PR103715]Harald Anlauf1-0/+12
2024-03-17Fortran: fix for absent array argument passed to optional dummy [PR101135]Harald Anlauf2-1/+109