re PR c++/59111 ([c++11] ICE on invalid usage of auto in return type)
[gcc.git] / gcc / cp / search.c
2013-12-23 Marek Polacekre PR c++/59111 ([c++11] ICE on invalid usage of auto...
2013-07-13 Jason Merrillcall.c (can_convert): Allow user-defined conversions.
2013-04-19 Jason MerrillN3638 changes to return type deduction
2013-03-31 Paolo Carlinidecl2.c (collect_candidates_for_java_method_aliases...
2013-03-29 Gabriel Dos Reistree.h (VAR_P): New.
2013-03-22 Gabriel Dos Reiscp-tree.h (identifier_p): New.
2013-03-17 Jason Merrill* search.c (lookup_base): Handle NULL_TREE.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-08 Jason Merrillre PR c++/55127 (Incorrect "dependent scope" error...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-13 Paolo Carlinitypeck.c (build_indirect_ref, [...]): Remove uses of...
2012-09-05 Paolo Carlinire PR c++/54191 ([C++11] SFINAE does not handle convers...
2012-07-24 Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2012-07-19 Paolo CarliniDR 1170 PR c++/51213
2012-07-02 Jason Merrillre PR c++/53524 (Bogus enum comparison warning)
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-04-24 Paolo Carlinire PR c++/52363 (Presence/absence of -pedantic compilat...
2012-03-24 Jason MerrillImplement return type deduction for normal functions...
2012-03-20 Jason Merrillre PR c++/52510 (libitm/config/posix/rwlock.cc doesn...
2012-03-04 Jason Merrillclass.c (add_method): Always build an OVERLOAD for...
2012-01-12 Jason Merrillre PR c++/48051 (sorry, unimplemented: mangling overload)
2011-12-23 Jason Merrillre PR c++/51507 ([C++0x] Function parameter pack doesn...
2011-12-19 Dodji SeketeliPR c++/51477 - ICE with invalid NSDMI
2011-11-18 Fabien Chênere PR c++/51141 (rev181359 causes Chromium build failure)
2011-11-14 Fabien Chênere PR c++/6936 (member "using" binds wrong)
2011-11-09 Paolo Carlinire PR c++/51047 ([C++0x] SFINAE does not handle errors...
2011-11-07 Dodji SeketeliPR c++/45114 - Support C++11 alias-declaration
2011-11-01 Jason Merrillre PR c++/50500 ([C++0x] [DR 1082] move constructor...
2011-06-08 Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-05-09 Ville VoutilainenImplement final/override for member functions.
2011-04-21 Jason Merrill* search.c (lookup_fnfields_slot): Call complete_type.
2011-03-25 Kai TietzChangeLog gcc/
2011-03-04 Jason Merrillre PR c++/46220 (Error: invalid covariant return type...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-11-29 Dodji Seketelire PR c++/45383 (Implicit conversion to pointer does...
2010-11-06 Jason Merrillre PR c++/45473 (ICE: in dfs_walk_once, at cp/search...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-06-30 Jason MerrillMachinery to support implicit delete/move.
2010-06-30 Jason Merrillcp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COP...
2010-06-07 Jason Merrillcp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
2010-06-04 Jason MerrillImplement noexcept-specification (15.4)
2010-05-25 Steven BosscherMakefile.in (EXCEPT_H): Fix typo.
2010-04-27 Jason Merrilltree.c (get_fns): Split out from get_first_fn.
2010-02-10 Shujing ZhaoMake-lang.in (cp/cvt.o, [...]): Depend on intl.h.
2009-12-23 Dodji Seketelire PR c++/42260 (ICE looking up template conversion...
2009-11-16 Jason MerrillPR c++/13950, DR 176
2009-11-04 Jason Merrillfix
2009-11-04 Jason Merrillre PR c++/39413 (static_assert and SFINAE)
2009-09-30 Jason Merrillmerge in cxx0x-lambdas-branch@152308
2009-07-04 Jason Merrillcp-tree.h (struct lang_decl): Overhaul.
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-01-16 Jason Merrillre PR c++/38579 (Template: Wrong inherited copy-ctor...
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2007-09-25 Danny Smithre PR c++/14688 (Mis-matched calling convention on...
2007-08-31 Paolo Carlinire PR c++/32113 (ICE with invalid template parameter)
2007-08-02 Nick Cliftontypeck.c: Change copyright header to refer to version...
2006-11-20 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-08-26 Mark Mitchellre PR c++/28588 (static private function)
2006-08-01 Steve Ellceyre PR c++/28432 (duplicate "no member function declared...
2006-07-18 Steve Ellceyre PR c++/27495 (ICE using "." instead of "->")
2006-07-05 Jason Merrillre PR c++/18681 ([DR 45] template friend declaration...
2006-07-01 Jason Merrillrevert accidental checkin
2006-07-01 Jason Merrillre PR c++/28215 (Bootstrap failure on arm-eabi)
2006-06-06 Mike StumpFix up whitespacing
2006-05-15 Volker Reicheltre PR c++/27581 (ICE using this-pointer in static membe...
2006-03-24 Carlos O'Donellinvoke.texi: Document -femit-class-debug-always
2006-01-29 Gabriel Dos Reiscall.c (alloc_conversion): Use cast when converting...
2006-01-18 Jakub Jelineksearch.c (lookup_conversions_r): Fix a pasto.
2005-10-20 Mark Mitchellre PR c++/22618 (Template non-type arguments break...
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-06-08 Nathan Sidwellre PR c++/19497 (Invalid declaration in template diagno...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-02-14 Nathan Sidwellre PR c++/19891 (Covariant returns are broken)
2005-02-09 Mark Mitchellre PR c++/19733 (ICE on invalid destructor call)
2005-01-06 Kriang Lerdsuwanakijre PR c++/17154 (Using declaration of function name...
2004-11-24 Ben Ellistoncp-tree.h (context_as_string): Remove extern.
2004-11-16 Steven Bosscherstack.h: Remove.
2004-11-09 Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-11-08 Kazu Hirataclass.c, [...]: Fix comment formatting.
2004-11-01 Nathan Sidwellre PR c++/18064 (gcc accepts different pointer types...
2004-10-27 Mark Mitchellname-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
2004-10-27 Mark Mitchellre PR c++/18093 (bogus conflict in namespace aliasing)
2004-10-18 Nathan Sidwellcp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base...
2004-10-13 Kazu Hirata* search.c: Fix a comment typo.
2004-10-12 Nathan Sidwellclass.c (dfs_modify_vtables): Simplify condition.
2004-10-12 Nathan Sidwellsearch.c (struct lookup_base_data_s): New.
2004-10-12 Kazu Hirata* search.c: Fix comment typos.
2004-10-11 Nathan Sidwellcp-tree.h (get_dynamic_cast_base_type): Rename to ...
2004-10-11 Nathan Sidwellcp-tree.h (SAME_BINFO_TYPE_P): New.
2004-10-10 Gabriel Dos ReisConvert diagnostics to use quoting flag q 7/n
2004-10-08 Kazu Hirata* pt.c, search.c: Fix comment typos.
2004-10-08 Nathan Sidwellcp-tree.h (dfs_walk, [...]): Remove.
2004-10-07 Mark Mitchellcp-tree.h (ICS_USER_FLAG): Remove comment about obsolet...
2004-09-27 Mark Mitchellre PR c++/17585 (usage of unqualified name of static...
2004-09-27 Nathan Sidwellclass.c (struct count_depth_data): Remove.
2004-09-24 Nathan Sidwellre PR c++/16889 (ambiguity is not detected)
next