Age | Commit message (Expand) | Author | Files | Lines |
2010-05-25 | Makefile.in (EXCEPT_H): Fix typo. | Steven Bosscher | 1 | -2/+0 |
2008-08-20 | diagnostic.c (inform): Add an explicit location_t parameter. | Manuel López-Ibáñez | 1 | -1/+1 |
2008-08-08 | re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul... | Manuel López-Ibáñez | 1 | -3/+5 |
2008-07-18 | cvt.c (convert_to_void): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -4/+4 |
2008-06-21 | typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror. | Jonathan Wakely | 1 | -1/+1 |
2008-03-21 | cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P. | Paolo Carlini | 1 | -3/+3 |
2008-02-24 | re PR c++/34749 (Incorrect warning when applying dllimport to friend function) | Danny Smith | 1 | -7/+7 |
2008-01-22 | re PR c++/34912 (ICE with friend in local class) | Jason Merrill | 1 | -5/+19 |
2008-01-15 | re PR c++/34399 (ICE on invalid friend declaration of variadic template) | Douglas Gregor | 1 | -1/+1 |
2007-08-02 | typeck.c: Change copyright header to refer to version 3 of the GNU General Pu... | Nick Clifton | 1 | -6/+5 |
2007-02-12 | friend.c (do_friend): Annotate warning about friend declarations in templates... | Dirk Mueller | 1 | -6/+5 |
2006-11-20 | re PR c++/29475 (incomplete template diagnostics.) | Simon Martin | 1 | -1/+1 |
2006-10-04 | re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration) | Mark Mitchell | 1 | -11/+9 |
2006-07-05 | re PR c++/18681 ([DR 45] template friend declaration not recognized) | Jason Merrill | 1 | -13/+18 |
2006-04-24 | re PR c++/26912 (friend const member function specialization fails to compile) | Mark Mitchell | 1 | -7/+2 |
2006-01-03 | re PR c++/25635 (Bogus cruft in error message for invalid operator declaration) | Mark Mitchell | 1 | -1/+1 |
2005-09-12 | re PR c++/7874 (g++ finds friend functions defined in class-definition but no... | Ian Lance Taylor | 1 | -4/+4 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -2/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -7/+7 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -16/+16 |
2005-05-03 | * friend.c, lex.c, mangle.c, repo.c: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -5/+5 |
2004-11-29 | re PR c++/18368 (C++ error message regression) | Mark Mitchell | 1 | -1/+1 |
2004-10-20 | re PR c++/13495 (Friendship to class nested within a template is broken) | Kriang Lerdsuwanakij | 1 | -14/+99 |
2004-10-04 | Convert diagnostics to use quoting flag q 4/n | Gabriel Dos Reis | 1 | -14/+16 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -2/+1 |
2004-06-28 | friend.c (add_friend): Only perform access checks when context is a class. | Nathan Sidwell | 1 | -6/+4 |
2004-06-27 | cp-tree.h (cp_cv_quals): New type. | Mark Mitchell | 1 | -1/+2 |
2004-05-31 | re PR c++/15701 (ICE with friends and template template parameter) | Mark Mitchell | 1 | -1/+5 |
2004-05-03 | re PR c++/14389 (Out-of-line of overloaded template rejected) | Giovanni Bajo | 1 | -1/+4 |
2004-03-24 | dwarf2asm.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-03-20 | call.c (build_op_delete_call): Do not forget the placement arguments when ite... | Mark Mitchell | 1 | -6/+1 |
2003-12-19 | cvt.c: Remove uses of "register" specifier in declarations of arguments and l... | Kazu Hirata | 1 | -1/+1 |
2003-11-22 | re PR c++/5369 (template member friend declaration not honored) | Kriang Lerdsuwanakij | 1 | -34/+55 |
2003-11-12 | re PR c++/12735 (duplicate error messages for redeclaration errors) | Mark Mitchell | 1 | -0/+3 |
2003-11-05 | re PR c++/2019 (Wrong line number warning listing the previous declaration of... | Kriang Lerdsuwanakij | 1 | -6/+2 |
2003-08-23 | PR c++/641, c++/11876 | Kriang Lerdsuwanakij | 1 | -17/+32 |
2003-07-17 | re PR c++/7809 (befriending inaccessible names) | Kriang Lerdsuwanakij | 1 | -0/+3 |
2003-07-16 | re PR c++/5421 (friends+templates: ICE: expected identifier_node, have templa... | Kriang Lerdsuwanakij | 1 | -0/+2 |
2003-07-16 | cp-tree.def (LOOKUP_EXPR): Remove. | Mark Mitchell | 1 | -2/+0 |
2003-07-07 | * friend.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -12/+6 |
2003-07-03 | re PR c++/9162 ([New parser] Problem with default argument in a friend function) | Nathan Sidwell | 1 | -4/+1 |
2003-06-24 | call.c (enforce_access): Assert we get a binfo. | Nathan Sidwell | 1 | -11/+28 |
2003-03-11 | re PR c++/8700 (unhelpful error message for binding temp to reference) | Mark Mitchell | 1 | -2/+2 |
2003-01-02 | except.c, [...]: Fix Copyright years. | Steven Bosscher | 1 | -1/+2 |
2003-01-01 | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+4 |
2002-12-19 | re PR c++/8099 (Friend classes and template specializations) | Kriang Lerdsuwanakij | 1 | -14/+15 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-10-30 | Core issue 287, PR c++/7639 | Kriang Lerdsuwanakij | 1 | -0/+7 |