aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)Author
2016-05-05 * c-parser.c (c_parser_switch_statement): Add IF_P argument,Jakub Jelinek
2016-05-04 * c.opt (Wdangling-else): New option.Marek Polacek
2016-05-03PR c++/66561 - __builtin_LINE at al. should yield constant expressionsMartin Sebor
2016-05-03 PR c/70859Marek Polacek
2016-05-032016-05-03 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-02PR c++/62314: C++: add fixit hint to misspelled member namesDavid Malcolm
2016-05-02 gcc/c-family/Cesar Philippidis
2016-05-02PR c++/62314: add fixit hint for missing "template <> " in explicit specializ...David Malcolm
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford
2016-05-022016-05-02 Richard Biener <rguenther@suse.de>Richard Biener
2016-04-30/cpPaolo Carlini
2016-04-29 gcc/c-family/Cesar Philippidis
2016-04-28 Implement C++17 [[nodiscard]] attribute.Jason Merrill
2016-04-28 * cvt.c (cp_get_callee): New.Jason Merrill
2016-04-27 PR c++/69024Ryan Burn
2016-04-27 cp/Nathan Sidwell
2016-04-27 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt
2016-04-26Fix PR c++/70241 (inconsistent access with in-class enumeration)Patrick Palka
2016-04-26Bootstrapped/regtested on x86_64-linux, ok for trunk?Marek Polacek
2016-04-26 PR bootstrap/70704Jakub Jelinek
2016-04-25 Implement C++17 [[maybe_unused]] attribute.Jason Merrill
2016-04-22 * parser.c (cp_parser_perform_range_for_lookup): Decay the array.Jason Merrill
2016-04-21Reuse the saved_scope structures allocated by push_to_top_levelPatrick Palka
2016-04-21/cpPaolo Carlini
2016-04-21 PR c++/70513Marek Polacek
2016-04-20 cp/Nathan Sidwell
2016-04-20Fix PR c++/69363Ilya Verbin
2016-04-20 * semantics.c (finish_compound_lteral): Don't wrap VECTOR_TYPEs in aNathan Sidwell
2016-04-19 PR c++/66543 - -Wunused-but-set* false positivesJason Merrill
2016-04-19 DR 2137 - copy-constructor rank in list-initializationJason Merrill
2016-04-19 Improve constexpr handling of other loop forms.Jason Merrill
2016-04-19 PR c++/68206 - Fix constexpr diagnostics with loops.Jason Merrill
2016-04-19 Tiny C++ cleanups.Jason Merrill
2016-04-19 PR c++/70522Jason Merrill
2016-04-18 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-04-18 PR c++/70690Jason Merrill
2016-04-162016-04-16 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2016-04-15 PR c++/70685Jason Merrill
2016-04-15 PR c++/70505Jason Merrill
2016-04-15 * BASE-VER: Set to 7.0.0.Jakub Jelinek
2016-04-15 PR c/70436Jakub Jelinek
2016-04-15 PR c++/70494Jason Merrill
2016-04-15 PR c++/70528Jason Merrill
2016-04-14 PR c++/70622Jason Merrill
2016-04-14 PR c++/70543Jason Merrill
2016-04-14 PR c++/70648Jason Merrill
2016-04-14PR c++/70652 - [6 Regression] r234966 causes bootstrap to failMartin Sebor
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsMartin Sebor
2016-04-13 Warn about empty parameter ABI with -Wabi=9.Jason Merrill