Age | Commit message (Expand) | Author | Files | Lines |
2001-08-03 | combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments... | Lars Brinkhoff | 1 | -1/+1 |
2001-08-03 | cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used. | Stan Shebs | 3 | -11/+7 |
2001-08-02 | repo.c (get_base_filename): Change return value to const char pointer. | Andrew Cagney | 2 | -2/+7 |
2001-08-02 | Kill -fhonor-std. | Nathan Sidwell | 10 | -100/+49 |
2001-07-31 | *** empty log message *** | Alexandre Petit-Bianco | 2 | -1/+6 |
2001-07-31 | The 3.0 ABI no longer has vbase pointer fields. | Nathan Sidwell | 6 | -78/+23 |
2001-07-31 | re PR c++/3631 (another linking problem with virtual derivation) | Nathan Sidwell | 2 | -4/+10 |
2001-07-31 | class.c (dfs_ctor_vtable_bases_queue_p): Always walk into the shared virtual ... | Nathan Sidwell | 2 | -11/+11 |
2001-07-30 | jump.c: Add prototype for mark_modified_reg. | Andreas Jaeger | 2 | -6/+6 |
2001-07-28 | * method.c (pending_inlines): Remove. | Richard Henderson | 2 | -4/+4 |
2001-07-27 | class.c (mark_primary_virtual_base): Don't adjust base offsets here. | Nathan Sidwell | 2 | -11/+27 |
2001-07-27 | class.c (finish_struct_1): When copying the primary base's VFIELD, make sure ... | Nathan Sidwell | 2 | -10/+21 |
2001-07-26 | pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and tsubst_expr for... | Kriang Lerdsuwanakij | 2 | -2/+8 |
2001-07-26 | spew.c (yylex): Only copy the token's lineno, if it is non-zero. | Nathan Sidwell | 2 | -2/+12 |
2001-07-26 | re PR c++/3624 (Internal error: Segmentation fault) | Nathan Sidwell | 2 | -15/+30 |
2001-07-26 | re PR c++/3152 (g++-3.0 segfaults when compiling program using -g) | Nathan Sidwell | 2 | -14/+33 |
2001-07-25 | call.c (joust): Only prefer a non-builtin candidate to a builtin one if... | Jason Merrill | 7 | -84/+100 |
2001-07-25 | re PR c++/3416 (gcc-3.0 Internal compiler error in arg_assoc, at cp/decl2.c:4... | Nathan Sidwell | 4 | -6/+33 |
2001-07-25 | re PR c++/3543 (gcc-3.0 Internal error #56 in resolve_offset_ref, at cp/init.... | Nathan Sidwell | 3 | -3/+12 |
2001-07-25 | class.c (build_vtbl_or_vbase_field): Remove, move into ... | Nathan Sidwell | 2 | -47/+21 |
2001-07-25 | class.c (build_vbase_offset_vbtl_entries): Look for non-primary base of which... | Nathan Sidwell | 2 | -1/+32 |
2001-07-25 | semantics.c (finish_this_expr): Remove unused code. | Phil Edwards | 2 | -3/+4 |
2001-07-24 | tweak comment | Jason Merrill | 1 | -0/+3 |
2001-07-24 | Simplify rtti, now we've only one ABI. | Nathan Sidwell | 3 | -89/+56 |
2001-07-23 | class.c (type_requires_array_cookie): Fix use of uninitialised variable has_t... | Graham Stott | 2 | -1/+6 |
2001-07-21 | tm.texi: Remove DEFAULT_VTABLE_THUNKS. | Nathan Sidwell | 11 | -537/+97 |
2001-07-21 | Remove old-abi remnants. | Nathan Sidwell | 13 | -692/+206 |
2001-07-20 | Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not params.h. | Daniel Berlin | 2 | -1/+6 |
2001-07-19 | * class.c (finish_struct_anon): Forbid nested classes. | Mark Mitchell | 2 | -1/+12 |
2001-07-19 | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 5 | -7/+15 |
2001-07-19 | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 2 | -5/+5 |
2001-07-19 | class.c (type_requires_array_cookie): New function. | Mark Mitchell | 5 | -41/+112 |
2001-07-18 | NEWS (Changes in GCC 3.0): Fix typo. | Xavier Delacour | 2 | -1/+6 |
2001-07-13 | c-common.c (decl_attributes): Take a pointer to the node to which attributes ... | Joseph Myers | 7 | -20/+34 |
2001-07-12 | decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER for `register' ... | Mark Mitchell | 2 | -1/+13 |
2001-07-11 | stmt.c (parse_output_constraint): New function, split out from ... | Mark Mitchell | 2 | -17/+64 |
2001-07-11 | * Revert today's change -- there is a subtle bug. | Ben Elliston | 5 | -28/+17 |
2001-07-11 | re PR c++/80 (g++ enum and attributed __packed__) | Ben Elliston | 5 | -15/+39 |
2001-07-11 | pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope variables. | Mark Mitchell | 2 | -2/+8 |
2001-07-10 | semantics.c (cp_expand_stmt): Fix for null current_function_return_value. | Jason Merrill | 2 | -2/+11 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 1 | -7/+14 |
2001-07-10 | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 3 | -6/+7 |
2001-07-09 | typeck.c (unary_complex_lvalue): Do not duplicate the argument to modify... | Erik Rozendaal | 2 | -4/+19 |
2001-07-08 | target.h (struct gcc_target): Add insert_attributes. | Joseph Myers | 3 | -14/+8 |
2001-07-08 | c-common.c (decl_attributes): Only take a single attributes parameter. | Joseph Myers | 3 | -3/+8 |
2001-07-07 | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 3 | -13/+13 |
2001-07-06 | cp-tree.def (TEMPLATE_DECL): Update comment. | Ira Ruben | 2 | -2/+7 |
2001-07-06 | cp-tree.h (copy_template_template_parm): Rename to ... | Kriang Lerdsuwanakij | 4 | -34/+26 |
2001-07-05 | cvt.c (convert_lvalue): New fn. | Jason Merrill | 6 | -16/+48 |
2001-07-02 | c-common.h (TDI_inlined): New ast dump phase. | Nathan Sidwell | 3 | -68/+89 |