Age | Commit message (Expand) | Author | Files | Lines |
2005-01-18 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2004-12-31 | re PR middle-end/17799 (Non-optimizing compile loses 'this') | Richard Henderson | 1 | -0/+2 |
2004-12-22 | * rtti.c (emit_support_tinfos): Avoid using C99 semantics. | Mark Mitchell | 1 | -5/+7 |
2004-12-22 | re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ... | Mark Mitchell | 1 | -16/+26 |
2004-12-08 | re PR c++/18803 (rejects access to operator() in template) | Nathan Sidwell | 1 | -27/+21 |
2004-11-25 | Friend class name lookup 2/n, PR c++/14513, c++/15410 | Kriang Lerdsuwanakij | 1 | -4/+4 |
2004-10-18 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call. | Nathan Sidwell | 1 | -1/+1 |
2004-10-11 | cp-tree.h (get_dynamic_cast_base_type): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2004-10-10 | Convert diagnostics to use quoting flag q 7/n | Gabriel Dos Reis | 1 | -7/+8 |
2004-09-22 | cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree). | Nathan Sidwell | 1 | -6/+5 |
2004-09-22 | cp-tree.h (struct lang_type_class): Remove marked flags, add diamond_shaped a... | Nathan Sidwell | 1 | -57/+2 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -5/+5 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -10/+9 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -9/+9 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -10/+14 |
2004-08-04 | class.c (build_vtable): Do not set DECL_VISIBILITY here. | Mark Mitchell | 1 | -22/+5 |
2004-07-29 | c-common.h (lang_post_pch_load): New variable. | Mark Mitchell | 1 | -89/+103 |
2004-07-26 | tree.h (BINFO_BASE_ACCESSES): Accesses are a VEC(tree). | Nathan Sidwell | 1 | -4/+4 |
2004-07-25 | re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas... | Niall Douglas | 1 | -1/+10 |
2004-07-20 | tree.h: Include vec.h | Nathan Sidwell | 1 | -7/+4 |
2004-07-16 | vec.h (VEC_address): New function. | Mark Mitchell | 1 | -1/+1 |
2004-07-12 | re PR c++/16475 (FAIL: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:) | Andrew Pinski | 1 | -5/+1 |
2004-07-12 | call.c (build_user_type_conversion_1, [...]): Pass type directly to lookup_fn... | Nathan Sidwell | 1 | -1/+0 |
2004-07-07 | re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections) | H.J. Lu | 1 | -1/+5 |
2004-07-07 | tree.h (TYPE_BINFO_OFFSET, [...]): Remove. | Nathan Sidwell | 1 | -7/+7 |
2004-07-06 | tree.h (TREE_VIA_VIRTUAL): Rename to ... | Nathan Sidwell | 1 | -3/+3 |
2004-06-24 | c-common.c (expand_unordered_cmp): Delete. | Roger Sayle | 1 | -3/+3 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -7/+16 |
2004-04-30 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-22 | class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on braced initiali... | Mark Mitchell | 1 | -7/+5 |
2004-03-08 | re PR c++/13170 (ICE in build_base_path) | Jason Merrill | 1 | -4/+2 |
2004-02-07 | c-ppoutput.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-05 | re PR c++/9941 (typeinfo not generated correctly when #pragmas are involved) | Mark Mitchell | 1 | -1/+1 |
2003-12-21 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
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 |