OSDN Git Service

PR c++/57047
[pf3gnuchains/gcc-fork.git] / gcc / cp / search.c
2012-01-12 jason PR c++/48051
2011-12-23 jason PR c++/51507
2011-12-19 dodjiPR c++/51477 - ICE with invalid NSDMI
2011-11-18 fabiengcc/testsuite/ChangeLog
2011-11-14 jason PR c++/6936
2011-11-09 paolo/cp
2011-11-07 dodjiPR c++/45114 - Support C++11 alias-declaration
2011-11-01 jason PR c++/50500
2011-06-08 jason PR c++/49107
2011-05-09 jason Implement final/override for member functions.
2011-04-21 jason * search.c (lookup_fnfields_slot): Call complete_type.
2011-03-25 ktietzChangeLog gcc/
2011-03-04 jason PR c++/46220
2011-01-03 jakubUpdate Copyright years for files modified in 2010.
2010-11-29 dodjiFix PR c++/45383
2010-11-06 jason PR c++/45473
2010-07-15 froydnjgcc/
2010-06-30 jason Machinery to support implicit delete/move.
2010-06-30 jason * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_...
2010-06-07 jason * cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
2010-06-04 jason Implement noexcept-specification (15.4)
2010-05-25 stevengcc/ChangeLog:
2010-04-27 jason * tree.c (get_fns): Split out from get_first_fn.
2010-02-10 pzhao2010-02-10 Shujing Zhao <pearly.zhao@oracle.com>
2009-12-23 dodjiFix PR c++/42260
2009-11-16 jason PR c++/13950, DR 176
2009-11-04 jasonfix
2009-11-04 jason PR c++/39413
2009-09-30 jasonmerge in cxx0x-lambdas-branch@152308
2009-07-04 jason * cp-tree.h (struct lang_decl): Overhaul.
2009-02-20 jakubUpdate Copyright years for files modified in 2008 and...
2009-01-16 jason PR c++/38579
2008-07-24 jason Implement defaulted/deleted functions as per...
2008-03-21 paolo2008-03-21 Paolo Carlini <pcarlini@suse.de>
2007-09-25 dannysmith PR c++/14688
2007-08-31 paolo/cp
2007-08-02 nickc* typeck.c: Change copyright header to refer to version...
2006-11-20 mmitchel PR c++/29475
2006-08-26 mmitchel PR c++/28588
2006-08-01 sje PR c++/28432
2006-07-18 sje PR c++/27495
2006-07-05 jason PR c++/18681
2006-07-01 jasonrevert accidental checkin
2006-07-01 jason PR c++/28215
2006-06-06 mrsFix up whitespacing
2006-05-15 reichelt PR c++/27581
2006-03-24 carlosgcc/
2006-01-29 gdr * call.c (alloc_conversion): Use cast when...
2006-01-18 jakub * search.c (lookup_conversions_r): Fix a pasto.
2005-10-20 mmitchel PR c++/22618
2005-07-02 jsm282005-07-02 Zack Weinberg <zack@codesourcery.com>
2005-06-25 kcookUpdate FSF address.
2005-06-15 mrsCanonicalize whitespace.
2005-06-14 mrsRemove extra white spacing at end of lines.
2005-06-08 nathancp:
2005-04-21 nathan * vec.h: Update API to separate allocation mechanism...
2005-02-14 nathancp:
2005-02-09 mmitchel PR c++/19733
2005-01-06 lerdsuwa PR c++/17154
2004-11-24 bje * cp-tree.h (context_as_string): Remove extern.
2004-11-16 steven * stack.h: Remove.
2004-11-09 jsm28 * builtins.c, c-common.c, c-decl.c, c-format.c, c...
2004-11-08 kazu * class.c, decl.c, lex.c, name-lookup.c, parser.c...
2004-11-01 nathancp:
2004-10-27 mmitchel * name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
2004-10-27 mmitchel PR c++/18093
2004-10-18 nathancp:
2004-10-13 kazu * search.c: Fix a comment typo.
2004-10-12 nathan * class.c (dfs_modify_vtables): Simplify condition...
2004-10-12 nathan * search.c (struct lookup_base_data_s): New.
2004-10-12 kazu * search.c: Fix comment typos.
2004-10-11 nathan * cp-tree.h (get_dynamic_cast_base_type): Rename to ...
2004-10-11 nathan * cp-tree.h (SAME_BINFO_TYPE_P): New.
2004-10-10 gdrcp/
2004-10-08 kazu * pt.c, search.c: Fix comment typos.
2004-10-08 nathan * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark,...
2004-10-07 mmitchel * cp-tree.h (ICS_USER_FLAG): Remove comment about...
2004-09-27 mmitchel PR c++/17585
2004-09-27 nathan * class.c (struct count_depth_data): Remove.
2004-09-24 nathancp:
2004-09-16 kazu * search.c: Follow spelling conventions.
2004-09-16 nathan * cp-tree.h (struct lang_type_class): Make pure_virtuals a
2004-09-15 nathan * search.c (get_pure_virtuals): Remove unused variables.
2004-09-15 nathan * cp-tree.h (struct lang_decl_flags): Remove
2004-09-10 kazu * class.c, cp-tree.h, decl.c, decl2.c, mangle.c,
2004-08-30 nathan * name-lookup.c (pop_binding, pushdecl,
2004-08-27 nathan * call.c (validate_conversion_obstack): Replace
2004-08-27 nathan * tree.h (size_int_type): Remove.
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-25 zack * flags.h (enum debug_info_type): Remove DWARF_DEBUG.
2004-08-24 nathancp:
2004-08-24 lerdsuwa PR c++/16706
2004-08-24 mmitchel PR c++/17163
2004-08-15 nathan.:
2004-07-26 nathan.:
2004-07-23 nathancp: * search.c (lookup_conversion_operator): Avoid...
2004-07-20 mmitchel PR c++/16623
2004-07-20 nathan.:
2004-07-19 nathan.:
2004-07-17 mmitchel * class.c (finish_struct_methods): Remove unncessary...
next