| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c (builtin_define_float_constants): Define | mmitchel | 2003-01-30 | 1 | -2/+2 |
* | PR c++/9354 | mmitchel | 2003-01-23 | 1 | -1/+2 |
* | PR c++/8564 | jason | 2003-01-17 | 1 | -12/+22 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -1/+0 |
* | * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better. | jason | 2003-01-03 | 1 | -10/+17 |
* | * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c, | neil | 2003-01-01 | 1 | -4/+4 |
* | Remove traditional C constructs 3/n. | gdr | 2002-12-28 | 1 | -1/+1 |
* | * Make-lang.in (po-generated): Remove parse.c. | mmitchel | 2002-12-28 | 1 | -6/+19 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -21/+20 |
* | PR c++/8727 | mmitchel | 2002-12-01 | 1 | -1/+1 |
* | * init.c (expand_default_init): Handle brace-enclosed initializers | mmitchel | 2002-10-17 | 1 | -10/+5 |
* | cp: | nathan | 2002-10-15 | 1 | -6/+5 |
* | 2002-10-11 Jason Molenda <jmolenda@apple.com> | zack | 2002-10-11 | 1 | -0/+2 |
* | * NEWS: Document removal of "new X = ..." extension. | mmitchel | 2002-10-11 | 1 | -20/+15 |
* | PR c++/7188. | mmitchel | 2002-10-02 | 1 | -404/+255 |
* | * store-layout.c (finish_record_layout): Add free_p parameter. | mmitchel | 2002-09-30 | 1 | -45/+126 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -2/+2 |
* | * error.c: Fix comment formatting. | kazu | 2002-09-14 | 1 | -3/+3 |
* | * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | mrs | 2002-08-09 | 1 | -1/+1 |
* | Rework build_component_ref. | mmitchel | 2002-08-08 | 1 | -13/+23 |
* | * init.c (build_member_call): Use build_new_method_call, not | mmitchel | 2002-08-02 | 1 | -6/+13 |
* | * call.c (build_field_call): Do not look up the field by name. | mmitchel | 2002-08-01 | 1 | -23/+31 |
* | * function.c (assign_parms): Handle frontend-directed pass by | jason | 2002-07-26 | 1 | -1/+3 |
* | * c-common.c (c_sizeof_or_alignof_type): Take a third argument for | gdr | 2002-07-25 | 1 | -3/+3 |
* | * cp-tree.h (constructor_name_p): Declare it. | mmitchel | 2002-07-09 | 1 | -2/+1 |
* | PR c++/6944 | lerdsuwa | 2002-07-03 | 1 | -8/+18 |
* | * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS. | mmitchel | 2002-06-25 | 1 | -1/+1 |
* | * init.c (build_vec_init): Test for trivial copy-assignment when | aoliva | 2002-05-21 | 1 | -1/+4 |
* | * init.c (build_default_init): Remove unused variable. | aj | 2002-05-20 | 1 | -2/+0 |
* | * cp-tree.h (complete_type_or_diagnostic): Changed prototype, | aoliva | 2002-05-19 | 1 | -3/+10 |
* | * cp-tree.h (struct lang_type): Added non_zero_init. | aoliva | 2002-05-14 | 1 | -22/+40 |
* | * c-common.h (STMT_EXPR_NO_SCOPE): New macro. | mmitchel | 2002-04-17 | 1 | -5/+4 |
* | * init.c (build_member_call): For now, don't convert to | jason | 2002-04-09 | 1 | -1/+5 |
* | PR c++/525 | jason | 2002-04-06 | 1 | -38/+13 |
* | * c-common.c (truthvalue_conversion): Rename, update. | neil | 2002-04-04 | 1 | -1/+1 |
* | PR c++/5636 | jason | 2002-04-04 | 1 | -4/+6 |
* | * c-decl.c (grokdeclarator): Update. | neil | 2002-04-01 | 1 | -1/+1 |
* | PR c++/4884. | mmitchel | 2002-03-26 | 1 | -13/+12 |
* | PR c++/2136 | jason | 2002-03-20 | 1 | -0/+8 |
* | PR c++/2039 | jason | 2002-03-18 | 1 | -25/+8 |
* | PR c++/5757 | jason | 2002-03-17 | 1 | -2/+11 |
* | * init.c (build_new_1): Use size_binop instead of cp_build_binary_op. | rth | 2002-03-16 | 1 | -1/+1 |
* | * cp-tree.h (init_init_processing): Remove declaration. | rsandifo | 2002-03-13 | 1 | -20/+0 |
* | * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros. | jason | 2002-03-01 | 1 | -0/+20 |
* | 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org> | rodrigc | 2002-01-23 | 1 | -5/+5 |
* | * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF. | jason | 2002-01-23 | 1 | -3/+2 |
* | * parse.y (function_body): Suppress the block for the outermost | jason | 2002-01-22 | 1 | -8/+0 |
* | * decl.c (begin_constructor_body, begin_destructor_body): New fns. | jason | 2002-01-17 | 1 | -0/+8 |
* | cp: | nathan | 2001-12-29 | 1 | -2/+12 |
* | * po/gcc.pot: Regenerate. | jsm28 | 2001-12-18 | 1 | -1/+1 |