OSDN Git Service

PR c++/8795
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl.c
2003-08-25 mmitchel PR c++/8795
2003-08-23 lerdsuwa PR c++/641, c++/11876
2003-08-21 jason PR c++/11614
2003-08-20 mmitchel PR c++/11946
2003-08-18 nathanapparently missing part of 2003-08-15 checkin
2003-08-12 mmitchel PR c++/11703
2003-08-07 aldyh2003-08-06 Aldy Hernandez <aldyh@redhat.com>
2003-08-05 steven2003-08-05 Steven Bosscher <steven@gcc.gnu.org>
2003-08-04 sayle * c-common.c (flag_noniso_default_format_attributes...
2003-08-02 nathancp:
2003-08-01 mmitchel PR c++/11697
2003-08-01 lerdsuwa PR c++/8442, c++/8806
2003-07-29 ro * decl.c (finish_enum): Initialize underlying_type.
2003-07-29 nathancp:
2003-07-29 mmitchel PR c++/11667
2003-07-28 nathan * cp-tree.h (begin_compound_stmt): No scope arg is...
2003-07-25 nathan * cp-tree.h (build_compound_expr): Take LHS & RHS...
2003-07-25 nathan * cp-tree.h (enum tsubst_flags_t): Add tf_user.
2003-07-25 bothner * decl.c (pushdecl_class_level): Don't use push_srcl...
2003-07-24 jason * tree.h (boolean_type_node): Move from C/C...
2003-07-24 nathan * decl.c (reshape_init): Remove unreachable code.
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-22 nathancp:
2003-07-22 lerdsuwa PR c++/10793
2003-07-19 ghazigcc:
2003-07-17 mmitchel PR c++/11547
2003-07-16 lerdsuwa PR c++/5421
2003-07-16 mmitchel * cp-tree.def (LOOKUP_EXPR): Remove.
2003-07-14 mmitchel PR c++/7019
2003-07-14 mmitchel * cp-tree.h (cp_id_kind): New type.
2003-07-11 geoffkIndex: ChangeLog
2003-07-10 mmitchel PR c++/10032
2003-07-10 nathancp:
2003-07-09 hubicka * java-tree.h (DECL_NUM_STMTS): Rename to...
2003-07-08 mmitchel * cp-tree.h (build_scoped_method_call): Remove.
2003-07-08 ghazigcc:
2003-07-06 kazu * call.c: Fix comment formatting.
2003-07-06 mmitchel PR c++/11431
2003-07-05 kazu * call.c: Fix comment typos.
2003-07-03 nathancp:
2003-07-03 ghazi * class.c (add_method, check_field_decl): Fix format...
2003-07-02 hubicka * decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
2003-07-01 nathan * c-tree.h (define_label): Replace filename and lineno...
2003-06-28 zack * c-format.c (check_format_string, get_constant)
2003-06-27 mmitchel PR c++/10796
2003-06-24 nathan * call.c (enforce_access): Assert we get a binfo.
2003-06-23 hubicka * decl.c (register_dtor_fn): Mark cleanup as used.
2003-06-21 gdrtestsuite/
2003-06-20 mmitchel PR c++/9649
2003-06-20 mmitchel PR c++/11041
2003-06-17 jason PR c++/10929
2003-06-16 ghazicp:
2003-06-14 nathan * tree.h (init_function_start): Remove filename and...
2003-06-12 mmitchel PR c++/10432
2003-06-10 geoffk2003-06-10 Andrew Pinski <pinskia@physics.uc.edu>
2003-06-07 aj * cp/decl.c (xref_tag): Remove undefined macro NONNEST...
2003-06-04 amylaargcc/cp:
2003-06-04 aldyh2003-06-03 Jason Merrill <jason@redhat.com>
2003-05-31 gdr * decl.c (cp_binding_level::this_entity): Rename from...
2003-05-29 gdr * decl.c (ENABLE_SCOPE_CHECKING): Rename from...
2003-05-29 gdr * name-lookup.h (global_scope_p): New macro.
2003-05-21 dannysmith PR c++/9738
2003-05-18 gdr * hashtable.h (struct ht_identifier): Add data member...
2003-05-10 lerdsuwa PR c++/9252
2003-05-05 jasontweak comment
2003-05-05 lerdsuwaFix a typo overlooked in the previous commit.
2003-05-05 lerdsuwa * decl.c: Fix typos.
2003-05-05 lerdsuwa PR c++/4494
2003-05-03 lerdsuwa PR c++/9364, c++/10553, c++/10586
2003-05-03 nathan * class.c (finish_struct): Use location_t and input_lo...
2003-05-01 nathan * input.h (lineno): Rename to ...
2003-04-30 gdr * decl.c (check_previous_goto_1): Adjust prototype.
2003-04-29 mmitchel PR c++/10515
2003-04-29 mmitchelRemove accidental commit
2003-04-29 mmitchel * decl.c (maybe_commonize_var): Further tweak support...
2003-04-28 mmitchel * decl.c (maybe_commonize_var): Fix thinko in last...
2003-04-27 mmitchel * decl.c (maybe_commonize_var): Make the code match...
2003-04-23 mmitchel PR c++/9847
2003-04-22 mmitchel PR c++/10428
2003-04-22 mmitchel * Makefile.in (calls.o): Depend on except.h.
2003-04-17 sayle2003-04-17 Roger Sayle <roger@eyesopen.com>
2003-04-14 sayle * builtin-types.def (BT_FN_STRING_CONST_STRING): New...
2003-04-13 zack * tree.c (build_constructor): New function.
2003-04-11 zack2003-04-10 Zack Weinberg <zack@codesourcery.com>
2003-04-07 zack * tree.c (tree_size): For all 'c' and 'x' nodes...
2003-04-05 ghazi * decl.c (set_current_binding_level): Delete, revert...
2003-04-03 ghazigcc:
2003-03-30 mmitchel PR c++/7647
2003-03-30 gdr * cp-tree.h (binding_for_name: Move to name-lookup...
2003-03-30 gdr * name-lookup.c: New file.
2003-03-28 mmitchel PR c++/10218
2003-03-22 nathancp:
2003-03-22 zack * c-common.c: Include intl.h.
2003-03-18 sayle * decl.c (duplicate_decls): Use the new type when...
2003-03-17 jason PR c++/9993
2003-03-16 gdrFix rethinko.
2003-03-16 gdr * decl.c (binding_for_name): Fix initialization thinko.
2003-03-15 gdr Compile-time improvement: 2/n.
2003-03-13 mmitchel * call.c (initialize_reference): Remove bogus assertion.
2003-03-10 jason PR c++/9798
next