PR c++/88120 - ICE when calling save_expr in a template.
[gcc.git] / gcc / cp / rtti.c
2018-10-11 Jakub Jelinekre PR c++/87547 (G++ reports bad type names for bit...
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-05-23 Jason MerrillFix cast to rvalue reference from prvalue.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-13 Jason MerrillDefer folding of *&.
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-05 Nathan Sidwell[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE
2017-07-14 David Malcolmc/c++: Add fix-it hints for suggested missing #includes
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-16 Nathan SidwellFix keyboard flub.
2017-06-16 Nathan SidwellMake rtti lazier
2017-05-11 Nathan SidwellRevert pushdecl_top_level_and_finish name change.
2017-05-11 Nathan Sidwellcp-tree.h (pushdecl, [...]): Move declarations to ...
2017-05-05 Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-10-13 Thomas Preud'hommeMove MEMMODEL_* from coretypes.h to memmodel.h
2016-09-29 Marek Polacekrtti.c (involves_incomplete_p): Add fall through comment.
2016-08-09 Jakub Jelinekre PR c++/72809 (ICE on x86_64-linux-gnu (Segmentation...
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-02-19 Jakub Jelinekre PR c++/69850 (unnecessary -Wnonnull-compare warning)
2016-02-10 Jason Merrillre PR c++/68926 (decltype and sfinae to check for templ...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-17 Jason Merrillre PR c++/67576 (expression of typeid( expression ...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-19 Trevor Saundersremove more useless typedefs
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
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-04-16 Paolo Carlinicall.c (build_op_delete_call, [...]): Check mark_used...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-11-18 Marc Glissere PR libstdc++/43622 (Incomplete C++ library support...
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-12 Jason Merrillre PR c++/62115 (ICE with invalid default argument)
2014-06-12 Jason Merrilltoplev.c (process_options): Reject -fabi-version=1.
2014-05-24 Jan Hubickartti.c: Include tm_p.h
2014-04-24 Marc Glissere PR libstdc++/43622 (Incomplete C++ library support...
2014-04-22 Marc Glissere PR libstdc++/43622 (Incomplete C++ library support...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-08-30 Jan Hubickaclass.c (build_vtbl_initializer): Make __cxa_deleted_vi...
2013-06-14 Paolo Carlinire PR c++/57599 (result of dynamic_cast<cv T> is just T)
2013-05-09 Jason MerrillN3639 C++1y VLA diagnostics
2013-04-22 Jason Merrillre PR c++/48665 (type of const member function)
2013-04-09 Jason Merrillre PR c++/25466 (typeid expression fails to throw bad_t...
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-27 Gabriel Dos Reiscall.c (build_new_method_call_1): Use INDIRECT_REF_P.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-10 Jason Merrillre PR c++/55878 (--enable-checking=yes rejection of...
2012-12-28 Kai Tietzrtti.c (LONGPTR_T): New helper-macro.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-11 Paolo Carlinire PR c++/54541 (SFINAE bug: handling incomplete return...
2012-09-05 Paolo Carlinire PR c++/54191 ([C++11] SFINAE does not handle convers...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
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-05-12 Paolo Carlinigeneric.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.
2012-04-18 Paolo Carlinire PR c++/52422 ([C++11][SFINAE] Hard errors with void...
2012-03-19 Paolo Carlinire PR c++/14710 (Warning about useless casts)
2012-01-03 Paolo Carlinire PR c++/29273 (error on dynamic_cast<T>(array))
2011-11-30 Paolo Carlinire PR c++/51299 ([C++11] erroneous nullptr warning...
2011-09-24 Paolo Carlinire PR c++/44267 (SFINAE does not handle down static_cas...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-01 Jason Merrillre PR c++/49387 (t.cxx:140: error: too many initializer...
2010-12-07 Joseph Myers* config/mcore/mcore.c Don't include assert.h.
2010-11-30 Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-11-02 Jason Merrillcall.c (null_ptr_cst_p): Use maybe_constant_value.
2010-10-14 Richard Guentherre PR c++/44561 (using nullptr_t with -flto/-fwhopr...
2010-09-27 Jason MerrillRequire lvalues as specified by the standard.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-06-09 Nathan Froydcall.c (build_java_interface_fn_ref): Call build_functi...
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-05-27 Kai Tietzre PR bootstrap/44287 (Failed to bootstrap)
2010-05-26 Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
2010-05-24 Nathan Froydrtti.c (tinfo_base_init): Use build_constructor instead...
2010-05-19 Jason Merrillcall.c (reference_binding): Use cp_build_qualified_type...
2010-05-13 Jason Merrillre PR bootstrap/44048 (building without C++ enabled...
2010-05-13 Jason Merrillcp-tree.h (UNKNOWN_TYPE): Remove.
2010-05-06 Jason MerrillAdd support for C++0x nullptr.
2010-05-06 Jakub JelinekC++ support for -Wunused-but-set-variable
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-12-02 Paolo Bonzinire PR c++/29917 (%s substituted with actual words can...
2009-11-26 Jason Merrillre PR c++/10690 ([DR 115] Even when used within typeid...
2009-11-12 Jason Merrillre PR c++/39131 (decimal float point: ICE on typeid...
2009-11-02 Jakub Jelinekre PR c++/41774 (ice: vector VEC(visibility,base) pop...
2009-11-01 Jason Merrill* rtti.c (tinfo_name): Fix lengths for private case.
2009-10-30 Jerry Quinnmangle.c (mangle_type_string_for_rtti): Reapply 153734.
2009-10-30 Jerry Quinntinfo.cc (operator=(const type_info&)): Revert 153734.
2009-10-30 Jerry Quinnmangle.c (mangle_type_string_for_rtti): Revert r149964.
2009-07-22 Jason Merrillmangle.c (mangle_type_string_for_rtti): Rename to be...
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-06-18 Aldy Hernandezclass.c (get_vtable_decl): Replace finish_decl with...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
next