aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2023-01-05c++: class-head parsing and CPP_TEMPLATE_ID access [PR108275]Patrick Palka1-0/+18
2023-01-04c++: mark_single_function and SFINAE [PR108282]Patrick Palka1-0/+19
2023-01-04c++: Error recovery in merge_default_template_args [PR108206]Jakub Jelinek1-0/+5
2023-01-04vrp: Handle pointers in maybe_set_nonzero_bits [PR108253]Jakub Jelinek1-0/+48
2023-01-03testsuite: AIXDavid Edelsohn1-0/+5
2023-01-03OpenMP: GC unused SIMD clonesSandra Loosemore1-1/+6
2022-12-23c++: get_nsdmi in template context [PR108116]Patrick Palka1-0/+22
2022-12-23c++: template friend with variadic constraints [PR107853]Patrick Palka2-0/+41
2022-12-22libstdc++: Improve output of default contract violation handler [PR107792]Arsen Arsenović36-674/+775
2022-12-22testsuite: don't declare printf in coro.hJason Merrill22-25/+23
2022-12-22phiopt: Drop SSA_NAME_RANGE_INFO in maybe equal case [PR108166]Jakub Jelinek1-0/+26
2022-12-20c++: source position of lambda captures [PR84471]Jason Merrill3-2/+44
2022-12-20c++, tree: walk TREE_VEC (and VECTOR_CST) in natural order [PR101886]Patrick Palka2-1/+15
2022-12-20coroutines: Accept 'extern "C"' coroutines.Iain Sandoe1-0/+89
2022-12-20c++: NTTP object wrapper substitution fixes [PR103346, ...]Patrick Palka4-0/+78
2022-12-19c++: modules and std::source_location::current() def arg [PR100881]Patrick Palka13-11/+53
2022-12-19c++: ICE with concepts TS multiple auto deduction [PR101886]Patrick Palka1-0/+9
2022-12-17c++: constantness of non-dependent NTTP argument [PR107437]Patrick Palka2-1/+21
2022-12-16coroutines: Build pointer initializers with nullptr_node [PR107768]Andrew Pinski1-0/+26
2022-12-15c++: variadic using-decl with parm pack in terminal name [PR102104]Patrick Palka6-0/+165
2022-12-15c++: mangle contracts in write_mangled_nameArsen Arsenović1-0/+19
2022-12-15c++: class-scope qualified constrained auto [PR107188]Patrick Palka1-0/+10
2022-12-15c++: extract_local_specs and unevaluated contexts [PR100295]Patrick Palka1-0/+15
2022-12-15c++: local alias in typename in lambda [PR105518]Patrick Palka1-0/+23
2022-12-15c++: partial ordering with memfn ptr cst [PR108104]Patrick Palka1-0/+30
2022-12-15c++: Ensure !!var is not an lvalue [PR107065]Jakub Jelinek1-0/+14
2022-12-15c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type...Jakub Jelinek1-0/+35
2022-12-15c++: fix initializer_list transformation [PR108071]Jason Merrill3-0/+69
2022-12-14ipa-sra: Consider the first parameter of methods safe to dereferenceMartin Jambor1-0/+62
2022-12-14ipa-sra: Treat REFERENCE_TYPES as always dereferencableMartin Jambor1-0/+23
2022-12-12Revert "c++: build initializer_list<string> in a loop [PR105838]"Jason Merrill1-24/+0
2022-12-11Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magicallyRichard Biener1-1/+1
2022-12-08analyzer: fix ICE on region creation during get_referenced_base_regions [PR10...David Malcolm1-0/+37
2022-12-08c++: build initializer_list<string> in a loop [PR105838]Jason Merrill1-0/+24
2022-12-08c++: avoid initializer_list<string> [PR105838]Jason Merrill1-0/+25
2022-12-08c++: fewer allocator temps [PR105838]Jason Merrill1-0/+12
2022-12-08Ensure arguments to range-op handler are supported.Andrew MacLeod1-0/+18
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler1-1/+1
2022-12-06tree-optimization/104165 - bougs -Warray-bounds, add testcaseRichard Biener1-0/+27
2022-12-04c++: pack in requires-expr parm list [PR107417]Patrick Palka1-0/+10
2022-12-04coroutines: Do not promote temporaries that will be elided.Iain Sandoe5-0/+440
2022-12-03c++: substituting CONST_DECL_USING_P enumerators [PR103081]Patrick Palka2-0/+35
2022-12-02testsuite: Adjust dg-error for -fimplicit-constexprMarek Polacek4-7/+8
2022-12-02c++: Set the locus of the function result declBernhard Reutner-Fischer1-0/+20
2022-12-02c++: Incremental fix for g++.dg/gomp/for-21.C [PR84469]Jakub Jelinek2-9/+66
2022-12-02c++: Deduce range for structured bindings if expression is not type dependent...Jakub Jelinek2-0/+53
2022-12-01c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539]Patrick Palka1-0/+18
2022-11-30tree-optimization/107919 - uninit diagnostic predicate simplificationRichard Biener1-0/+15
2022-11-29c++: ICE with <=> of incompatible pointers [PR107542]Patrick Palka1-0/+29
2022-11-29c++: explicit specialization and trailing requirements [PR107864]Patrick Palka1-0/+11