aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)Author
2022-12-14ipa-sra: Treat REFERENCE_TYPES as always dereferencableMartin Jambor
2022-12-12Revert "c++: build initializer_list<string> in a loop [PR105838]"Jason Merrill
2022-12-11Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magicallyRichard Biener
2022-12-08analyzer: fix ICE on region creation during get_referenced_base_regions [PR10...David Malcolm
2022-12-08c++: build initializer_list<string> in a loop [PR105838]Jason Merrill
2022-12-08c++: avoid initializer_list<string> [PR105838]Jason Merrill
2022-12-08c++: fewer allocator temps [PR105838]Jason Merrill
2022-12-08Ensure arguments to range-op handler are supported.Andrew MacLeod
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler
2022-12-06tree-optimization/104165 - bougs -Warray-bounds, add testcaseRichard Biener
2022-12-04c++: pack in requires-expr parm list [PR107417]Patrick Palka
2022-12-04coroutines: Do not promote temporaries that will be elided.Iain Sandoe
2022-12-03c++: substituting CONST_DECL_USING_P enumerators [PR103081]Patrick Palka
2022-12-02testsuite: Adjust dg-error for -fimplicit-constexprMarek Polacek
2022-12-02c++: Set the locus of the function result declBernhard Reutner-Fischer
2022-12-02c++: Incremental fix for g++.dg/gomp/for-21.C [PR84469]Jakub Jelinek
2022-12-02c++: Deduce range for structured bindings if expression is not type dependent...Jakub Jelinek
2022-12-01c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539]Patrick Palka
2022-11-30tree-optimization/107919 - uninit diagnostic predicate simplificationRichard Biener
2022-11-29c++: ICE with <=> of incompatible pointers [PR107542]Patrick Palka
2022-11-29c++: explicit specialization and trailing requirements [PR107864]Patrick Palka
2022-11-28c++: simple-requirement starting with 'typename' [PR101733]Jason Merrill
2022-11-28tree-optimization/107876 - unswitching of switchRichard Biener
2022-11-28tree-optimization/107867 - failed abnormal cleanup in forwpropRichard Biener
2022-11-25OpenMP: Generate SIMD clones for functions with "declare target"Sandra Loosemore
2022-11-24Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]Kewen.Lin
2022-11-22analyzer: only look for named functions in root ns [PR107788]David Malcolm
2022-11-22ipa-cp: Do not be too optimistic about self-recursive edges (PR 107661)Martin Jambor
2022-11-22tree-optimization/107803 - abnormal cleanup from the SSA propagatorRichard Biener
2022-11-22tree-optimization/107766 - ICE with recent -ffp-contract=off fixRichard Biener
2022-11-21analyzer: fix ICE on 'bind' that returns a struct [PR107788]David Malcolm
2022-11-21testsuite: Windows paths use \ and not /Torbjörn SVENSSON
2022-11-19c++: Implement C++23 P2647R1 - Permitting static constexpr variables in const...Jakub Jelinek
2022-11-18c++: implement P1492 contractsJeff Chapman II
2022-11-18testsuite: Verify that module-mapper is availableTorbjörn SVENSSON
2022-11-18c++: Implement CWG2635 - Constrained structured bindingsJakub Jelinek
2022-11-17c++: constinit on pointer to function [PR104066]Marek Polacek
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek
2022-11-16testsuite: Fix mistransformed gcovHans-Peter Nilsson
2022-11-16c++: Alignment changes to layout compatibility/common initial sequence - DR2583Jakub Jelinek
2022-11-16c++: Fix up calls to static operator() or operator[] [PR107624]Jakub Jelinek
2022-11-16c++: Implement CWG 2654 - Un-deprecation of compound volatile assignmentsJakub Jelinek
2022-11-16c++: Allow attributes on concepts - DR 2428Jakub Jelinek
2022-11-15c++: Disable -Wignored-qualifiers for template args [PR107492]Marek Polacek
2022-11-15asan: update expected format based on ASANMartin Liska
2022-11-15c++: remove i_c_e_p parm from tsubst_copy_and_buildPatrick Palka
2022-11-15c++: Add testcase for DR 2392Jakub Jelinek
2022-11-15c++: Implement C++23 P2589R1 - - static operator[]Jakub Jelinek
2022-11-15c++: Add testcase for DR 2604Jakub Jelinek
2022-11-14c++: Disable -Wdangling-reference when initing T&Marek Polacek