aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-02DR 1453Paolo Carlini1-3/+8
2014-08-22re PR c++/62129 (internal compiler error: in output_constant, at varasm.c:4755)Jason Merrill1-1/+3
2014-08-22re PR c++/62129 (internal compiler error: in output_constant, at varasm.c:4755)Jason Merrill1-0/+21
2014-08-19* class.c (contains_empty_class_p): Remove.Gerald Pfeifer1-30/+0
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-3/+3
2014-07-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill1-1/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-07-15re PR c++/60848 (Crash while experimenting with c++-0x initializer lists)Jason Merrill1-0/+22
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-1/+1
2014-07-10re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill1-1/+1
2014-07-07class.c (check_for_override): Wrap the 'final' and 'override' keywords in %< ...Paolo Carlini1-2/+2
2014-06-30re PR ipa/61659 (Extra undefined symbol because of devirtualization)Jason Merrill1-2/+4
2014-06-26c-common.h (get_dump_info): Declare.Teresa Johnson1-8/+3
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-5/+7
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+7
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-280/+66
2014-06-06re PR c++/60184 (g++ does not allow static members of named unions)Paolo Carlini1-7/+10
2014-06-02re PR debug/57519 (DW_TAG_imported_declaration put in wrong class (base class...Siva Chandra Reddy1-1/+1
2014-05-24class.c (build_vtable): Align vtables to TARGET_VTABLE_ENTRY_ALIGN ignoring o...Jan Hubicka1-4/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-13/+14
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-5/+1
2014-04-08invoke (Wnon-virtual-dtor): Update to match implementation.Nathan Sidwell1-5/+8
2014-04-04class.c (find_abi_tags_r): Check for the return of warning before emitting a ...Fabien Chêne1-13/+15
2014-04-03invoke.texi (Wnon-virtual-dtor): Adjust documentation.Nathan Sidwell1-26/+54
2014-03-26re PR c++/60566 (r208573 omits needed thunks)Jason Merrill1-0/+10
2014-02-26re PR c++/60347 (r208153 breaks Firefox build)Jason Merrill1-4/+0
2014-02-25decl2.c (finish_static_data_member_decl): Diagnose static data member in unna...Jason Merrill1-1/+3
2014-02-25re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill1-0/+4
2014-01-31re PR c++/59082 (ICE with duplicate (virtual) base)Paolo Carlini1-1/+6
2014-01-08re PR c++/59614 (Explostion in compile time of heavily templated code)Jason Merrill1-19/+62
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-12re PR c++/58627 (crash during compilation of boost testsuite)Jakub Jelinek1-2/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-4/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-6/+6
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-10-31class.c (type_build_ctor_call): Return early in C++98 mode.Jason Merrill1-0/+4
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-11/+43
2013-10-06re PR c++/58126 (No diagnostic when inheriting an uninitialized const or refe...Paolo Carlini1-0/+6
2013-09-18re PR c++/58457 (ICE when placement new operator is used with using keyword a...Paolo Carlini1-1/+1
2013-09-04re PR c++/24926 (gcc ignores access level violation for anonymous structs)Paolo Carlini1-50/+82
2013-08-30Correct previous patch to not mark terminate as LEAF.Jan Hubicka1-1/+1
2013-08-30class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...Jan Hubicka1-1/+1
2013-08-22re PR c++/56380 (Const/reference mutable members are not always rejected in c...Paolo Carlini1-0/+16
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+3
2013-07-21class.c: Fix typos.Ondřej Bílka1-2/+2