aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2020-03-14c++: Find parameter pack in typedef in lambda [92909].Jason Merrill1-0/+12
2020-03-14c++: Fix CTAD with multiple-arg ctor template [93248].Jason Merrill1-0/+6
2020-03-13c++: Redundant -Wdeprecated-declarations warning in build_over_call [PR67960]Patrick Palka2-0/+26
2020-03-12testsuite: Fix concepts-using2.C failure on 32-bit targets [PR93907]Jakub Jelinek1-0/+4
2020-03-11c++: Fix ICE with concepts and aliases [PR93907].Jason Merrill1-0/+45
2020-03-11c++: Fix wrong modifying const object error for COMPONENT_REF [PR94074]Marek Polacek6-0/+142
2020-03-10c++: Fix wrong conversion error with non-viable overload [PR94124]Marek Polacek1-0/+15
2020-03-10c++: Fix ICE with omitted template args [PR93956].Jason Merrill1-0/+7
2020-03-10c++: Add tests for PR93922 and PR94041.Jason Merrill2-0/+47
2020-03-10c++: Partially revert patch for PR66139.Jason Merrill4-159/+0
2020-03-10testsuite: Scan for SSE reg-reg moves only in pr80481.CUros Bizjak1-2/+2
2020-03-09c++: Fix convert_like in template [PR91465, PR93870, PR92031, PR94068]Marek Polacek6-0/+109
2020-03-09c++: Readd [LR]ROTATE_EXPR support to constexpr.c [PR94067]Jakub Jelinek1-0/+9
2020-03-09c++: Fix ABI issue with alignas on armv7hl [PR94050]Marek Polacek1-0/+12
2020-03-09Insert default return_void at the end of coroutine bodyBin Cheng1-0/+55
2020-03-08c++: Fix missing SFINAE when binding a bit-field to a reference (PR 93729)Patrick Palka1-0/+15
2020-03-08c++: Fix pretty printing of TYPENAME_TYPEsPatrick Palka1-0/+18
2020-03-06Fix mangling ICE [PR94027]Nathan Sidwell1-0/+22
2020-03-06re PR tree-optimization/90883 (Generated code is worse if returned struct is ...Kito Cheng1-3/+3
2020-03-05[PATCH][testuite] Fix pr80481.C after epilogue vectorizationAndre Vieira1-0/+4
2020-03-05testsuite: Compile asan_test.C with -Wno-alloc-size-larger-thanUros Bizjak1-1/+1
2020-03-05c++: Add test for PR91607.Jason Merrill1-0/+12
2020-03-04PR c++/90938 - Initializing array with {1} works but not {0}Martin Sebor3-0/+170
2020-03-04c++: Fix [[no_unique_address]] and default mem-init [PR90432]Jason Merrill1-0/+16
2020-03-04analyzer: add regression test for fixed ICE [PR94028]David Malcolm1-0/+36
2020-03-04inliner: Copy DECL_BY_REFERENCE in copy_decl_to_var [PR93888]Jakub Jelinek1-0/+24
2020-03-03c++: Fix mismatch in template argument deduction [PR90505]Marek Polacek4-0/+61
2020-03-04coroutines: Handle component_ref in captures_temporaryJunMa1-0/+99
2020-03-03c++: Fix non-constant TARGET_EXPR constexpr handing [PR93998]Jakub Jelinek1-0/+14
2020-03-03Build coroutine expression with unknown_type in processing_template_decl phase.JunMa1-0/+24
2020-03-02analyzer: detect malloc, free, calloc within "std" [PR93959]David Malcolm2-0/+42
2020-03-02coroutines: Update lambda capture handling to n4849.Iain Sandoe3-2/+105
2020-03-02coroutines: Don't make duplicate frame copies of awaitables.Iain Sandoe2-0/+178
2020-03-01PR middle-end/92721 - checking ICE on attribute access redeclarationMartin Sebor1-0/+109
2020-03-01coroutines: Test that we correctly use class data members.Iain Sandoe1-0/+61
2020-02-29coroutines: Add a test for non-trivial await_resume return type.Iain Sandoe2-0/+61
2020-02-29Fix/skip various tests for hppa*-*-hpux*.John David Anglin1-0/+1
2020-02-29Add dg-require-visibility to tests that require visibility support.John David Anglin1-0/+1
2020-02-29c++: implement C++20 Disambiguating Nested-Requirements (P2092R0)Jason Merrill1-0/+8
2020-02-28coroutines: Update func-params-08.C to suspend three times.Iain Sandoe1-1/+1
2020-02-28c++: Fix constrained conversion op.Jason Merrill1-0/+15
2020-02-28c++: Further tweak for P1937R2 - const{expr,eval} inconsistenciesJakub Jelinek2-2/+9
2020-02-28testsuite: Fix up g++.dg/torture/pr92152.C test for ilp32 targetsJakub Jelinek1-2/+2
2020-02-27Compare ARGUMENT_PACKS [pr93933]Nathan Sidwell1-0/+31
2020-02-27middle-end: Fix wrong code caused by disagreemed between FRE and access path ...Jan Hubicka1-0/+74
2020-02-26c++: Fix ICE with invalid array bounds [PR93789]Marek Polacek1-0/+9
2020-02-26analyzer: fix ICE with -Wanalyzer-null-dereference [PR 93950]David Malcolm1-0/+28
2020-02-26coroutines: Amend parameter handling to match n4849.Iain Sandoe3-0/+337
2020-02-26c++: Some improvements to concept diagnosticsPatrick Palka2-0/+59
2020-02-26c++: Fix value-init crash in template [PR93676]Marek Polacek1-0/+13