summaryrefslogtreecommitdiff
path: root/gcc/testsuite
AgeCommit message (Expand)Author
2020-06-03wipErick Ochoa
2020-06-03Add test for non-static determined offsetErick Ochoa
2020-06-03Add pointer diff testErick Ochoa
2020-06-03Fixes all testErick Ochoa
2020-06-03Fixes 5 and 6Erick Ochoa
2020-06-03Fixing testsErick Ochoa
2020-06-03Fixes layout-compile-0.cErick Ochoa
2020-06-03Add test for pointer plus with different sized structErick Ochoa
2020-06-03wip tests dont passErick Ochoa
2020-06-03Initial commitErick Ochoa
2020-06-03[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus
2020-06-03Daily bump.GCC Administrator
2020-06-02jit: fix __builtin_unreachable [PR 95426]David Malcolm
2020-06-02c++: *this capture in const member fn [PR95193].Jason Merrill
2020-06-02coroutines: Wrap co_await in a target expr where needed [PR95050]Iain Sandoe
2020-06-02spell ldscript correctly in outputs.exp et alAlexandre Oliva
2020-06-02aarch64: Fix an ICE in aarch64_short_vector_p [PR95459]Fei Yang
2020-06-02amdgcn: Remove -mlocal-symbol-id optionAndrew Stubbs
2020-06-02S/390: Emit vector alignment hints for z13Stefan Schulze Frielinghaus
2020-06-02testsuite: Disable colorization for ubsan testKito Cheng
2020-06-01c++: constrained lambda inside template [PR92633]Patrick Palka
2020-06-02Daily bump.GCC Administrator
2020-06-01c++: vptr ubsan and object of known type [PR95466]Jason Merrill
2020-06-01coroutines: Correct handling of references in parm copies [PR95350].Iain Sandoe
2020-06-01Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)Feng Xue
2020-06-01Daily bump.GCC Administrator
2020-05-31coroutines: Avoid functions with unlowered coroutine trees [PR95087].Iain Sandoe
2020-05-31Finalization depends on the expression, not on the component.Thomas Koenig
2020-05-31expr: Fix fallout from optimize store_expr from STRING_CST [PR95052]Jakub Jelinek
2020-05-31Daily bump.GCC Administrator
2020-05-30RISC-V: Optimize si to di zero-extend followed by left shift.Jim Wilson
2020-05-30PR fortran/95373 - ICE in build_reference_type, at tree.c:7942Harald Anlauf
2020-05-29c++: satisfaction value of type typedef to bool [PR95386]Patrick Palka
2020-05-30Daily bump.GCC Administrator
2020-05-29rs6000: Prefer VSX insns over VMX ones (part 1: perm and mrg)Segher Boessenkool
2020-05-29c++: P0848R3 and member function templates [PR95181]Patrick Palka
2020-05-29c++: Template template parameter in constraint [PR95371]Jason Merrill
2020-05-29libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]Jakub Jelinek
2020-05-29c++: Fix bogus -Wparentheses warning [PR95344]Marek Polacek
2020-05-29c++: vptr ubsan and derived class [PR95311].Jason Merrill
2020-05-29c++: lambdas inside constraints [PR92652]Patrick Palka
2020-05-29c++: constexpr ctor with RANGE_EXPR index [PR95241]Patrick Palka
2020-05-29tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener
2020-05-29tree-optimization/95403 - guard vect_init_vector_1 against NULL stmt_infoRichard Biener
2020-05-29openmp: One omp_resolve_declare_variant followupJakub Jelinek
2020-05-29expander: Optimize store_expr from STRING_CST [PR95052]Jakub Jelinek
2020-05-29tree-optimization/95393 - fold MIN/MAX_EXPR generated by phioptRichard Biener
2020-05-29aarch64: add support for unpacked EOR, ORR and ANDJoe Ramsay
2020-05-29Daily bump.GCC Administrator
2020-05-28c++: Try to complete decomp types [PR95328]Jakub Jelinek