aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn
AgeCommit message (Expand)AuthorFilesLines
7 daysc++: tweak for -Wrange-loop-construct [PR116731]Marek Polacek1-0/+57
9 daysc++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...Jakub Jelinek1-2/+2
2024-09-18c++: -Wdangling-reference diagnosticJason Merrill1-1/+1
2024-09-18c++: -Wdangling-reference and empty class [PR115361]Jason Merrill4-1/+17
2024-09-17c++: ICE with -Wtautological-compare in template [PR116534]Marek Polacek1-0/+21
2024-09-15c++: __extension__ and -Wconditionally-supportedJason Merrill1-0/+6
2024-09-13c++: Don't emit deprecated/unavailable attribute diagnostics when creating cd...Jakub Jelinek1-0/+16
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva24-2/+26
2024-09-12c++: Disable deprecated/unavailable diagnostics when creating thunks for meth...Jakub Jelinek1-0/+22
2024-09-06c++: adjust testcase to reveal failure [PR107919]Jason Merrill1-1/+3
2024-08-19testsuite: Prune warning about size of enumsTorbjörn SVENSSON1-0/+1
2024-08-16testsuite: Verify -fshort-enums and -fno-short-enums in pr33738.CTorbjörn SVENSSON2-1/+29
2024-08-05c++: fix -Wdangling-reference false positive [PR115987]Marek Polacek1-0/+19
2024-08-01testsuite: Add filters for default_packed targets [PR116155]Dimitar Dimitrov1-1/+1
2024-07-18c++: implement DR1363 and DR1496 for __is_trivial [PR85723]Marek Polacek1-0/+2
2024-07-17c++: missing -Wunused-value for !<expr> [PR114104]Patrick Palka1-0/+19
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm3-0/+306
2024-07-12c++: Introduce USING_DECLs for non-function usings [PR114683]Nathaniel Shead1-2/+9
2024-07-03c++: OVERLOAD in diagnosticsJason Merrill1-1/+1
2024-07-02c++: Implement C++26 P3144R2 - Deleting a Pointer to an Incomplete Type Shoul...Jakub Jelinek2-6/+8
2024-06-05Don't simplify NAN/INF or out-of-range constant for FIX/UNSIGNED_FIX.liuhongt1-1/+1
2024-05-28c++: extend -Wself-move for mem-init-list [PR109396]Marek Polacek1-0/+37
2024-05-16tree-optimization/79958 - make DSE track multiple pathsRichard Biener1-1/+1
2024-05-09c++: failure to suppress -Wsizeof-array-div in template [PR114983]Marek Polacek1-0/+27
2024-05-08c++: #pragma doesn't disable -Wunused-label [PR113582]Marek Polacek1-0/+29
2024-04-01c++: C++26 returning reference to temporaryJason Merrill2-3/+4
2024-02-29c++: -Wuninitialized when binding a ref to uninit DM [PR113987]Marek Polacek2-2/+33
2024-02-22testsuite: fix Wmismatched-new-delete-8.C with -m32Marek Polacek1-1/+1
2024-02-22warn-access: Fix handling of unnamed types [PR109804]Andrew Pinski1-0/+42
2024-02-13c++: adjust the extra ; warning [PR113760]Marek Polacek1-2/+2
2024-02-10c++: DR2237, cdtor and template-id tweaks [PR107126]Marek Polacek4-0/+36
2024-02-01c++: -Wdangling-reference tweak to unbreak aarch64Marek Polacek1-0/+44
2024-01-30c++: avoid -Wdangling-reference for std::span-like classes [PR110358]Marek Polacek3-0/+93
2024-01-23c++: -Wdangling-reference and lambda false warning [PR109640]Marek Polacek3-0/+66
2024-01-22c++: extend Wdangling-reference17.C [PR109642]Marek Polacek1-0/+12
2024-01-20libstdc++: suppress -Wdangling-reference with operator| [PR111410]Marek Polacek1-0/+15
2023-12-21c++: fix -Wparentheses for bool-like class typesPatrick Palka1-0/+31
2023-12-21c++: Enable -Walloc-size and -Wcalloc-transposed-args warnings for C++Jakub Jelinek2-0/+106
2023-12-13c-family: -Waddress-of-packed-member and castsJason Merrill1-4/+4
2023-12-09c++: Don't diagnose ignoring of attributes if all ignored attributes are attr...Jakub Jelinek1-0/+52
2023-11-29c++: fix testcase [PR112765]Patrick Palka1-0/+1
2023-11-29c++: bogus -Wparentheses warning [PR112765]Patrick Palka1-0/+24
2023-11-29call maybe_return_this in build_cloneAlexandre Oliva1-1/+3
2023-11-23testsuite: Tweak xfail bogus g++.dg/warn/Wstringop-overflow-4.C:144, PR106120Hans-Peter Nilsson1-1/+1
2023-11-03Skip a number of C++ test cases for '-fno-exceptions' testingThomas Schwinge10-0/+13
2023-10-27c++: more ahead-of-time -Wparentheses warningsPatrick Palka3-9/+4
2023-10-20c++: fix tourney logicJason Merrill1-0/+15
2023-09-18c++: non-dependent assignment checking [PR63198, PR18474]Patrick Palka1-0/+28
2023-09-18tree-optimization/111294 - backwards threader PHI costingRichard Biener1-1/+3
2023-09-05c++: Diagnose [basic.scope.block]/2 violations even for block externs [PR52953]Jakub Jelinek1-0/+27