| Commit message (Expand) | Author | Age | Files | Lines |
* | * cp-tree.h (require_complete_eh_spec_types): Add prototype. | ghazi | 2002-09-09 | 1 | -0/+4 |
* | * typeck2.c (add_exception_specifier): Only pedwarn for an | jason | 2002-09-04 | 1 | -0/+11 |
* | * decl.c (start_cleanup_fn): Clear interface_only before | jakub | 2002-09-04 | 1 | -0/+5 |
* | * cp-lang.c (cp_expr_size): Allow initialization from a | jason | 2002-09-01 | 1 | -0/+5 |
* | Mark pr last change. | rth | 2002-08-31 | 1 | -0/+1 |
* | * tree.c: Include target.h. | rth | 2002-08-31 | 1 | -0/+7 |
* | * c-common.c (warn_abi): New variable. | mmitchel | 2002-08-27 | 1 | -0/+6 |
* | 2002-08-24 Matt Austern <austern@apple.com> | shebs | 2002-08-25 | 1 | -0/+10 |
* | * typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR | mmitchel | 2002-08-23 | 1 | -0/+5 |
* | * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR. | jason | 2002-08-22 | 1 | -0/+5 |
* | Fix PR/7621 | gdr | 2002-08-17 | 1 | -0/+6 |
* | * semantics.c (finish_then_clause): Remove redundant assignment. | jason | 2002-08-17 | 1 | -0/+8 |
* | * parse.y (sizeof, alignof, typeof): New non-terminals to | aoliva | 2002-08-15 | 1 | -0/+8 |
* | *** empty log message *** | gdr | 2002-08-15 | 1 | -0/+6 |
* | cp: | nathan | 2002-08-15 | 1 | -0/+6 |
* | * decl.c (pushdecl_class_level): Honor requests to bind names to | mmitchel | 2002-08-13 | 1 | -0/+5 |
* | * decl2.c (build_call_from_tree): Fix uninitialized variable. | ghazi | 2002-08-11 | 1 | -0/+6 |
* | * decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + | gdr | 2002-08-11 | 1 | -0/+9 |
* | * c-opts.c (set_std_cxx98, set_std_c89): New. | neil | 2002-08-10 | 1 | -0/+4 |
* | cp: | nathan | 2002-08-10 | 1 | -0/+4 |
* | * call.c (standard_conversion): Use build_ptrmem_type. | mmitchel | 2002-08-09 | 1 | -0/+16 |
* | cleanup whitespacing a tad. | mrs | 2002-08-09 | 1 | -15/+15 |
* | * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | mrs | 2002-08-09 | 1 | -0/+38 |
* | * typeck.c (build_class_member_access_expr): Do not return | mmitchel | 2002-08-08 | 1 | -0/+5 |
* | cp: | nathan | 2002-08-08 | 1 | -0/+6 |
* | * class.c (convert_to_base): Correct check for error_mark_node. | nathan | 2002-08-08 | 1 | -0/+5 |
* | * configure.in (enable_coverage): New enable switch. | nathan | 2002-08-08 | 1 | -0/+4 |
* | Rework build_component_ref. | mmitchel | 2002-08-08 | 1 | -0/+70 |
* | * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update. | neil | 2002-08-07 | 1 | -0/+8 |
* | cp/ | gdr | 2002-08-07 | 1 | -0/+4 |
* | Index: ChangeLog | geoffk | 2002-08-05 | 1 | -0/+11 |
* | cp/ | gdr | 2002-08-05 | 1 | -0/+6 |
* | Index: ChangeLog | geoffk | 2002-08-04 | 1 | -0/+9 |
* | * cp-tree.h (VF_DERIVED_VALUE): Remove. | nathan | 2002-08-04 | 1 | -0/+5 |
* | PR 7470. | nathan | 2002-08-04 | 1 | -0/+13 |
* | * init.c (build_member_call): Use build_new_method_call, not | mmitchel | 2002-08-02 | 1 | -0/+5 |
* | * Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies. | kristerw | 2002-08-02 | 1 | -0/+4 |
* | * call.c (build_method_call): Issue a more helpful error message | mmitchel | 2002-08-02 | 1 | -0/+5 |
* | * tree.c (build_shared_int_cst): Make cache file scope, and | nathan | 2002-08-02 | 1 | -0/+5 |
* | * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro. | jason | 2002-08-02 | 1 | -0/+6 |
* | * semantics.c (expand_body): Do tree optimization in the function | jason | 2002-08-02 | 1 | -0/+5 |
* | * c-common.c: Define all C/ObjC/C++ warning and flag variables. | neil | 2002-08-01 | 1 | -0/+8 |
* | * call.c (build_field_call): Do not look up the field by name. | mmitchel | 2002-08-01 | 1 | -0/+62 |
* | gcc/ | sirl | 2002-07-30 | 1 | -0/+4 |
* | * cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion. | gdr | 2002-07-30 | 1 | -0/+4 |
* | * cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more | nathan | 2002-07-30 | 1 | -0/+5 |
* | * cp-tree.h: Comment typo fix. | amodra | 2002-07-29 | 1 | -0/+4 |
* | * spew.c (space_for_token): Allocate zeroed memory for a new token | rearnsha | 2002-07-29 | 1 | -0/+5 |
* | * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS | sayle | 2002-07-28 | 1 | -0/+5 |
* | * cp/decl2.c (cxx_decode_option): Support -fno-builtin-foo. | sayle | 2002-07-27 | 1 | -0/+4 |