Age | Commit message (Expand) | Author | Files | Lines |
2006-01-18 | tree.c (find_tree_t, find_tree): Remove. | Kazu Hirata | 1 | -1/+0 |
2006-01-03 | re PR c++/25635 (Bogus cruft in error message for invalid operator declaration) | Mark Mitchell | 1 | -1/+1 |
2005-12-27 | PR c++/23171, c++/23172, c++/25417. | Mark Mitchell | 1 | -0/+6 |
2005-11-27 | re PR c++/24979 (DECL_MAIN_P is declared twice in cp-tree.h) | Volker Reichelt | 1 | -7/+0 |
2005-11-04 | cp-tree.h (cp_cpp_error), [...]): Take va_list* parameter. | Joseph Myers | 1 | -1/+1 |
2005-11-03 | re PR c++/17964 (cpp error messages contain wrong line in C++) | Joseph Myers | 1 | -0/+3 |
2005-10-18 | re PR c++/22604 (ICE after invalid covariant return) | Nathan Sidwell | 1 | -1/+1 |
2005-10-17 | re PR c++/24386 (wrong virtual function called in template member) | Nathan Sidwell | 1 | -0/+4 |
2005-10-16 | re PR c++/22137 (Internal error: Segmentation fault (program cc1plus)) | Mark Mitchell | 1 | -3/+13 |
2005-10-13 | re PR c++/20721 (crossing of a initialization left undetected on goto) | Mark Mitchell | 1 | -2/+9 |
2005-09-27 | re PR c++/13764 (c++ front-end creates extra blocks) | Jason Merrill | 1 | -0/+2 |
2005-09-12 | re PR c++/7874 (g++ finds friend functions defined in class-definition but no... | Ian Lance Taylor | 1 | -9/+19 |
2005-09-06 | re PR c/23075 (Redundant / bogus warning) | Jakub Jelinek | 1 | -1/+1 |
2005-09-06 | re PR c++/9782 (constructor not called on higher-dimensional arrays of templa... | Mark Mitchell | 1 | -1/+2 |
2005-09-06 | cp-tree.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2005-08-29 | re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460) | Mark Mitchell | 1 | -0/+1 |
2005-08-26 | re PR c++/23491 (new declarator with constant expression gives "error: invali... | Mark Mitchell | 1 | -1/+1 |
2005-08-15 | Fix Infinite Stack Recursion Regression. | Fariborz Jahanian | 1 | -2/+2 |
2005-07-20 | Make CONSTRUCTOR use VEC to store initializers. | Giovanni Bajo | 1 | -5/+6 |
2005-07-18 | re PR c++/22263 (explicit instantiation fails to emit symbols defined later) | Mark Mitchell | 1 | -1/+1 |
2005-07-17 | re PR c++/22139 (Segfault with templates and friend functions) | Mark Mitchell | 1 | -2/+18 |
2005-07-15 | re PR c++/22132 (Wrong code: upcasting a const class pointer to struct the cl... | Mark Mitchell | 1 | -0/+1 |
2005-07-09 | cp-lang.c (shadowed_var_for_decl, [...]): Move over to cp-objcp-common.c. | Andrew Pinski | 1 | -0/+1 |
2005-07-08 | Makefile.in (TREE_H): Add treestruct.def. | Daniel Berlin | 1 | -14/+21 |
2005-07-03 | c-common.h (GCC_DIAG_STYLE): Define. | Joseph Myers | 1 | -2/+4 |
2005-07-02 | toplev.c (default_tree_printer): Handle setting location with '+' flag. | Joseph Myers | 1 | -4/+0 |
2005-06-26 | genautomata.c (decl_mode_check_failed, [...]): Add noreturn attribute. | Kaveh R. Ghazi | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Make-lang.in: Reformat some long lines. | Nathan Sidwell | 1 | -24/+0 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -494/+510 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -7/+7 |
2005-06-08 | re PR c++/19497 (Invalid declaration in template diagnosed too late) | Nathan Sidwell | 1 | -0/+10 |
2005-06-07 | cp-tree.def (DEFAULT_ARG): Adjust documentation. | Nathan Sidwell | 1 | -0/+3 |
2005-06-06 | re PR c++/20637 (Confusing message with different using declarations) | Nathan Sidwell | 1 | -1/+1 |
2005-06-05 | re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time cons... | Mark Mitchell | 1 | -0/+6 |
2005-06-03 | re PR c++/21336 (Internal compiler error when using custom new operators) | Mark Mitchell | 1 | -1/+1 |
2005-05-28 | c-decl.c (add_stmt): Add C frontend specific version. | Ian Lance Taylor | 1 | -0/+7 |
2005-05-25 | re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) | Richard Henderson | 1 | -0/+1 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 1 | -0/+11 |
2005-05-12 | c-common.h (statement_code_p): Don't declare. | Ian Lance Taylor | 1 | -6/+5 |
2005-05-04 | cp-tree.h (language_function): Change the type of x_local_names to VEC. | Kazu Hirata | 1 | -1/+1 |
2005-05-02 | class.c (current_lang_depth, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+1 |
2005-05-02 | class.c (local_classes, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+1 |
2005-05-02 | re PR c++/19542 (attribute(sentinel) has problems with C++ __null) | Michael Matz | 1 | -4/+0 |
2005-04-25 | c-common.def (EXPR_STMT): Remove, moved to C++ frontend. | Ian Lance Taylor | 1 | -1/+5 |
2005-04-21 | cp-tree.h (THROW_NAME, [...]): Remove. | Kazu Hirata | 1 | -18/+0 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -7/+8 |
2005-04-20 | c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def). | Ian Lance Taylor | 1 | -0/+8 |
2005-04-18 | * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove. | Kazu Hirata | 1 | -8/+0 |
2005-04-17 | cp-tree.h (LOOKUP_GLOBAL): Remove. | Kazu Hirata | 1 | -11/+8 |