Age | Commit message (Expand) | Author | Files | Lines |
2006-06-06 | Fix up whitespacing | Mike Stump | 1 | -1/+1 |
2005-12-27 | re PR c++/25439 ("template<> int A<0>" accepted) | Mark Mitchell | 1 | -0/+6 |
2005-12-06 | In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -1/+2 |
2005-08-16 | aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete. | Kaveh R. Ghazi | 1 | -4/+4 |
2005-07-26 | ptree.c (cxx_print_identifier): Print a leading space if the indent level is 0. | Ian Lance Taylor | 1 | -2/+8 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -1/+1 |
2005-02-11 | * cp-tree.def, except.c, ptree.c: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-09 | re PR c++/19733 (ICE on invalid destructor call) | Mark Mitchell | 1 | -2/+0 |
2004-09-21 | cp-tree.h (struct lang_type_header): Remove uses_multiple_inheritance field. | Nathan Sidwell | 1 | -2/+0 |
2004-07-16 | vec.h (VEC_address): New function. | Mark Mitchell | 1 | -2/+0 |
2004-07-13 | cp-tree.h (lang_identifier): Remove class_value. | Mark Mitchell | 1 | -1/+0 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -1/+6 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -1/+1 |
2004-03-15 | c-incpath.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-03-09 | re PR c++/14401 (Uninitialized reference error not reported.) | Mark Mitchell | 1 | -2/+0 |
2003-12-08 | re PR c++/11971 (ICE in cp_expr_size with variadic function call) | Jason Merrill | 1 | -0/+2 |
2003-08-12 | re PR c++/11703 (Problem with using enum in placement delete) | Mark Mitchell | 1 | -6/+0 |
2003-07-08 | bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with adjacent std... | Kaveh R. Ghazi | 1 | -15/+8 |
2003-05-17 | cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN... | Kaveh R. Ghazi | 1 | -12/+8 |
2003-04-03 | gengtype-lex.l (IWORD): Add CHAR_BITFIELD. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-03-15 | Compile-time improvement: 2/n. | Gabriel Dos Reis | 1 | -8/+11 |
2003-01-02 | except.c, [...]: Fix Copyright years. | Steven Bosscher | 1 | -1/+1 |
2003-01-01 | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+4 |
2002-12-29 | Remove traditional C constructs 4/n. | Gabriel Dos Reis | 1 | -16/+4 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2001-11-09 | Makefile.in: Update. | Neil Booth | 1 | -4/+4 |
2001-03-21 | pt.c (instantiate_decl): Abort if we see a member constant instantiation that... | Jason Merrill | 1 | -2/+0 |
2000-09-04 | cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code. | Kriang Lerdsuwanakij | 1 | -0/+1 |
2000-05-24 | cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable and bitfield ... | Mark Mitchell | 1 | -8/+9 |
2000-04-10 | cp-tree.h (struct lang_decl): Remove main_decl_variant. | Mark Mitchell | 1 | -5/+0 |
2000-03-03 | * tree.h (TYPE_ALIGN_UNIT): New macro. | Mark Mitchell | 1 | -3/+3 |
2000-02-26 | Fix copyrights | Jeff Law | 1 | -1/+2 |
1999-09-23 | cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): New macro. | Martin v. Löwis | 1 | -1/+2 |
1999-08-08 | ptree.c (print_lang_type): Print the real type of a PMF. | Jason Merrill | 1 | -2/+20 |
1999-07-09 | cp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs (use... | Michael Tiemann | 1 | -1/+8 |
1999-07-09 | pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to ped... | Jason Merrill | 1 | -0/+2 |
1999-05-18 | call.c (find_scoped_type, [...]): Lose. | Jason Merrill | 1 | -5/+1 |
1999-03-30 | cp-tree.h (IDENTIFIER_AS_DESC, [...]): Remove cruft. | Jason Merrill | 1 | -7/+2 |
1999-03-24 | cp-tree.h (lang_type): Remove has_assignment and has_real_assignment. | Mark Mitchell | 1 | -2/+0 |
1998-12-13 | cp-tree.def (CPLUS_BINDING): Update documentation. | Mark Mitchell | 1 | -2/+3 |
1998-11-22 | update copyrights | Jason Merrill | 1 | -1/+1 |
1998-06-22 | Warning fixes: | Kaveh R. Ghazi | 1 | -6/+12 |
1998-05-11 | * ptree.c (lang_print_xnode): Add missing `break'. | Mark Mitchell | 1 | -0/+1 |
1998-05-07 | massive namespace patch | Martin v. Löwis | 1 | -1/+4 |
1998-04-02 | cp-tree.h: Lose CLASSTYPE_VBASE_SIZE, some unused stuff. | Jason Merrill | 1 | -6/+0 |
1998-04-01 | * class.c, Make sure system.h is included just after config.h. | Jeffrey A Law | 1 | -1/+1 |
1998-03-31 | call.c: Include system.h. | Jeffrey A Law | 1 | -1/+1 |
1998-03-30 | tree.c (member_p): New fn. | Jason Merrill | 1 | -0/+6 |
1998-03-02 | call.c, [...]: Remove support for -fno-ansi-overloading and overloading METHO... | Jason Merrill | 1 | -2/+0 |