Age | Commit message (Expand) | Author | Files | Lines |
2002-09-09 | * cp-tree.h (require_complete_eh_spec_types): Add prototype. | Kaveh R. Ghazi | 2 | -0/+5 |
2002-09-04 | typeck2.c (add_exception_specifier): Only pedwarn for an incomplete type. | Jason Merrill | 5 | -16/+81 |
2002-09-04 | decl.c (start_cleanup_fn): Clear interface_only before start_function, restor... | Jakub Jelinek | 2 | -0/+8 |
2002-09-01 | cp-lang.c (cp_expr_size): Allow initialization from a CONSTRUCTOR. | Jason Merrill | 2 | -1/+8 |
2002-08-30 | Mark pr last change. | Richard Henderson | 1 | -0/+1 |
2002-08-30 | tree.c: Include target.h. | Richard Henderson | 3 | -1/+17 |
2002-08-27 | c-common.c (warn_abi): New variable. | Mark Mitchell | 2 | -1/+43 |
2002-08-25 | tree.c (lvalue_p_1): Add argument for whether casts of lvalues are allowable. | Matt Austern | 4 | -17/+59 |
2002-08-23 | typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR and COND_EXPR... | Mark Mitchell | 2 | -1/+27 |
2002-08-22 | c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR. | Jason Merrill | 3 | -2/+7 |
2002-08-17 | Fix PR/7621 | Gabriel Dos Reis | 2 | -2/+18 |
2002-08-16 | semantics.c (finish_then_clause): Remove redundant assignment. | Jason Merrill | 2 | -21/+51 |
2002-08-15 | parse.y (sizeof, [...]): New non-terminals to increment skip_evaluation. | Alexandre Oliva | 3 | -13/+40 |
2002-08-15 | *** empty log message *** | Gabriel Dos Reis | 2 | -1/+13 |
2002-08-15 | re PR c++/7598 (offsetof broken) | Nathan Sidwell | 2 | -0/+24 |
2002-08-13 | decl.c (pushdecl_class_level): Honor requests to bind names to OVERLOADs. | Mark Mitchell | 2 | -8/+14 |
2002-08-11 | decl2.c (build_call_from_tree): Fix uninitialized variable. | Kaveh R. Ghazi | 4 | -3/+15 |
2002-08-11 | decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE... | Gabriel Dos Reis | 5 | -20/+20 |
2002-08-10 | c-opts.c (set_std_cxx98, [...]): New. | Neil Booth | 2 | -5/+7 |
2002-08-10 | tree.c (maybe_dummy_object): Replace // with /* */e | Nathan Sidwell | 2 | -2/+7 |
2002-08-09 | call.c (standard_conversion): Use build_ptrmem_type. | Mark Mitchell | 7 | -89/+154 |
2002-08-09 | cleanup whitespacing a tad. | Mike Stump | 1 | -15/+15 |
2002-08-09 | call.c (add_builtin_candidate): legal -> valid, illegal -> invalid. | Mike Stump | 10 | -45/+83 |
2002-08-08 | typeck.c (build_class_member_access_expr): Do not return error_mark_node when... | Mark Mitchell | 2 | -1/+5 |
2002-08-08 | typeck.c (build_component_addr): Remove. | Nathan Sidwell | 2 | -47/+13 |
2002-08-08 | class.c (convert_to_base): Correct check for error_mark_node. | Nathan Sidwell | 2 | -5/+9 |
2002-08-08 | configure.in (enable_coverage): New enable switch. | Nathan Sidwell | 2 | -0/+5 |
2002-08-08 | Rework build_component_ref. | Mark Mitchell | 19 | -435/+635 |
2002-08-07 | Makefile.in (c-opts.o, [...]): Update. | Neil Booth | 5 | -321/+10 |
2002-08-07 | typeck.c (build_x_unary_op): Handle pointer-to-member. | Gabriel Dos Reis | 2 | -0/+23 |
2002-08-05 | Index: ChangeLog | Geoffrey Keating | 7 | -12/+14 |
2002-08-05 | Fix PR/2213 | Gabriel Dos Reis | 2 | -0/+12 |
2002-08-04 | Index: ChangeLog | Geoffrey Keating | 5 | -21/+15 |
2002-08-04 | cp-tree.h (VF_DERIVED_VALUE): Remove. | Nathan Sidwell | 3 | -13/+13 |
2002-08-04 | re PR c++/7470 (Vtable: virtual function pointers not in declaration order) | Nathan Sidwell | 2 | -124/+66 |
2002-08-02 | init.c (build_member_call): Use build_new_method_call, not build_method_call. | Mark Mitchell | 2 | -6/+18 |
2002-08-02 | * Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies. | Krister Walfridsson | 2 | -7/+11 |
2002-08-02 | Fix typo | Mark Mitchell | 1 | -1/+1 |
2002-08-02 | call.c (build_method_call): Issue a more helpful error message about ambiguou... | Mark Mitchell | 2 | -3/+14 |
2002-08-02 | tree.c (build_shared_int_cst): Make cache file scope, and GTY it. | Nathan Sidwell | 2 | -5/+10 |
2002-08-02 | langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro. | Jason Merrill | 4 | -35/+46 |
2002-08-02 | semantics.c (expand_body): Do tree optimization in the function context, too. | Jason Merrill | 2 | -8/+17 |
2002-08-01 | c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ... | Neil Booth | 1 | -19/+7 |
2002-08-01 | c-common.c: Define all C/ObjC/C++ warning and flag variables. | Neil Booth | 5 | -471/+8 |
2002-08-01 | call.c (build_field_call): Do not look up the field by name. | Mark Mitchell | 14 | -694/+982 |
2002-07-30 | gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101. | Franz Sirl | 2 | -3/+4 |
2002-07-30 | * cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion. | Gabriel Dos Reis | 2 | -0/+6 |
2002-07-30 | cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more documentation. | Nathan Sidwell | 2 | -12/+22 |
2002-07-29 | Makefile.in (C_OBJS): Include c-pretty-print.o | Gabriel Dos Reis | 1 | -1/+1 |
2002-07-29 | * cp-tree.h: Comment typo fix. | Alan Modra | 2 | -1/+5 |