class.c (fixup_type_variants): Do not copy TYPE_METHODS
[gcc.git] / gcc / cp / class.c
2015-05-11 Jan Hubickaclass.c (fixup_type_variants): Do not copy TYPE_METHODS
2015-04-28 Jason Merrillre PR c++/65734 (Yet another case of lost alignment...
2015-04-28 Trevor Saundersadd default for PCC_BITFIELD_TYPE_MATTERS
2015-04-16 Paolo Carliniclass.c (resolve_address_of_overloaded_function, [...
2015-04-16 Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
2015-04-01 Marek Polacekre PR middle-end/65554 (ICE: verify_gimple failed)
2015-03-25 Marek Polacekre PR c++/61670 (ICE on invalid in tree_nop_conversion)
2015-03-19 Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-01-30 Joseph MyersAlways pass explicit location to fatal_error.
2015-01-15 Jakub Jelinekflag-types.h (enum sanitize_code): Add SANITIZE_VPTR...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-06 Ville Voutilainenre PR c++/64489 (A simple struct wrapping a const int...
2015-01-06 Trevor Saundersimplement -Wsuggest-override
2015-01-06 Trevor Saundersremove tree_list from warn_hidden ()
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Jason Merrillcp-tree.h (NAMESPACE_ABI_TAG): New.
2014-11-14 Paolo Carlinisemantics.c (end_maybe_infinite_loop): Use fold_non_dep...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Jason MerrillImplement N3653 (Member initializers and aggregates...
2014-10-12 Jason Merrillre PR c++/62115 (ICE with invalid default argument)
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-25 Marek Polacekre PR c++/61945 (tree check fail with -Woverloaded...
2014-09-24 Aldy Hernandezcgraph.h, [...]: Rename all instances of DECL_ABSTRACT...
2014-09-18 Paolo Carlinire PR c++/62232 (-Wnon-virtual-dtor shouldn't warn...
2014-09-16 Jason Merrillpt.c (lookup_template_class_1): Splice out abi_tag...
2014-09-02 Paolo CarliniDR 1453
2014-08-22 Jason Merrillre PR c++/62129 (internal compiler error: in output_con...
2014-08-22 Jason Merrillre PR c++/62129 (internal compiler error: in output_con...
2014-08-19 Gerald Pfeifer* class.c (contains_empty_class_p): Remove.
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 ipa/61659 (Extra undefined symbol because of...
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-15 Jason Merrillre PR c++/60848 (Crash while experimenting with c+...
2014-07-15 Jan Hubickatree.c (tree_code_size): Add TRANSLATION_UNIT_DECL...
2014-07-10 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-07-07 Paolo Carliniclass.c (check_for_override): Wrap the 'final' and...
2014-06-30 Jason Merrillre PR ipa/61659 (Extra undefined symbol because of...
2014-06-26 Teresa Johnsonc-common.h (get_dump_info): Declare.
2014-06-24 Jan Hubickaclass.c (check_methods, [...]): Guard VINDEX checks...
2014-06-24 Trevor SaundersRemove a layer of indirection from hash_table
2014-06-12 Jason Merrilltoplev.c (process_options): Reject -fabi-version=1.
2014-06-06 Paolo Carlinire PR c++/60184 (g++ does not allow static members...
2014-06-02 Siva Chandra Reddyre PR debug/57519 (DW_TAG_imported_declaration put...
2014-05-24 Jan Hubickaclass.c (build_vtable): Align vtables to TARGET_VTABLE_...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-04-08 Nathan Sidwellinvoke (Wnon-virtual-dtor): Update to match implementation.
2014-04-04 Fabien Chêneclass.c (find_abi_tags_r): Check for the return of...
2014-04-03 Nathan Sidwellinvoke.texi (Wnon-virtual-dtor): Adjust documentation.
2014-03-26 Jason Merrillre PR c++/60566 (r208573 omits needed thunks)
2014-02-26 Jason Merrillre PR c++/60347 (r208153 breaks Firefox build)
2014-02-25 Jason Merrilldecl2.c (finish_static_data_member_decl): Diagnose...
2014-02-25 Jason Merrillre PR lto/53808 (Undefined symbol when building a libra...
2014-01-31 Paolo Carlinire PR c++/59082 (ICE with duplicate (virtual) base)
2014-01-08 Jason Merrillre PR c++/59614 (Explostion in compile time of heavily...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-12 Jakub Jelinekre PR c++/58627 (crash during compilation of boost...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-31 Jason Merrillclass.c (type_build_ctor_call): Return early in C+...
2013-10-23 Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-10-06 Paolo Carlinire PR c++/58126 (No diagnostic when inheriting an unini...
2013-09-18 Paolo Carlinire PR c++/58457 (ICE when placement new operator is...
2013-09-04 Paolo Carlinire PR c++/24926 (gcc ignores access level violation...
2013-08-30 Jan HubickaCorrect previous patch to not mark terminate as LEAF.
2013-08-30 Jan Hubickaclass.c (build_vtbl_initializer): Make __cxa_deleted_vi...
2013-08-22 Paolo Carlinire PR c++/56380 (Const/reference mutable members are...
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-07-21 Ondřej Bílkaclass.c: Fix typos.
2013-07-13 Jason Merrillre PR c++/57793 (ICE with bitfields in get_bit_range)
2013-07-05 Paolo Carlinire PR c++/14263 (Cryptic diagnostic for cast from virtu...
2013-06-29 Paolo Carlinire PR c++/57645 (Explicitly-declared destructor with...
2013-06-23 Gabriel Dos Reisc-common.c (c_common_nodes_and_builtins): Use cxx11...
2013-06-07 Jason Merrilldecl.c (grokdeclarator): Keep a decl with error type.
2013-06-03 Jason Merrillclass.c (mark_type_abi_tags): New.
2013-05-30 Jason Merrillre PR c++/52377 (C++11 non-static initializers in union...
2013-05-24 Paolo Carlinire PR c++/19618 (Do warn if a bit-field exceeds the...
2013-05-20 Jason Merrillre PR c++/57319 (bogus "defaulted move assignment for...
2013-04-19 Jason MerrillN3638 changes to return type deduction
2013-04-02 Paolo Carlinicp-tree.h (TAGGED_TYPE_P): Remove.
2013-04-01 Jason Merrillcxx-pretty-print.h (pp_cxx_cv_qualifiers): New.
2013-04-01 Bronek KozickiImplement N2439 (ref-qualifiers for 'this')
2013-03-29 Paolo Carlinicall.c (add_builtin_candidate): Use TYPE_PTR_P and...
2013-03-29 Gabriel Dos Reistree.h (VAR_P): New.
2013-03-28 Jason Merrillre PR c++/17232 ([DR 1640] classes and class template...
2013-03-17 Jason Merrillre PR c++/56095 (Crash casting function pointer as...
2013-03-08 Jason Merrillre PR c++/51884 ([C++11] ICE with local class/lambda...
2013-02-27 Jason Merrillre PR c++/56358 ([C++11] Erroneous interaction of typed...
2013-02-15 Jason Merrillre PR c++/56343 ([C++11] Destructor defaulted on first...
2013-01-29 Jason Merrillre PR libstdc++/54314 (undefined references to 'constru...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-27 Sriraman TallamBefore this patch...
2012-11-29 Kai Tietzre PR bootstrap/53912 (bootstrap fails using default...
next