]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/method.c
extend.texi (Java Exceptions): Remove.
[thirdparty/gcc.git] / gcc / cp / method.c
2016-10-04  Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-26  Nathan Sidwellinit.c (expand_default_init): Fix } indentation.
2016-08-29  Jason MerrillPR c++/77379 - ABI tag on thunk
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-22  Jason Merrillcall.c (build_over_call): Check unsafe_copy_elision_p...
2016-05-23  Paolo Carlinire PR c++/70972 (Inheriting constructors taking paramet...
2016-05-12  Marek Polacekre PR c/70756 (Wrong column number shown for "error...
2016-04-28  Jason Merrillcvt.c (cp_get_callee): New.
2016-04-18  Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-03-04  Jason Merrill* method.c (synthesized_method_walk): operator= can...
2016-02-25  Jason Merrillre PR c++/69842 (Parameter deduction in polymorphic...
2016-02-17  Jason Merrillre PR c++/69842 (Parameter deduction in polymorphic...
2016-01-11  Jason Merrillre PR c++/69131 (default constructor of union incorrect...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-11-04  Mikhail MaltsevENABLE_CHECKING refactoring: C family front ends
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-26  Christian Bruelfunction.h (MINIMUM_METHOD_BOUNDARY): New macro.
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-07  Andrew SuttonAdd C++ Concepts TS support.
2015-07-28  Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-23  Jason Merrillre PR c++/66501 (Default move assignment does not move...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-11  Jan Hubickaclass.c (fixup_type_variants): Do not copy TYPE_METHODS
2015-04-15  Jason Merrilldecl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLI...
2015-02-10  Jan Hubickare PR ipa/64982 (Many g++ failures on x86_64-apple...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-11  Jason Merrillre PR c++/63194 (ICE in maybe_explain_implicit_delete...
2014-10-10  Jason Merrillmethod.c (implicitly_declare_fn): Handle deleted lambda...
2014-10-01  Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-30  Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30  Jason Merrillmethod.c (build_stub_object): Use CONVERT_EXPR.
2014-08-07  Trevor Saundersremove pointer-set.[ch]
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-07-30  Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-14  Jason Merrillre PR c++/58511 ([c++11] ICE using static const member...
2014-06-12  Jason Merrilltoplev.c (process_options): Reject -fabi-version=1.
2014-06-11  Jan Hubickavarasm.c (set_implicit_section): New function.
2014-06-09  Jan Hubickasymtab.c (dump_symtab_base): Update dumping.
2014-04-29  Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-03-26  Fabien Chênere PR c++/52369 (Const-qualified non-class base member...
2014-03-11  Paolo Carlinire PR c++/60389 ([c++11] ICE with inheriting constructo...
2014-03-01  Paolo Carlinimethod.c (implicitly_declare_fn): Remove redundant...
2014-02-12  Paolo Carlinire PR c++/60047 (ICE with defaulted copy constructor...
2014-02-03  Paolo Carlinire PR c++/58871 ([c++11] ICE with defaulted copy constr...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-23  Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  Jason MerrillLWG 2165
2013-10-23  Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-06-23  Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-05-22  Paolo Carlinire PR c++/57211 (wrong line indicated in warning for...
2013-05-20  Jason Merrillre PR c++/57319 (bogus "defaulted move assignment for...
2013-05-14  Paolo Carlinire PR c++/53903 ([C++11] Incompatible exception-specifi...
2013-03-21  Jakub Jelinekre PR middle-end/48087 (-Wall -Werror adds warnings...
2013-03-17  Jason Merrillre PR c++/55017 ([DR 1051] [C++11] Rvalue-reference...
2013-02-12  Jason Merrillre PR c++/56285 ([C++11] Arguments to an inheriting...
2013-02-07  Jason Merrillre PR c++/56235 (Bogus "error: invalid conversion from...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-23  Markus Trippelsdorfre PR c++/55418 (Valgrind: Conditional jump or move...
2012-11-19  Jason Merrillre PR c++/55262 ([C++0x] g++.dg/cpp0x/inh-ctor10.C...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-25  Jason MerrillCore 1402
2012-10-15  Jason MerrillImplement C++11 inheriting constructors.
2012-10-11  Jason Merrillcp-tree.h (DECL_THUNKS): NULL_TREE for non-virtual...
2012-09-10  Jason Merrillre PR c++/54506 (Defaulted move constructors and move...
2012-07-19  Paolo CarliniDR 1170 PR c++/51213
2012-07-19  Jason Merrillmethod.c (process_subob_fn): Make sure no_implicit_p...
2012-07-13  Jason Merrillre PR regression/53953 (g++.dg/cpp0x/lambda/lambda...
2012-07-11  Jason MerrillDR 1402
2012-07-11  Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-07-10  Jason MerrillDR 1402 PR c++/53733
2012-07-10  Jason Merrillmethod.c (synthesized_method_walk): Avoid changing...
2012-06-06  Paolo Carlinire PR c++/53567 ("ICE: Error reporting routines re...
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-30  Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-21  Jan Hubickamethod.c (make_alias_for): Do not set TREE_SYMBOL_REFER...
2012-04-02  Paolo Carlinire PR c++/50043 ([C++0x] Implement core/1123)
2012-03-15  Jason Merrillre PR c++/52582 (g++ ICE when compiling qt-4.8.0 with...
2012-03-05  Jason Merrillmethod.c (synthesized_method_walk): Cleanups don't...
2012-01-02  Jason MerrillDR 1359 PR c++/51675
2011-11-10  Jason Merrillre PR c++/50973 ([C++0x] internal compiler error defaul...
2011-10-18  Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-10-14  Jason Merrillre PR c++/50707 ([C++0x] Non-static const data member...
2011-10-02  Jason Merrillclass.c (fixed_type_or_null): Handle NSDMI.
2011-09-25  Jason Merrillexcept.c (expr_noexcept_p): Split out from finish_noexc...
2011-09-25  Jason MerrillImplement C++11 non-static data member initializers.
2011-09-24  Paolo Carlinire PR c++/44267 (SFINAE does not handle down static_cas...
2011-09-23  Jason MerrillCore 234 - allow const objects with no initializer...
2011-09-05  Jason Merrillclass.c (trivial_default_constructor_is_constexpr)...
next