aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/warn
AgeCommit message (Expand)Author
2019-06-27 PR c++/91024Jakub Jelinek
2019-06-21 PR c++/90953 - ICE with -Wmissing-format-attribute.Marek Polacek
2019-06-19 PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek
2019-06-14 PR c++/90884 - stray note with -Wctor-dtor-privacy.Marek Polacek
2019-06-11 PR c++/90449 - add -Winaccessible-base option.Matthew Beliveau
2019-06-06PR c/90737 - [8/9/10 Regression] inconsistent address of a local converted to...Martin Sebor
2019-06-05gcc/c/ChangeLog:Martin Sebor
2019-05-17gcc/ada/ChangeLog:Martin Sebor
2019-05-10 PR c++/78010 - bogus -Wsuggest-override warning on final function.Marek Polacek
2019-04-25 PR c++/44648Jakub Jelinek
2019-04-05 PR c++/89973 - -Waddress-of-packed-member ICE with invalid conversion. Marek Polacek
2019-03-29 PR c++/89876 - ICE with deprecated conversion.Marek Polacek
2019-03-19PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array o...Martin Sebor
2019-03-08 PR c++/89622Jakub Jelinek
2019-03-07 PR c++/80916 - spurious "static but not defined" warning.Jason Merrill
2019-02-20 PR c++/88572 - wrong handling of braces on scalar init.will wray
2019-02-06Fix locations in conversion_null_warnings (PR c++/71302)David Malcolm
2019-02-03PR c++/44648 - missing -Wunused warning on a const variable in if statementMartin Sebor
2019-01-14 Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann
2019-01-08 PR c++/88554Jonathan Wakely
2019-01-07 PR c++/88261Bernd Edlinger
2019-01-02 PR c++/88612 - ICE with -Waddress-of-packed-member.Marek Polacek
2018-12-06C++: improvements to diagnostics using %P (more PR c++/85110)David Malcolm
2018-11-29/cpPaolo Carlini
2018-11-14 P1236R1 - Signed integers are two's complementJakub Jelinek
2018-10-05Support string locations for C++ in -Wformat (PR c++/56856)David Malcolm
2018-09-20 Add -Wclass-conversion.Marek Polacek
2018-09-19 PR c++/87357 - missing -Wconversion warningMarek Polacek
2018-09-18Fix dg-do targetNathan Sidwell
2018-09-18[PATCH c++/86881] -Wshadow-local-compatible ICENathan Sidwell
2018-09-06 PR c++/86982, -Wreturn-local-addr and std::move and std::forward.Marek Polacek
2018-08-17Merge Ignore and Deprecated in .opt files.Martin Liska
2018-07-23 PR c++/86569Jakub Jelinek
2018-07-18 PR c++/86190 - bogus -Wsign-conversion warningMarek Polacek
2018-07-18/cpPaolo Carlini
2018-07-12PR testsuite/86510 - test case g++.dg/warn/pr86453.C fails starting with r262596Martin Sebor
2018-07-122018-07-12 Richard Biener <rguenther@suse.de>Richard Biener
2018-06-20/cpPaolo Carlini
2018-06-20 PR c++/86210Jakub Jelinek
2018-06-14/cpPaolo Carlini
2018-06-11 PR c++/85792 -Wctor-dtor-privacy and inherited constructor.Jason Merrill
2018-06-11 PR c++/85963 - -Wunused-but-set with ?: in template.Jason Merrill
2018-06-11/cpPaolo Carlini
2018-06-06 PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill
2018-06-04 * g++.dg/warn/string1.C: Prune extra warning with -std=c++17.Jason Merrill
2018-05-30Do not warn about zero-as-null when NULL is used.Ville Voutilainen
2018-05-29 PR c++/67445 - returning temporary initializer_list.Jason Merrill
2018-05-29 PR c++/85952Jakub Jelinek
2018-05-21 PR libstdc++/85843 - warning in logic_error copy constructor.Jason Merrill
2018-05-02/cpPaolo Carlini