re PR c++/71105 (lambdas with default captures improperly have function pointer conve...
[gcc.git] / gcc / cp / search.c
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-03-18 Patrick PalkaFix PR c++/70205 (ICE on valid call to qualified static...
2016-02-17 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-15 Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-01-28 Jason Merrillre PR c++/67407 (ice in friend_accessible_p)
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-07 Jason MerrillFix memclass5.C, memfriend10.C, var-templ19.C with...
2015-11-20 David MalcolmC++ FE: offer suggestions for misspelled field names
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-07 Marek Polacekre PR sanitizer/67867 (UBSan bootstrap fails with error...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-20 Jason Merrillre PR c++/66957 (incorrect "is protected within this...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
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-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-06-02 Ville Voutilainenre PR c++/59483 (A nested lambda fails to find a protec...
2014-03-26 Jason Merrillre PR c++/60566 (r208573 omits needed thunks)
2014-03-15 Jason Merrillre PR c++/60532 (r208573 causes Firefox build failure)
2014-03-14 Jason Merrillre PR c++/58678 (pykde4-4.11.2 link error (devirtualiza...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
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.
next