aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-09re PR c++/55878 (--enable-checking=yes rejection of typeid)Jason Merrill1-11/+9
2012-12-28rtti.c (LONGPTR_T): New helper-macro.Kai Tietz1-2/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-41/+38
2012-09-11re PR c++/54541 (SFINAE bug: handling incomplete return types)Paolo Carlini1-3/+3
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-1/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-12/+12
2012-06-06re PR c++/53567 ("ICE: Error reporting routines re-entered" on missing enum e...Paolo Carlini1-10/+12
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-1/+1
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-2/+3
2012-03-19re PR c++/14710 (Warning about useless casts)Paolo Carlini1-3/+8
2012-01-03re PR c++/29273 (error on dynamic_cast<T>(array))Paolo Carlini1-3/+6
2011-11-30re PR c++/51299 ([C++11] erroneous nullptr warning on dynamic cast)Paolo Carlini1-3/+3
2011-09-24re PR c++/44267 (SFINAE does not handle down static_cast over virtual inherit...Paolo Carlini1-2/+2