Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-07-29 | spew.c (space_for_token): Allocate zeroed memory for a new token chunk. | Richard Earnshaw | 2 | -1/+6 |
2002-07-28 | builtins.def [...]: Require an explicit ATTRS argument. | Roger Sayle | 2 | -4/+5 |
2002-07-27 | decl2.c (cxx_decode_option): Support -fno-builtin-foo. | Roger Sayle | 2 | -0/+6 |
2002-07-26 | function.c (assign_parms): Handle frontend-directed pass by invisible reference. | Jason Merrill | 9 | -46/+104 |
2002-07-26 | c-common.h (RID_AND, [...]): Remove. | Neil Booth | 5 | -53/+15 |
2002-07-26 | c-dump.c: Resurrect. | Jason Merrill | 3 | -5/+8 |
2002-07-25 | error.c (print_whitespace): Remove. | Neil Booth | 4 | -18/+9 |
2002-07-25 | * Missed. | Neil Booth | 1 | -0/+4 |
2002-07-25 | c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining. | Gabriel Dos Reis | 5 | -48/+27 |
2002-07-25 | c-decl.c (c_decode_option): No need to handle switches cpplib handles. | Neil Booth | 1 | -8/+0 |
2002-07-24 | In cp/ChangeLog: | Geoffrey Keating | 2 | -4/+10 |
2002-07-23 | dwarf2out.c (SECTION_ASM_OP, [...]): Remove. | Neil Booth | 2 | -1/+4 |
2002-07-23 | Fix PR/7363: | Gabriel Dos Reis | 6 | -61/+44 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 5 | -12/+4 |
2002-07-22 | PR c++/7347, c++/7348 | Kriang Lerdsuwanakij | 6 | -26/+66 |
2002-07-21 | decl2.c (cxx_decode_option): Simplify -fhandle-exceptions test by using posit... | Roger Sayle | 2 | -4/+8 |