aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Defer folding of *&.Jason Merrill1-5/+4
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-3/+3
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-4/+4
2017-07-14c/c++: Add fix-it hints for suggested missing #includesDavid Malcolm1-1/+7
2017-06-27cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...Nathan Sidwell1-1/+1
2017-06-16Fix keyboard flub.Nathan Sidwell1-1/+1
2017-06-16Make rtti lazierNathan Sidwell1-231/+238
2017-05-11Revert pushdecl_top_level_and_finish name change.Nathan Sidwell1-2/+2
2017-05-11cp-tree.h (pushdecl, [...]): Move declarations to ...Nathan Sidwell1-2/+2
2017-05-05cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.Nathan Sidwell1-11/+19
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-0/+8
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-09-29rtti.c (involves_incomplete_p): Add fall through comment.Marek Polacek1-1/+1
2016-08-09re PR c++/72809 (ICE on x86_64-linux-gnu (Segmentation fault, tree_check))Jakub Jelinek1-1/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-02-19re PR c++/69850 (unnecessary -Wnonnull-compare warning)Jakub Jelinek1-6/+7
2016-02-10re PR c++/68926 (decltype and sfinae to check for template instance availabil...Jason Merrill1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-17re PR c++/67576 (expression of typeid( expression ) is evaluated twice)Jason Merrill1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+5
2015-08-19remove more useless typedefsTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-2/+4
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-6/+3
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-0/+2
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-1/+6
2014-10-11re PR c++/62115 (ICE with invalid default argument)Jason Merrill1-4/+5
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-8/+2
2014-05-24rtti.c: Include tm_p.hJan Hubicka1-0/+7
2014-04-24re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-2/+0
2014-04-22re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-36/+41
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-08-30class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...Jan Hubicka1-2/+2
2013-06-14re PR c++/57599 (result of dynamic_cast<cv T> is just T)Paolo Carlini1-12/+3
2013-05-09N3639 C++1y VLA diagnosticsJason Merrill1-3/+6
2013-04-22re PR c++/48665 (type of const member function)Jason Merrill1-0/+10
2013-04-09re PR c++/25466 (typeid expression fails to throw bad_typeid according to 5.2...Jason Merrill1-7/+5
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-7/+7
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-3/+3
2013-03-27call.c (build_new_method_call_1): Use INDIRECT_REF_P.Gabriel Dos Reis1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1