]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/friend.c
PR pch/90326
[thirdparty/gcc.git] / gcc / cp / friend.c
2019-01-01  jakub Update copyright years.
2018-11-16  nathan Remove ovl_used, it is no longer needed
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-06-20  nathan[PR c++/85634] Fix tsubst ICE
2018-03-05  nathan[PR c++/84694] ICE on template friend decl
2018-01-03  jakub Update copyright years.
2017-12-15  nathan[PR C++/59930] template friend classes & default args
2017-07-12  nathan * cp-tree.h (DECL_CONSTRUCTOR_P, DECL_MAYBE_IN_CHARGE_...
2017-05-24  nathan cp/
2017-05-19  edlingergcc/c-family:
2017-05-16  nathan * cp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-11  nathan * name-lookup.h (pushdecl): Add default friend parm.
2017-01-31  aolivaIntroduce C++ support in libcc1
2017-01-01  jakub Update copyright years.
2016-02-24  jason PR c++/69323 - errors
2016-01-04  jakub Update copyright years.
2015-11-11  amacleodada
2015-10-29  amacleodada
2015-08-20  jason PR c++/66957
2015-07-28  paolo2015-07-28 Paolo Carlini <paolo.carlini@oracle.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-08-12  jason Reject virt-specifiers on friends and member templates
2014-04-17  rsandifoMerge from trunk.
2014-04-16  ppluzhnikov2014-04-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-02-10  mrsMerge in trunk.
2014-01-29  jason PR c++/59956
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-08-12  paolo2013-08-12 Paolo Carlini <paolo.carlini@oracle.com>
2013-06-23  gdr2013-06-22 Gabriel Dos Reis <gdr@integrable-solutions...
2013-04-02  paolo2013-04-02 Paolo Carlini <paolo.carlini@oracle.com>
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2012-08-31  jason * friend.c (make_friend_class): Handle template templa...
2012-07-19  jason DR 1170
2012-06-04  steven * output.h (merge_weak, assemble_alias,
2012-04-22  manu2012-04-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
2012-04-16  jason PR c++/51148
2011-11-09  paolo/cp
2011-09-22  paolo/cp
2011-05-27  jason PR c++/47721
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-05-25  stevengcc/ChangeLog:
2008-08-20  manu2008-08-18 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-08-08  manu2008-08-09 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2008-07-18  ghazi * cvt.c (convert_to_void): Avoid C++ keywords.
2008-06-21  redi * typeck.c (composite_pointer_type_r, cxx_sizeof_expr,
2008-03-21  paolo2008-03-21 Paolo Carlini <pcarlini@suse.de>
2008-02-24  dannysmithcp
2008-01-22  jason PR c++/34912
2008-01-15  dgregor2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
2007-08-02  nickc* typeck.c: Change copyright header to refer to version...
2007-02-12  mueller2007-02-13 Dirk Mueller <dmueller@suse.de>
2006-11-20  mmitchel PR c++/29475
2006-10-04  mmitchel PR c++/29020
2006-07-05  jason PR c++/18681
2006-04-24  mmitchel PR c++/26912
2006-01-03  mmitchel PR c++/25635
2005-09-12  ian./
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-05-03  kazu * friend.c, lex.c, mangle.c, repo.c: Update copyright.
2005-04-23  dj* diagnostic.c (warning): Accept parameter to classify...
2004-11-29  mmitchel PR c++/18368
2004-10-20  lerdsuwa PR c++/13495
2004-10-04  gdr Convert diagnostics to use quoting flag q 4/n
2004-08-30  nathan * call.c (check_dtor_name): Replace abort with gcc_ass...
2004-06-28  nathan * friend.c (add_friend): Only perform access checks...
2004-06-27  mmitchel * cp-tree.h (cp_cv_quals): New type.
2004-05-31  mmitchel PR c++/15701
2004-05-03  giovannibajo PR c++/14389
2004-03-24  kazugcc/
2004-03-20  mmitchel * call.c (build_op_delete_call): Do not forget the...
2003-12-19  kazu * cvt.c: Remove uses of "register" specifier in
2003-11-22  lerdsuwa PR c++/5369
2003-11-12  mmitchel PR c++/12735
2003-11-05  lerdsuwa PR c++/2019
2003-08-23  lerdsuwa PR c++/641, c++/11876
2003-07-17  lerdsuwa PR c++/7809
2003-07-16  lerdsuwa PR c++/5421
2003-07-16  mmitchel * cp-tree.def (LOOKUP_EXPR): Remove.
2003-07-07  aj * friend.c: Convert to ISO C90 prototypes.
2003-07-03  nathancp:
2003-06-24  nathan * call.c (enforce_access): Assert we get a binfo.
2003-03-11  mmitchel PR c++/8700
2003-01-02  aj2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
2003-01-01  neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-19  lerdsuwa PR c++/8099
2002-12-16  zackMerge basic-improvements-branch to trunk
2002-10-30  lerdsuwa Core issue 287, PR c++/7639
2002-09-21  kazu * ChangeLog: Follow spelling conventions.
2002-09-14  kazu * error.c: Fix comment formatting.
2002-02-04  jason * xref.c: Remove.
next