aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x
AgeCommit message (Expand)AuthorFilesLines
2 daysc++: Appertain standard attributes after array closing square bracket to arra...Jakub Jelinek1-0/+4
2 daysc++: Parse and ignore attributes on base specifiers [PR110345]Jakub Jelinek1-0/+10
2 daysc++: Improve errors parsing a braced list [PR101232]Franciszek Witt3-0/+33
3 daysc++: fix ICE in convert_nontype_argument [PR116384]Marek Polacek1-0/+26
7 daysc++: Pedwarn on [[]]; at class scope [PR110345]Jakub Jelinek1-0/+8
2024-08-07c++: Fix ICE on valid involving variadic constructor [PR111592]Simon Martin1-0/+11
2024-07-25c++: non-template alias with dependent attributes [PR115897]Patrick Palka2-8/+49
2024-07-25c++: alias of alias tmpl with dependent attrs [PR115897]Patrick Palka3-0/+81
2024-07-18testsuite: Add dg-do run to more testsSam James1-0/+1
2024-07-17c++: diagnose failed qualified lookup into current instPatrick Palka2-5/+4
2024-07-15c++: alias template with dependent attributes [PR115897]Patrick Palka1-0/+32
2024-07-09c++: Implement C++26 CWG2819 - Allow cv void * null pointer value conversion ...Jakub Jelinek2-3/+2
2024-07-01c++: unresolved overload with comma op [PR115430]Marek Polacek1-1/+1
2024-07-01c++: DR2627, Bit-fields and narrowing conversions [PR94058]Marek Polacek1-0/+49
2024-06-11Factor out static_assert constexpr string extraction for reuseAndi Kleen1-1/+1
2024-06-03c++: Fix parsing of abstract-declarator starting with ... followed by opening...Jakub Jelinek1-0/+43
2024-05-29c++: canonicity of fn types w/ instantiated eh specs [PR115223]Patrick Palka1-0/+11
2024-05-03c++: initializer_list<string> and EH [PR114935]Jason Merrill1-0/+25
2024-04-24c++: constexpr union member access folding [PR114709]Patrick Palka1-0/+8
2024-04-23c++: Copy over DECL_DISREGARD_INLINE_LIMITS flag to inheriting ctors [PR114784]Jakub Jelinek1-0/+55
2024-04-12c++: reference list-init, conversion fn [PR113141]Jason Merrill3-0/+39
2024-04-05c++: constexpr error with fn redecl in local scope [PR111132]Marek Polacek2-0/+27
2024-04-02c++: ICE with scoped enum in switch condition [PR103825]Marek Polacek1-0/+30
2024-04-01c++: C++26 returning reference to temporaryJason Merrill1-1/+1
2024-03-25c++: ICE with noexcept and local specialization, again [PR114349]Marek Polacek2-0/+58
2024-03-19diagnostics: Fix behavior of permerror options after diagnostic pop [PR111918]Lewis Hyatt4-0/+41
2024-03-06c++: ICE with noexcept and local specialization [PR114114]Marek Polacek1-0/+32
2024-02-23c++: Fix ICE due to folding a call to constructor on cdtor_returns_this arche...Jakub Jelinek1-0/+16
2024-02-17c++: wrong looser excep spec for dep noexcept [PR113158]Marek Polacek1-0/+37
2024-02-16c++: wrong looser exception spec with deleted fnMarek Polacek1-0/+14
2024-02-16c++: implicit move with throw [PR113853]Marek Polacek4-1/+51
2024-02-14c++: synthesized_method_walk context independence [PR113908]Patrick Palka1-0/+20
2024-02-09c++: make build_throw SFINAE-friendly [PR98388]Marek Polacek1-0/+21
2024-02-06c++: add fixed test [PR94231]Marek Polacek1-0/+20
2024-02-05c++: prvalue of array type [PR111286]Jason Merrill1-0/+12
2024-01-31testsuite: Require ucn in g++.dg/cpp0x/udlit-extended-id-1.CRainer Orth1-0/+1
2024-01-30c++: add original testcase [PR67898]Patrick Palka1-0/+14
2024-01-25c++: array of PMF [PR113598]Jason Merrill1-0/+12
2024-01-19c++: alias template argument conversion [PR112632]Jason Merrill1-0/+9
2024-01-15c++: non-dep array list-init w/ non-triv dtor [PR109899]Patrick Palka1-0/+12
2024-01-03c++: bad direct reference binding via conv fn [PR113064]Patrick Palka2-0/+39
2023-12-21c++: sizeof... mangling with alias template [PR95298]Jason Merrill4-0/+63
2023-12-20opts: -Werror=foo always implies -Wfoo [PR106213]Jason Merrill1-0/+16
2023-12-20c++: Check null pointer deref when calling memfn in constexpr [PR102420]Nathaniel Shead1-0/+10
2023-12-19c++: partial ordering and dep alias tmpl specs [PR90679]Patrick Palka2-0/+52
2023-12-19c++: refine dependent_alias_template_spec_p [PR90679]Patrick Palka1-0/+24
2023-12-16c++: Fix unchecked use of CLASSTYPE_AS_BASE [PR113031]Nathaniel Shead1-0/+34
2023-12-13c++: fix cpp0x/constexpr-ex1.C in C++23Marek Polacek1-1/+1
2023-12-13c++: note other candidates when diagnosing deletednessPatrick Palka2-0/+37
2023-12-11c++: Fix noexcept checking for trivial operations [PR96090]Nathaniel Shead1-0/+37