aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2024-06-07c++: Handle erroneous DECL_LOCAL_DECL_ALIAS in duplicate_decls [PR107575]Simon Martin1-0/+11
2024-06-07c++: -include and header unit translationJason Merrill2-0/+14
2024-06-07c++: lambda in pack expansion [PR115378]Patrick Palka3-2/+17
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek8-3/+186
2024-06-05Consolidate similar C/C++ test cases for 'constructor', 'destructor' function...Thomas Schwinge2-101/+0
2024-06-05Don't simplify NAN/INF or out-of-range constant for FIX/UNSIGNED_FIX.liuhongt2-2/+7
2024-06-04c++: Add testcase for PR103338Simon Martin1-0/+19
2024-06-04Fix PR c++/111106: missing ; causes internal compiler errorSimon Martin1-0/+16
2024-06-03c++: Fix parsing of abstract-declarator starting with ... followed by opening...Jakub Jelinek1-0/+43
2024-06-02Fix PR c++/109958: ICE taking the address of bound static member function bro...Simon Martin1-0/+5
2024-06-01c++/modules: Fix revealing with using-decls [PR114867]Nathaniel Shead4-0/+84
2024-05-31tree-optimization/115278 - fix DSE in if-conversion wrt volatilesRichard Biener1-0/+38
2024-05-29c++: pragma target and static init [PR109753]Jason Merrill1-0/+8
2024-05-29c++: add module extensionsJason Merrill3-8/+8
2024-05-29c-family: add hints for strerrorOskari Pirhonen1-0/+2
2024-05-29c++: canonicity of fn types w/ instantiated eh specs [PR115223]Patrick Palka1-0/+11
2024-05-28testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsx [PR114842]Kewen Lin2-2/+2
2024-05-28c++: extend -Wself-move for mem-init-list [PR109396]Marek Polacek1-0/+37
2024-05-28testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"'Tobias Burnus1-2/+0
2024-05-27tree-optimization/115232 - demangle failure during -WaccessRichard Biener1-0/+25
2024-05-27Add testcase for PR c++/105229: ICE in lookup_template_class_1Simon Martin1-0/+12
2024-05-25c++/modules: Improve diagnostic when redeclaring builtin in module [PR102345]Nathaniel Shead1-1/+1
2024-05-25c++/modules: Improve errors for bad module-directives [PR115200]Nathaniel Shead4-3/+41
2024-05-25c++/modules: Fix treatment of unnamed typesNathaniel Shead4-6/+6
2024-05-24c++/modules: Ensure all partial specialisations are tracked [PR114947]Nathaniel Shead2-0/+13
2024-05-23c++: deleting array temporary [PR115187]Jason Merrill1-0/+8
2024-05-22c++: canonicity of fn types w/ complex eh specs [PR115159]Patrick Palka2-0/+28
2024-05-22Fix internal error in seh_cfa_offset with -O2 -fno-omit-frame-pointerEric Botcazou1-0/+25
2024-05-22c++: Strengthen checks on 'main'Nathaniel Shead9-12/+38
2024-05-21c++: folding non-dep enumerator from current inst [PR115139]Patrick Palka1-0/+13
2024-05-20testsuite, rs6000: Remove powerpcspe test cases and checksKewen Lin4-72/+0
2024-05-20i386: Remove Xeon Phi ISA supportHaochen Jiang2-12/+2
2024-05-19testsuite, C++, Darwin: Skip cxa_atexit-6, which is not applicable.Iain Sandoe1-1/+5
2024-05-17c++: aggregate CTAD w/ paren init and bases [PR115114]Patrick Palka1-0/+23
2024-05-16tree-optimization/13962 - handle ptr-ptr compares in ptrs_compare_unequalRichard Biener1-1/+1
2024-05-16tree-optimization/79958 - make DSE track multiple pathsRichard Biener2-2/+4
2024-05-15c++: ICE with reference NSDMI [PR114854]Marek Polacek1-0/+12
2024-05-15c++: DR 569, DR 1693: fun with semicolons [PR113760]Marek Polacek17-0/+376
2024-05-15c++: Optimize in maybe_clone_body aliases even when not at_eof [PR113208]Jakub Jelinek2-0/+50
2024-05-15tree-optimization/114589 - remove profile based sink heuristicsRichard Biener1-0/+22
2024-05-15c++: add test for DR 2855Marek Polacek1-0/+16
2024-05-14c++: lvalueness of non-dependent assignment expr [PR114994]Patrick Palka1-0/+18
2024-05-14c++: ICE in build_deduction_guide for invalid template [PR105760]Simon Martin1-0/+6
2024-05-13c++: nested aggregate/alias CTAD fixes [PR114974, PR114901, PR114903]Patrick Palka3-0/+71
2024-05-13testsuite: c++: Allow for std::printf in g++.dg/modules/stdio-1_a.H [PR98529]Rainer Orth1-1/+1
2024-05-10c++: Implement __is_nothrow_invocable built-in traitKen Matsui2-0/+65
2024-05-10c++: Implement __is_invocable built-in traitKen Matsui5-0/+575
2024-05-10c++: Implement __array_rank built-in traitKen Matsui2-0/+27
2024-05-10c++: Implement __decay built-in traitKen Matsui2-0/+25
2024-05-10c++: Implement __add_rvalue_reference built-in traitKen Matsui2-0/+23