aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2024-07-12rtl-ssa: Fix prev_any_insn [PR115785]Richard Sandiford1-0/+696
2024-07-12c++/modules: Add testcase for fixed issue with usings [PR115798]Nathaniel Shead3-0/+34
2024-07-12c++/modules: Handle redefinitions of using-declsNathaniel Shead2-0/+28
2024-07-12c++: Introduce USING_DECLs for non-function usings [PR114683]Nathaniel Shead12-16/+124
2024-07-11c++/modules: Keep entity mapping info across duplicate_decls [PR99241]Nathaniel Shead3-0/+11
2024-07-11Add function filtering to gcovJørgen Kvalsvik3-0/+105
2024-07-10c++: remove Concepts TS codeMarek Polacek130-1596/+659
2024-07-10c++: array new with value-initialization [PR115645]Marek Polacek1-0/+13
2024-07-10c++, contracts: Fix ICE in create_tmp_var [PR113968]Nina Ranns1-0/+29
2024-07-09c++: Implement C++26 CWG2819 - Allow cv void * null pointer value conversion ...Jakub Jelinek3-3/+15
2024-07-04c++ frontend: check for missing condition for novector [PR115623]Tamar Christina1-0/+10
2024-07-03c++: OVERLOAD in diagnosticsJason Merrill1-1/+1
2024-07-02preprocessor: Create the parser before handling command-line includes [PR115312]Lewis Hyatt2-0/+3
2024-07-02c++: Fix ICE on constexpr placement new [PR115754]Jakub Jelinek1-0/+36
2024-07-02c++: Implement C++26 P3144R2 - Deleting a Pointer to an Incomplete Type Shoul...Jakub Jelinek7-12/+124
2024-07-02c++: Implement C++26 P0963R3 - Structured binding declaration as a condition ...Jakub Jelinek9-12/+829
2024-07-02c++: Relax too strict assert in stabilize_expr [PR111160]Simon Martin2-0/+21
2024-07-01c++: ICE with computed gotos [PR115469]Marek Polacek1-0/+18
2024-07-01testsuite: fix spaceship-narrowing1.CMarek Polacek1-1/+1
2024-07-01c++: unresolved overload with comma op [PR115430]Marek Polacek2-1/+25
2024-07-01c++: DR2627, Bit-fields and narrowing conversions [PR94058]Marek Polacek4-0/+122
2024-07-01tree-optimization/115694 - ICE with complex store rewriteRichard Biener1-0/+13
2024-06-28c++: bad 'this' conversion for nullary memfn [PR106760]Patrick Palka1-0/+13
2024-06-26Optimize a < 0 ? -1 : 0 to (signed)a >> 31.liuhongt1-1/+1
2024-06-25c++: decltype of capture proxy of ref [PR115504]Patrick Palka1-0/+22
2024-06-25c++: ICE with __has_unique_object_representations [PR115476]Marek Polacek1-0/+16
2024-06-25c++: ICE with generic lambda and pack expansion [PR115425]Marek Polacek1-0/+25
2024-06-25c++: ICE with __dynamic_cast redecl [PR115501]Marek Polacek1-0/+15
2024-06-25c++: alias CTAD and copy deduction guide [PR115198]Patrick Palka1-0/+14
2024-06-25c++: using non-dep array var of unknown bound [PR115358]Patrick Palka1-0/+14
2024-06-24PR tree-optimization/113673: Avoid load merging when potentially trapping.Roger Sayle1-0/+14
2024-06-17testsuite, rs6000: Replace powerpc_altivec_ok with powerpc_altivec [PR114842]Kewen Lin1-1/+1
2024-06-17diagnostics: Fix add_misspelling_candidates [PR115440]Jakub Jelinek1-0/+8
2024-06-17vshuf-mem.C: Make -march=z14 depend on s390_vxeAndreas Krebbel1-1/+1
2024-06-17c++: Fix up floating point conversion rank comparison for _Float32 and float ...Jakub Jelinek1-0/+26
2024-06-14testsuite: Add -Wno-psabi to vshuf-mem.C testJakub Jelinek1-1/+1
2024-06-13c++/modules: export using across namespace [PR114683]Jason Merrill2-0/+37
2024-06-13c++/modules: multiple usings of the same decl [PR115194]Jason Merrill2-0/+26
2024-06-13c++: undeclared identifier in requires-clause [PR99678]Patrick Palka1-0/+14
2024-06-13c++: ICE w/ ambig and non-strictly-viable cands [PR115239]Patrick Palka1-0/+10
2024-06-12Fix error messageAndi Kleen1-1/+1
2024-06-12Remove const char * support for asm constexprAndi Kleen2-10/+14
2024-06-12c++: visibility wrt concept-id as targ [PR115283]Patrick Palka1-0/+14
2024-06-12c++: repeated export usingJason Merrill1-0/+11
2024-06-12c++: module std and exception_ptrJason Merrill1-0/+14
2024-06-12c++: fix testcase diagnosticsJason Merrill1-2/+2
2024-06-11C++: Support constexpr strings for asm statementsAndi Kleen8-12/+98
2024-06-11Factor out static_assert constexpr string extraction for reuseAndi Kleen2-17/+17
2024-06-10IBM Z: Fix ICE in expand_perm_as_replicateAndreas Krebbel1-0/+27
2024-06-08c++: Make *_cast<*> parsing more robust to errors [PR108438]Simon Martin1-0/+9