OSDN Git Service

* doc/cppopts.texi: Remove documentation of -A-.
[pf3gnuchains/gcc-fork.git] / gcc / cp /
2003-03-16 gdrFix rethinko.
2003-03-16 gdr * decl.c (binding_for_name): Fix initialization thinko.
2003-03-15 gdrFix thinko.
2003-03-15 gdr Compile-time improvement: 2/n.
2003-03-15 sayle * c-cppbuiltin.c (builtin_define_with_value_n): Fix...
2003-03-15 neil * Makefile.in: Update.
2003-03-15 lerdsuwa PR c++/6440
2003-03-13 jason PR c++/9420
2003-03-13 mmitchel * decl2.c (do_nonmember_using_decl): Correct handling of
2003-03-13 mmitchelFix typo in ChangeLog
2003-03-13 mmitchel * call.c (initialize_reference): Remove bogus assertion.
2003-03-12 jason PR c++/7050
2003-03-12 mmitchelFix PR number in log message.
2003-03-12 mmitchel PR c++/9336
2003-03-12 aoliva* g++.1: Remove.
2003-03-11 mmitchel PR c++/9924
2003-03-11 jason PR c++/9820
2003-03-11 mmitchel PR c++/8700
2003-03-11 jason PR c++/8660
2003-03-11 neil * Makefile.in: Update.
2003-03-11 mmitchel * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
2003-03-10 dpatelPR/9394
2003-03-10 jason PR c++/9798
2003-03-10 jason PR c++/9868
2003-03-10 mmitchel PR c++/9373
2003-03-10 mmitchel PR c++/8534
2003-03-10 gdr * expr.c (cplus_expand_constant): Use C90 prototype...
2003-03-09 lerdsuwa PR c++/9970
2003-03-09 geoffk * lang-specs.h (c++-header): Change .pch to .gch.
2003-03-08 neil * c-common.h (c_common_init, c_common_post_options...
2003-03-08 mmitchel PR c++/9823
2003-03-08 mmitchelInitialize args
2003-03-08 mmitchel PR c++/9809
2003-03-08 mmitchelFix typo
2003-03-07 mmitchel * call.c (reference_binding): Remove REF_IS_VAR parameter.
2003-03-07 gdr * except.c (init_exception_processing): Use...
2003-03-07 mmitchel * rtti.c (get_tinfo_decl): Use build_address/build_nop.
2003-03-07 mmitchel * call.c (merge_conversion_sequences): New function.
2003-03-07 gdr * error.c (init_error): Use C90 prototype style.
2003-03-06 mmitchelFix typo in previous patch
2003-03-06 mmitchel PR c++/9965
2003-03-06 mmitchel PR c++/9400
2003-03-06 mmitchel PR c++/9791
2003-03-06 lerdsuwa PR c++/9188
2003-03-05 jason PR c++/9440
2003-03-05 austern * decl.c (cp_binding_level): Add static_decls varray...
2003-03-05 mmitchel * class.c (end_of_class): Correct thinko.
2003-03-05 neroden * config-lang.in: Replace ${libstdcxx_version} by...
2003-03-04 gdr * cp-tree.h (cxx_saved_binding): Declare.
2003-03-04 tromey * Make-lang.in (c++.tags): New target.
2003-03-04 neil * Make-lang.in: Update.
2003-03-04 jason * decl.c (finish_enum): Do set the type in...
2003-03-03 jasontabify
2003-03-03 mmitchel PR c++/9878
2003-03-03 jason * tree-inline.c (find_builtin_longjmp_call...
2003-03-03 aldyh2003-03-02 Aldy Hernandez <aldyh@redhat.com>
2003-03-02 geoffk2003-03-02 Kurt Garloff <garloff@suse.de>
2003-03-02 neil * gcc.c (default_compilers): Add -no-integrated-cpp...
2003-03-01 gdr * decl.c (duplicate_decls): Convert use of...
2003-03-01 neil * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex...
2003-03-01 mmitchelFix typo
2003-03-01 mmitchel PR c++/9892
2003-03-01 aldyh2003-02-28 Aldy Hernandez <aldyh@redhat.com>
2003-02-28 mmitchel PR c++/9879
2003-02-26 dpatel * decl.c (finish_enum): Merge two 'for' loops...
2003-02-26 mmitchel PR c++/9683
2003-02-25 aldyh003-02-20 Aldy Hernandez <aldyh@redhat.com>
2003-02-25 gdr * decl.c (add_binding): Time TV_NAME_LOOKUP.
2003-02-24 mmitchel PR c++/9836
2003-02-24 oldham2003-02-24 Jeffrey D. Oldham <oldham@codesourcery...
2003-02-24 lerdsuwa PR c++/9602
2003-02-24 mmitchel PR c++/5333
2003-02-21 mmitchel PR c++/9749
2003-02-21 nathan * search.c (bfs_walk_grow): Remove. Fold into ...
2003-02-20 mmitchel PR c++/9729
2003-02-20 nathan Change base class access representation.
2003-02-19 zack * cp/search.c (grow_bfs_bases): New subroutine of...
2003-02-18 mmitchel PR c++/9704
2003-02-18 austern * langhooks.h, langhooks-def.h: introduce new...
2003-02-18 geoffk * gcc.c (validate_switches): Don't scan past closing...
2003-02-18 jason PR c++/9623
2003-02-18 jason PR c++/9623
2003-02-18 bje* Fix for PR other/7350
2003-02-18 mmitchelAdd PR number
2003-02-18 mmitchel * class.c (build_base_field): Mark fields for base...
2003-02-17 lerdsuwa PR c++/9457
2003-02-16 lerdsuwa PR c++/9459
2003-02-15 nathan * search.c: ANSIfy function declarations and definitions.
2003-02-14 gdr * decl2.c: Include "timevar.h".
2003-02-13 gdrImprove previous fix.
2003-02-13 gdr2003-02-14 Andrew Pinski <pinskia@physics.uc.edu>
2003-02-13 gdr * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
2003-02-13 pme2003-02-12 Phil Edwards <pme@gcc.gnu.org>
2003-02-10 geoffk * cp-tree.h (struct lang_type_header): Make...
2003-02-04 mmitchel PR c++/7129
2003-02-01 rsandifo * flags.h (flag_volatile): Remove declaration.
2003-01-31 lerdsuwa PR c++/8849
2003-01-31 nathan * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT):...
2003-01-31 geoffkIndex: ChangeLog
2003-01-30 mmitchel * class.c (check_field_decls): Only check C_TYPE_FIELD...
next