]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/decl.c
decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl, set DECL_ASSEMBLER_NAME.
[thirdparty/gcc.git] / gcc / cp / decl.c
2016-11-15  Jakub Jelinekdecl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P...
2016-11-15  Jason MerrillVarious C++17 decomposition fixes.
2016-11-14  Jakub JelinekImplement P0217R3 - C++17 structured bindings
2016-11-14  Jason MerrillImprove various diagnostic issues.
2016-11-13  Jason MerrillDR 374 - specialization in outer namespace
2016-11-10  Jason MerrillPR c++/77337 - auto return and lambda
2016-11-09  Jason MerrillFix C++17 template placeholder for template template...
2016-11-09  Jason MerrillImplement P0127R2, Declaring non-type parameters with...
2016-11-07  Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-14  Jason MerrillImplement P0017R1, C++17 aggregates with bases.
2016-10-14  Jakub JelinekDR 1511 - const volatile variables and ODR
2016-10-13  Jason MerrillImplement P0386R2 - C++17 inline variables
2016-10-12  Jason MerrillPR c++/77742 - -Waligned-new and placement new.
2016-10-07  Bernd Schmidtre PR c++/69733 (-Wignored-qualifiers points to wrong...
2016-10-05  Marek PolacekImplement P0305R1, Selection statements with initializer.
2016-10-04  Jason MerrillImplement P0091R2, Template argument deduction for...
2016-10-04  Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-29  Jakub JelinekImplement P0001R1 - C++17 removal of register storage...
2016-09-23  Jakub JelinekImplement P0138R2, C++17 construction rules for enum...
2016-09-23  Jakub Jelinek* hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR...
2016-09-21  Jakub Jelinekre PR c++/77651 (c++ -Wno-aligned-new ICEs)
2016-09-16  Jason MerrillAdd inline functions for various bitwise operations.
2016-09-09  Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-08-10  Jason MerrillImplement C++17 constexpr if.
2016-08-09  Jason MerrillImplement C++17 constexpr lambda.
2016-08-04  Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-29  Jason Merrill* decl.c (build_enumerator): Tweak diagnostic.
2016-07-28  Paolo Carlinire PR c++/71665 (ICE on invalid C++ code with non-integ...
2016-07-24  Jason MerrillPR c++/71350 - error recursion with initializer-list
2016-07-21  Andrew SuttonImproving concepts performance and diagnostics.
2016-07-11  Jason Merrill* decl.c (store_parm_decls): Remove check for void...
2016-06-17  Paolo Carlinidecl.c (validate_constexpr_redeclaration): Change pair...
2016-06-17  Paolo Carlinidecl.c (grokfndecl): Change pair of errors to error...
2016-06-15  Paolo Carlinidecl.c (wrapup_globals_for_namespace): Use DECL_SOURCE_...
2016-06-15  Paolo Carlinire PR c++/70202 (ICE on invalid code on x86_64-linux...
2016-06-14  Jakub Jelinekre PR c++/71528 (multiple extern reference declarations...
2016-06-14  Jakub Jelinekre PR c++/71516 (ICE on invalid C++ code (invalid use...
2016-06-13  Paolo Carlinidecl.c (grokdeclarator): Fix typo in pedwarn text.
2016-06-08  Paolo Carlinidecl.c (maybe_deduce_size_from_array_init): Use DECL_SO...
2016-06-03  Patrick Palkare PR c++/27100 (ICE with multiple friend declarations)
2016-06-02  Paolo Carlinidecl.c (xref_tag_1): Change pairs of errors to error...
2016-05-31  Paolo Carlinire PR c++/71248 (crash on in-class initializer of array...
2016-05-24  Martin SeborPR c++/71147 - [6 Regression] Flexible array member...
2016-05-20  Paolo Carlinire PR c++/70572 (ICE on code with decltype (auto) in...
2016-05-19  Bernd Edlingerdecl.c (finish_enum_value_list): Use the specified...
2016-05-16  Matthew WahabRemove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID...
2016-05-11  Marek Polacekre PR c++/71024 (Missing warning for contradictory...
2016-05-05  Jason Merrill* decl.c: Update comment.
2016-05-02  Richard Bienerdecl.c (grokdeclarator): Properly insert a DECL_EXPR...
2016-04-26  Patrick PalkaFix PR c++/70241 (inconsistent access with in-class...
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-04-15  Jason Merrillre PR c++/70494 (Internal Compiler Error: Capturing...
2016-04-14  Martin SeborPR c++/70652 - [6 Regression] r234966 causes bootstrap...
2016-04-14  Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13  Martin SeborPR c++/69517 - [5/6 regression] SEGV on a VLA with...
2016-04-13  Jason MerrillWarn about empty parameter ABI with -Wabi=9.
2016-04-13  Jason MerrillPass empty class parameters like C.
2016-04-13  Jason Merrillre PR c++/70627 (internal compiler error: verify_type...
2016-04-13  Jakub Jelinekre PR c++/70594 (-fcompare-debug failure)
2016-04-01  Nathan Sidwellre PR c++/68475 (ICE: in merge_exception_specifiers...
2016-03-31  Nathan Sidwelldecl.c (start_preparsed_function): Remove unnecessary...
2016-03-31  Marek Polacekre PR c/70297 (GCC Segfaults when using -g3)
2016-03-29  Jason Merrillre PR c++/70353 (ICE on __PRETTY_FUNCTION__ in a conste...
2016-03-28  Jason Merrillre PR bootstrap/70422 (Bootstrap comparison failure)
2016-03-25  Jason Merrillre PR c++/64266 (Can GCC produce local mergeable symbol...
2016-03-23  Alexandre Olivare PR c++/69315 (ICE in finish_function with constexpr...
2016-03-21  Richard Hendersonre PR middle-end/70273 (FAIL: g++.dg/ext/label13a.C...
2016-03-18  Jason MerrillAvoid clobbering primary virtual base when not in charge.
2016-03-17  Jakub Jelinekre PR c++/70272 (-flifetime-dse miscompilation starting...
2016-03-16  Jason Merrillre PR c++/70259 (-flifetime-dse=2 bug with empty bases)
2016-03-08  Jakub Jelinekipa-polymorphic-call.c (walk_ssa_copies): Fix spelling...
2016-03-04  Jakub Jelinekdecl.c (start_preparsed_function): Don't emit start...
2016-03-04  Jakub Jelinekre PR c++/70035 (Calling a non-virtual member in base...
2016-02-24  Jason MerrillPR c++/69323 - errors
2016-02-24  Jason MerrillAdd -flifetime-dse=1.
2016-02-11  Jakub Jelinekcgraph.c: Spelling fixes - behaviour -> behavior and...
2016-02-10  Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-02-08  Marek Polacekre PR c++/69688 (-Wsign-compare causes bogus error...
2016-02-04  Martin SeborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-01-29  Jakub Jelinekre PR debug/66869 (-Wunused-function no longer warns...
2016-01-24  Patrick PalkaRevert "Fix the remaining PR c++/24666 blockers"
2016-01-21  Jason Merrillre PR c++/65687 (Inconsistent behavior for __attribute_...
2016-01-21  Jason Merrillre PR c++/40751 (G++ never packs typedef'd enums)
2016-01-21  Jason Merrillre PR c++/43407 (Specifying visibility attribute of...
2016-01-19  Marek Polacekre PR c++/68586 (Enum template parameter wrongly rejected)
2016-01-19  Patrick PalkaFix the remaining PR c++/24666 blockers (arrays decay...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-22  Jason Merrillre PR c++/66921 (failure to determine size of static...
2015-12-18  Paolo Carlinire PR c++/67592 (A virtual member function declared...
2015-12-16  Martin SeborPR objc++/68932 - FAIL: obj-c++.dg/property/at-property...
2015-12-15  Martin Seborstruct-layout-1_generate.c: Avoid generating further...
2015-12-07  Jason Merrillre PR c++/68464 (ICE in valid constexpr function: ...
2015-12-07  Jason MerrillPR c++/68597, fix auto9.C and auto-neg1.C with -std...
2015-11-19  Jakub Jelinekre PR c++/67409 (tree-cfg.c dereferences a NULL pointer)
2015-11-14  Jason MerrillMerge C++ delayed folding branch.
2015-11-12  Jason Merrilldecl.c (duplicate_decls): When combining typedefs,...
2015-11-11  Marek Polacekre PR c/68107 (Non-VLA type whose size is half or more...
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-29  Paolo Carlinire PR c++/67845 (ICE on invalid use of const qualifier...
next