]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/decl.c
extend.texi (Java Exceptions): Remove.
[thirdparty/gcc.git] / gcc / cp / decl.c
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...
2015-10-26  Christian Bruelfunction.h (MINIMUM_METHOD_BOUNDARY): New macro.
2015-10-20  Jason MerrillExpand PTRMEM_CST only when necessary.
2015-10-20  Jason Merrilltypo
2015-10-18  Jason Merrillre PR c++/68006 ([C++14] Incorrect aggregate initializa...
2015-10-07  Marek Polacekcp-gimplify.c (genericize_if_stmt): Use protected_set_e...
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-09-22  Nathan Sidwellc.opt (Wmultiple-inheritance, [...]): New C++ warnings.
2015-09-01  Paolo Carlinire PR c++/61753 (poor diagnostic for constructor defini...
2015-08-21  Paolo Carlinidecl.c (grokvardecl): Simplify the latter.
2015-08-21  Paolo Carlinidecl.c (grokvardecl): Complete check added for c++...
2015-08-20  Paolo Carlinire PR c++/67065 ([DR 1886] Missing diagnostics for...
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-07  Andrew SuttonAdd C++ Concepts TS support.
2015-08-06  Jason Merrilldecl.c (cp_finish_decl): Tidy.
2015-07-28  Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-26  Paolo Carlinidecl.c (poplevel): Use Use DECL_SOURCE_LOCATION and...
next