Age | Commit message (Expand) | Author | Files | Lines |
2003-09-27 | name-lookup.h (get_global_value_if_present): New function. | Gabriel Dos Reis | 1 | -6/+2 |
2003-09-14 | * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinfo decls. | Geoffrey Keating | 1 | -1/+2 |
2003-09-05 | re PR c++/12037 (Spurious "statement has no effect" in templates) | Nathan Sidwell | 1 | -1/+7 |
2003-08-01 | PR c++/8442, c++/8806 | Kriang Lerdsuwanakij | 1 | -4/+4 |
2003-07-29 | re PR c++/11667 (wider-than-int enums never compare equal to 0) | Mark Mitchell | 1 | -2/+3 |
2003-07-22 | fold-const.c (force_fit_type): Handle OFFSET_TYPE. | Mark Mitchell | 1 | -17/+13 |
2003-07-19 | fixfixes.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-08 | cp-tree.h (build_scoped_method_call): Remove. | Mark Mitchell | 1 | -6/+2 |
2003-07-06 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-07-04 | call.c (build_addr_func): Handle bound pointers-to-members. | Mark Mitchell | 1 | -6/+0 |
2003-06-23 | decl.c (register_dtor_fn): Mark cleanup as used. | Jan Hubicka | 1 | -3/+12 |
2003-06-20 | re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined)) | Mark Mitchell | 1 | -4/+2 |
2003-06-13 | * rtti.c: Remove PARAMS. | Nathanael Nerode | 1 | -21/+21 |
2003-05-17 | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 1 | -4/+3 |
2003-04-22 | * rtti.c (throw_bad_typeid): Use build_cxx_call. | Mark Mitchell | 1 | -1/+1 |
2003-04-22 | Makefile.in (calls.o): Depend on except.h. | Mark Mitchell | 1 | -2/+2 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -8/+7 |
2003-04-03 | gengtype-lex.l (IWORD): Add CHAR_BITFIELD. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-03-20 | cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray. | Matt Austern | 1 | -4/+15 |
2003-03-07 | call.c (merge_conversion_sequences): New function. | Mark Mitchell | 1 | -7/+2 |
2003-02-20 | Change base class access representation. | Nathan Sidwell | 1 | -7/+9 |
2003-01-17 | re PR c++/9294 ([new parser] parser enters infinite loop) | Mark Mitchell | 1 | -3/+8 |
2003-01-14 | Further conform g++'s __vmi_class_type_info to the C++ ABI specification. | Jeffrey D. Oldham | 1 | -11/+1 |
2003-01-10 | re PR c++/9128 (Typeid does not work on polymorphic classes) | Mark Mitchell | 1 | -10/+16 |
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 | -101/+62 |
2002-12-28 | Make-lang.in (po-generated): Remove parse.c. | Mark Mitchell | 1 | -5/+8 |
2002-12-19 | Handle anonymous unions at the tree level. | Jason Merrill | 1 | -1/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -16/+30 |
2002-12-01 | re PR c++/8727 (compiler confused by inheritance from an anonymous struct) | Mark Mitchell | 1 | -0/+12 |
2002-11-22 | rtti2.C: New test. | Mark Mitchell | 1 | -2/+1 |
2002-10-11 | NEWS: Document removal of "new X = ..." extension. | Mark Mitchell | 1 | -1/+3 |
2002-09-29 | re PR c++/7788 (g++-3.2 internal error: Segmentation fault) | Nathan Sidwell | 1 | -3/+5 |
2002-09-21 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -4/+4 |
2002-09-14 | error.c: Fix comment formatting. | Kazu Hirata | 1 | -15/+15 |
2002-09-04 | typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type. | Jason Merrill | 1 | -1/+2 |
2002-07-17 | re PR c++/7320 (g++ 3.2 relocation problem) | Scott Snyder | 1 | -0/+1 |
2002-07-05 | Repair damage on weak-impared targets caused by my previous patch. | Nathan Sidwell | 1 | -6/+8 |
2002-06-30 | cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ... | Nathan Sidwell | 1 | -313/+299 |
2002-06-26 | cp-tree.h (xref_tag): Change prototype. | Mark Mitchell | 1 | -6/+11 |
2002-06-13 | defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New. | Richard Henderson | 1 | -8/+7 |
2002-05-16 | rtti.c (get_tinfo_decl): Don't call comdat_linkage. | Jason Merrill | 1 | -20/+22 |
2002-05-14 | revert last checkin | Jason Merrill | 1 | -4/+2 |
2002-05-13 | class.c (build_vtbl_ref_1): Use fixed_type_or_null. | Jason Merrill | 1 | -2/+4 |
2002-04-26 | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 1 | -1/+1 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -1/+1 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -4/+4 |
2001-12-16 | ChangeLog.1, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-12-05 | langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in... | Jason Merrill | 1 | -1/+10 |
2001-11-25 | re PR c++/3145 (virtual inheritance still creates wrong code) | Nathan Sidwell | 1 | -19/+6 |