Introduce C++ support in libcc1
[gcc.git] / gcc / cp / ChangeLog
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-27 Jason MerrillPR c++/78771 - ICE with inherited constructor.
2017-01-27 Adam Butcherre PR c++/64382 (ICE due to use of `this` inside a...
2017-01-26 Jakub Jelinekre PR c++/68727 (invalid offsetof expressions accepted)
2017-01-26 Jason Merrill* name-lookup.c (parse_using_directive): Deprecate...
2017-01-26 Jason MerrillPR c++/79176 - lambda ICE with -flto -Os
2017-01-26 Martin Sebordecl.c (grokdeclarator): Fix a typo in a comment.
2017-01-25 Martin SeborPR c++/71290 - Flexible array member is not diagnosed...
2017-01-25 Jakub Jelinekre PR c++/78896 ([C++17] Segmentation fault occurs...
2017-01-25 Jakub Jelinekre PR c++/77914 (Wrong lambda definition accepted)
2017-01-25 Maxim Ostapenkore PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with...
2017-01-24 Jakub Jelinekre PR c++/79205 (ICE in create_tmp_var, at gimple-expr...
2017-01-24 Nathan SidwellPR c++/78469 - defaulted ctor and inaccessible dtor
2017-01-24 Nathan SidwellPR c++/79118 - anon-members and constexpr
2017-01-23 Nathan SidwellPR c++/71710 - template using directive of field
2017-01-23 Nathan SidwellPR c++/71406 - ICE with scope-ref'd template id exprs
2017-01-20 Nathan SidwellPR c++/78495 - wrong code inherited ctor and invisi...
2017-01-20 David MalcolmC++: fix fix-it hints for misspellings within explicit...
2017-01-20 Marek Polacekre PR c/64279 (Warning missing for "(cond) ? A : A...
2017-01-20 Jason MerrillUS 20 - forwarding references and class template argume...
2017-01-20 Jason MerrillUS 19 - deduction guides and constructors
2017-01-19 Jason MerrillArray decomposition fix.
2017-01-19 Jason MerrillPR c++/79130 - decomposition and direct-initialization
2017-01-18 Jason MerrillPR c++/68666 - member variable template-id
2017-01-18 Nathan Sidwellre PR c++/78488 (P0136R1 ICE when building call to...
2017-01-18 Jason Merrillfix date
2017-01-18 Jason MerrillPR c++/78894 - ICE with class deduction and default arg
2017-01-18 Markus TrippelsdorfPR c++/77489 -- Reorganize abi warning check
2017-01-18 Nathan Sidwellcp-tree.h: Clarify exception spec node comment.
2017-01-18 Nathan Sidwellre PR c++/79091 (ICE in write_unnamed_type)
2017-01-18 Markus TrippelsdorfFix PR70182 -- missing "on" in mangling of unresolved...
2017-01-18 Markus TrippelsdorfFix PR77489 -- mangling of discriminator >= 1
2017-01-17 Nathan Sidwellre PR c++/61636 (generic lambda: segfault / "cannot...
2017-01-17 Aldy Hernandezre PR c++/70565 (ICE at gimplify.c:8832 (cilkplus array...
2017-01-11 Jason MerrillPR c++/78337 - ICE on invalid with generic lambda
2017-01-11 Nathan Sidwellre PR c++/77812 (incorrectly rejects valid C++ code...
2017-01-11 Nathan Sidwell* name-lookup.c (push_overloaded_decl_1): Refactor...
2017-01-11 Jakub Jelinekre PR c++/78341 (ICE on invalid C++ code on x86_64...
2017-01-11 Jakub Jelinekre PR c++/72813 (atomic header cannot be compiled into...
2017-01-10 David MalcolmFix issues with unrepresentable column numbers (PR...
2017-01-10 Jason MerrillFI 20, decomposition declaration with parenthesized...
2017-01-09 Jason MerrillImplement P0195R2, C++17 variadic using.
2017-01-09 Jakub Jelinekre PR translation/79019 (translatable string typo in...
2017-01-08 Jason MerrillPR c++/78948 - instantiation from discarded statement
2017-01-05 Jakub Jelinekre PR c++/78931 (ICE on C++17 structured bindings from...
2017-01-05 Jakub Jelinekre PR c++/78890 (ICE on invalid reference type in union)
2017-01-05 Nathan Sidwellre PR c++/78765 (ICE on invalid C++ code on x86_64...
2017-01-04 Marek Polacekre PR c++/64767 (Could GCC warn when a pointer is compa...
2017-01-04 Jakub Jelinekre PR c++/78949 (incorrect "unused variable" warning...
2017-01-04 Jakub Jelinekre PR c++/78693 (Bogus 'inconsistent deduction for...
2017-01-04 Jakub Jelinekparser.c (cp_parser_simple_declaration): Diagnose funct...
2017-01-04 Jakub Jelinekre PR c++/71182 (parser.c cp_lexer_previous_token sanit...
2017-01-04 Marek Polacekre PR c++/77545 (ICE on valid C++11 code: in potential_...
2017-01-04 Nathan Sidwellre PR c++/66735 ([C++14] lambda init-capture fails...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-24 Jakub Jelinekre PR middle-end/78901 (ICE: verify_gimple failed ...
2016-12-22 Jason MerrillPR c++/78906 - ICE with member variable template
2016-12-22 Jason MerrillPR c++/78898 - ICE on constructor with TTP
2016-12-21 Jakub Jelinekre PR c++/72707 (local anonymous union member hides...
2016-12-21 Jakub Jelinekre PR bootstrap/78817 (stage2 bootstrap failure in...
2016-12-21 Jakub Jelinekre PR c++/77830 (internal compiler error: in output_con...
2016-12-21 Jason MerrillImplement P0522R0, matching of template template arguments.
2016-12-21 Jason MerrillPR c++/42329 - deducing base template for template...
2016-12-21 Jason MerrillFix handling of explicit function template arguments...
2016-12-21 Jason MerrillCheck that a partial specialization is more specialized.
2016-12-21 Jason MerrillFixes for P0127R2 implementation.
2016-12-21 Jason MerrillImprove C++ debug_tree.
2016-12-21 Jason MerrillPR c++/78767 - ICE with inherited constructor default...
2016-12-21 Jason MerrillPR c++/78749 - friend in anonymous namespace
2016-12-16 Richard Bienerre PR c++/71694 (store-data race with bitfields and...
2016-12-15 Jakub JelinekP0490R0 GB 20: decomposition declaration should commit...
2016-12-15 Nathan Sidwellre PR c++/77585 (g++ incorrectly decides that member...
2016-12-15 Martin SeborPR c++/78774 - [6/7 Regression] ICE in constexpr string...
2016-12-14 Martin JamborSplit omp-low into multiple files
2016-12-14 Marek Polacekre PR c++/72775 (internal compiler error: in finish_exp...
2016-12-14 Nathan Sidwellre PR c++/78701 (ICE: unexpected expression N of kind...
2016-12-14 Nathan Sidwellre PR c++/69481 (ICE with C++11 alias using with templates)
2016-12-13 Nathan Sidwellre PR c++/69481 (ICE with C++11 alias using with templates)
2016-12-11 Paolo Carlinire PR c++/78637 (ICE on invalid C++ code on x86_64...
2016-12-08 Nathan Sidwellre PR c++/78551 (Internal compiler error with constexpr...
2016-12-08 Jakub JelinekP0003R5 - removal of dynamic exception specification...
2016-12-07 Martin JamborUse dump_function_name rather than emit <built-in>
2016-12-07 Nathan Sidwellpt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>): Simplify...
2016-12-07 Nathan Sidwellcp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIE...
2016-12-02 Jakub Jelinekre PR c++/78649 (ICE on invalid C++ code on x86_64...
2016-12-02 Cesar Philippidisc-parser.c (c_parser_pragma): Error when PRAGMA_OACC_...
2016-12-02 Jason Merrillcall.c (add_function_candidate): Also exclude inherited...
2016-12-01 Jason Merrillcall.c (add_function_candidate): Exclude inherited...
2016-12-01 Jason Merrillfix PR number
2016-11-29 David Malcolmspellcheck bugfixes: don't offer the goal string as...
2016-11-28 Jakub Jelinekre PR c++/72808 (ICE on valid c++ code in verify_type...
2016-11-28 Jakub Jelinekre PR c++/77591 (decltype(auto) and ternary operator...
2016-11-28 Jason MerrillPR c++/77907 - static init and PMF
2016-11-24 Martin Liskacp_parser_range_for: use safe_push instead of quick_pus...
2016-11-23 Jakub Jelinekre PR c++/77907 (Add "const" to argument of constexpr...
2016-11-23 Jakub Jelinekre PR c++/71450 (ICE on invalid C++11 code on x86_64...
2016-11-23 Jakub Jelinekre PR c++/77739 (internal compiler error: in create_tmp...
2016-11-21 Bernd Edlingerre PR c++/71973 (c++ handles built-in functions inconsi...
2016-11-21 Jason MerrillPR objc++/78418 - ICE in string tests on darwin
2016-11-18 Jakub Jelinekre PR c++/77285 (extern thread_local linkage)
next