| Commit message (Expand) | Author | Age | Files | Lines |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-09-21 | 1 | -2/+2 |
* | error.c: Fix comment formatting. | Kazu Hirata | 2002-09-14 | 1 | -3/+3 |
* | call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | Mike Stump | 2002-08-09 | 1 | -1/+1 |
* | Rework build_component_ref. | Mark Mitchell | 2002-08-08 | 1 | -13/+23 |
* | init.c (build_member_call): Use build_new_method_call, not build_method_call. | Mark Mitchell | 2002-08-02 | 1 | -6/+13 |
* | call.c (build_field_call): Do not look up the field by name. | Mark Mitchell | 2002-08-01 | 1 | -23/+31 |
* | function.c (assign_parms): Handle frontend-directed pass by invisible reference. | Jason Merrill | 2002-07-26 | 1 | -1/+3 |
* | c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining. | Gabriel Dos Reis | 2002-07-25 | 1 | -3/+3 |
* | cp-tree.h (constructor_name_p): Declare it. | Mark Mitchell | 2002-07-09 | 1 | -2/+1 |
* | re PR c++/6944 (missing feature on default copy-constructor for class with mu... | Kriang Lerdsuwanakij | 2002-07-03 | 1 | -8/+18 |
* | call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | Mark Mitchell | 2002-06-25 | 1 | -1/+1 |
* | init.c (build_vec_init): Test for trivial copy-assignment when copy-assigning... | Alexandre Oliva | 2002-05-21 | 1 | -1/+4 |
* | * init.c (build_default_init): Remove unused variable. | Andreas Jaeger | 2002-05-20 | 1 | -2/+0 |
* | cp-tree.h (complete_type_or_diagnostic): Changed prototype, renamed from... | Alexandre Oliva | 2002-05-19 | 1 | -3/+10 |
* | cp-tree.h (struct lang_type): Added non_zero_init. | Alexandre Oliva | 2002-05-14 | 1 | -22/+40 |
* | c-common.h (STMT_EXPR_NO_SCOPE): New macro. | Mark Mitchell | 2002-04-17 | 1 | -5/+4 |
* | init.c (build_member_call): For now, don't convert to intermediate base if it... | Jason Merrill | 2002-04-09 | 1 | -1/+5 |
* | re PR c++/525 (Problem with Multiple Inheritance and -pedantic) | Jason Merrill | 2002-04-06 | 1 | -38/+13 |
* | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 2002-04-04 | 1 | -1/+1 |
* | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 2002-04-03 | 1 | -4/+6 |
* | c-decl.c (grokdeclarator): Update. | Neil Booth | 2002-04-01 | 1 | -1/+1 |
* | re PR c++/4884 (g++ 3.0.2 problem with -fvolatile) | Mark Mitchell | 2002-03-26 | 1 | -13/+12 |
* | re PR c++/2136 (g++ seems to disregard '::' in '::delete') | Jason Merrill | 2002-03-20 | 1 | -0/+8 |
* | re PR c++/2039 (bad code generated for access to unnamed union in base class) | Jason Merrill | 2002-03-18 | 1 | -25/+8 |
* | re PR c++/5757 (Throwing exception in constructor, causes segfault during unw... | Jason Merrill | 2002-03-17 | 1 | -2/+11 |
* | * init.c (build_new_1): Use size_binop instead of cp_build_binary_op. | Richard Henderson | 2002-03-15 | 1 | -1/+1 |
* | cp-tree.h (init_init_processing): Remove declaration. | Richard Sandiford | 2002-03-13 | 1 | -20/+0 |
* | tree.h (TARGET_EXPR_SLOT, [...]): New macros. | Jason Merrill | 2002-02-28 | 1 | -0/+20 |
* | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 2002-01-23 | 1 | -5/+5 |
* | re PR c++/3331 (member pointer inherits const) | Jason Merrill | 2002-01-23 | 1 | -3/+2 |
* | parse.y (function_body): Suppress the block for the outermost curly braces. | Jason Merrill | 2002-01-22 | 1 | -8/+0 |
* | decl.c (begin_constructor_body, [...]): New fns. | Jason Merrill | 2002-01-17 | 1 | -0/+8 |
* | re PR c++/335 (gcc accepts assignment in read-only structures) | Nathan Sidwell | 2001-12-29 | 1 | -2/+12 |
* | gcc.pot: Regenerate. | Joseph Myers | 2001-12-18 | 1 | -1/+1 |
* | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 2001-12-18 | 1 | -28/+28 |
* | c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro. | Jason Merrill | 2001-12-13 | 1 | -49/+86 |
* | langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in... | Jason Merrill | 2001-12-05 | 1 | -2/+5 |
* | re PR c++/164 (bogus error throwing class with inaccessible base) | Nathan Sidwell | 2001-12-04 | 1 | -1/+2 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -1/+1 |
* | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base. | Nathan Sidwell | 2001-11-29 | 1 | -1/+2 |
* | re PR c++/3145 (virtual inheritance still creates wrong code) | Nathan Sidwell | 2001-11-25 | 1 | -28/+18 |
* | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 2001-11-22 | 1 | -1/+1 |
* | re PR c++/3154 (Tree check: expected class 't', have 'd' (type_decl) in is_ag... | Nathan Sidwell | 2001-11-15 | 1 | -114/+67 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -1/+1 |
* | Kill -fhonor-std. | Nathan Sidwell | 2001-08-02 | 1 | -6/+0 |
* | tm.texi: Remove DEFAULT_VTABLE_THUNKS. | Nathan Sidwell | 2001-07-21 | 1 | -8/+0 |
* | Remove old-abi remnants. | Nathan Sidwell | 2001-07-21 | 1 | -30/+11 |
* | regmove.c (replace_in_call_usage): Fix warnings. | Jan van Male | 2001-07-10 | 1 | -1/+1 |
* | call.c (build_op_delete_call): Ignore exception-specifications when looking f... | Mark Mitchell | 2001-05-22 | 1 | -3/+24 |
* | init.c (member_init_ok_or_else): Take a tree rather than string for name. | Nathan Sidwell | 2001-05-16 | 1 | -5/+5 |