aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig5534-33462/+190545
2021-01-17Add test cases for atomic subroutines, remove atomics from TODO.Thomas Koenig3-0/+89
2021-01-05Fix CO_REDUCE with RESULT_IMAGE.Thomas Koenig1-0/+24
2021-01-03Merge branch 'master' into devel/coarray_nativeThomas Koenig4731-23820/+115961
2021-01-01Make SYNC IMAGES(*) work by handling size of -1 in library.Thomas Koenig2-0/+18
2020-12-31match.pd: Add clz(X) == 0 -> (int)X < 0 etc. simpifications [PR94802]Jakub Jelinek1-0/+68
2020-12-31match.pd: Add (-(X < 0) | 1) * X -> abs (X) etc. simplifications [PR94785]Jakub Jelinek1-0/+36
2020-12-31wide-int: Fix wi::to_mpz [PR98474]Jakub Jelinek1-0/+30
2020-12-31fold-const: Avoid (cast) ((cast2) x p+ y) folding for -fsanitize=alignment [P...Jakub Jelinek1-0/+31
2020-12-31reassoc: Optimize x > 0x1fff || y > 0x1fff into (x | y) > 0x1fff [PR56719]Jakub Jelinek1-0/+33
2020-12-31d: Mangled Symbols now back reference types and identifiersIain Buclaw8-62/+158
2020-12-31Daily bump.GCC Administrator1-0/+6
2020-12-30Make STAT and ERRMSG work on ALLOCATE, move error handling to library.Thomas Koenig4-1/+55
2020-12-30i386: Optimize pmovmskb on inverted vector to inversion of pmovmskb result [P...Jakub Jelinek2-0/+104
2020-12-30Daily bump.GCC Administrator1-0/+18
2020-12-29Fortran: Correct missing structure constructor comps. [PR97612].Paul Thomas1-0/+21
2020-12-29Fortran: Fix deferred character lengths in array constructors [PR93833].Paul Thomas1-0/+16
2020-12-29arc: Update test pattern.Claudiu Zissulescu1-1/+1
2020-12-29arc: Fix cached to uncached moves.Claudiu Zissulescu1-0/+39
2020-12-29Daily bump.GCC Administrator1-0/+11
2020-12-28i386: Fix __builtin_rint with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak1-0/+28
2020-12-28Fix standard name for zero/sign extend expandersHongyu Wang3-0/+620
2020-12-28Daily bump.GCC Administrator1-0/+11
2020-12-27Fix regressions for iq2000-elf after recent changesJeff Law2-0/+8
2020-12-27Fix errors introduced by last commit.Thomas Koenig1-1/+1
2020-12-27Fortran: Fix some select rank issues [PR97694 and 97723].Paul Thomas1-0/+44
2020-12-27Daily bump.GCC Administrator1-0/+15
2020-12-26Objective-C++ : Fix up testcase EOF diagnostics.Iain Sandoe4-4/+4
2020-12-26Fortran: Correction to recent patch in light of comments [PR98022].Paul Thomas1-12/+18
2020-12-26Daily bump.GCC Administrator1-0/+5
2020-12-25PR93685 - ICE in gfc_constructor_append_expr, at fortran/constructor.c:135Harald Anlauf2-0/+38
2020-12-24Daily bump.GCC Administrator1-0/+97
2020-12-23PR middle-end/98160 - ICE in warn_dealloc_offset on member placement new and ...Martin Sebor1-0/+30
2020-12-23PR c++/98413 - ICE on placement new and member pointerMartin Sebor1-0/+23
2020-12-23mark some tests in gcc.target/arm as requiring "fpic" supportJoel Brobecker8-8/+16
2020-12-23c++: EOF location [PR 96045]Nathan Sidwell47-60/+49
2020-12-23c++: Fix initializing empty base from prvalue [PR97597]Jason Merrill1-0/+18
2020-12-23c++: Improve testcase [PR98332]Jason Merrill1-1/+3
2020-12-23c++: Fix constexpr array ICE [PR98332]Jason Merrill1-0/+5
2020-12-23d: Force TYPE_MODE of classes and non-POD structs as BLKmodeIain Buclaw1-0/+23
2020-12-23i386: Fix __builtin_trunc with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak1-0/+28
2020-12-23Add offset to allocatable shared coarrays.Thomas Koenig1-0/+27
2020-12-23Daily bump.GCC Administrator1-0/+847
2020-12-22testsuite: C++ module testsNathan Sidwell833-0/+10400
2020-12-22c++: Handle array members in build_comparison_op [PR93480]Jakub Jelinek2-0/+73
2020-12-22i386: Fix __builtin_floor with FE_DOWNWARD rounding direction [PR96793]Uros Bizjak1-0/+28
2020-12-22Daily bump.GCC Administrator1-0/+15
2020-12-22gimplify: Gimplify value in gimplify_init_ctor_eval_range [PR98353]Jakub Jelinek1-0/+17
2020-12-21fold-const: Fix up a buffer overflow in native_encode_initializer [PR98407]Jakub Jelinek1-0/+10
2020-12-21openmp: Fix up handling of addressable temporaries in simd lb, b and incr exp...Jakub Jelinek1-0/+18