OSDN Git Service

Merge C++ from gomp-20050608-branch.
[pf3gnuchains/gcc-fork.git] / gcc / cp / parser.c
2006-03-09 rthMerge C++ from gomp-20050608-branch.
2006-02-18 mmitchel PR c++/26266
2006-02-13 reichelt PR c++/26151
2006-02-03 lmillward * typeck.c (string_conv_p): Pass appropiate
2006-01-24 reichelt PR c++/25552
2006-01-22 mmitchel PR c++/25895
2006-01-20 reichelt * parser.c (cp_lexer_next_token_is_keyword): Simplify.
2006-01-20 reichelt * call.c (add_builtin_candidates): Remove superfluous...
2006-01-20 rguenth2006-01-20 Dirk Mueller <dmueller@suse.com>
2006-01-19 reichelt PR c++/16829
2006-01-17 ian./:
2006-01-15 mmitchel PR c++/25663
2006-01-06 gdr * parser.c (cp_parser_primary_expression):...
2006-01-04 mmitchel PR c++/24782
2006-01-04 rthlibcpp/
2006-01-03 mmitchel PR c++/25635
2006-01-02 reichelt * parser.c (cp_parser_using_declaration): Skip name...
2005-12-27 mmitchel PR c++/25439
2005-12-22 reichelt2005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2005-12-16 kazu * parser.c, pt.c: Fix comment typos.
2005-12-13 jakub2005-12-13 Petr Machata <machata@post.cz>
2005-12-02 gdr * ggc.h (GGC_RESIZEVEC): New.
2005-12-02 gdr * decl2.c (get_priority_info): Use XNEW, not...
2005-12-02 gdr * parser.c (cp_parser_make_typename_type):...
2005-12-01 gdr * parser.c (cp_parser_declaration): Set token2...
2005-11-26 rth * c-lex.c (pragma_lex): Rename from c_lex.
2005-11-15 mmitchel PR c++/24687
2005-11-15 mmitchel * parser.c (cp_lexer_get_preprocessor_token): Initiali...
2005-11-14 mmitchel * parser.c (eof_token): Add initializer for ambiguous_p.
2005-11-14 mmitchel PR c++/20293
2005-11-03 jsm28gcc:
2005-11-02 mmitchel PR c++/24560
2005-11-02 mmitchel PR c++/19253
2005-10-28 jconnerPR c++/22153
2005-10-21 mmitchel PR c++/24260
2005-10-17 reichelt PR c++/23440
2005-10-17 nathancp:
2005-10-16 mmitchel PR c++/22137
2005-10-12 nathancp:
2005-10-11 mmitchel PR c++/21369
2005-10-10 mmitchel Mark Mitchell <mark@codesourcery.com>
2005-10-08 phython2005-10-08 James A. Morrison <phython@gcc.gnu.org>
2005-10-02 mmitchel PR c++/22621
2005-09-16 mmitchel PR c++/23914
2005-09-13 mmitchel PR c++/23841
2005-09-09 gdr * parser.c (cp_parser_translation_unit): Simpli...
2005-09-08 pinskia2005-09-08 Andrew Pinski <pinskia@physics.uc.edu>
2005-09-03 mmitchel PR c++/23699
2005-09-02 mmitchel PR c++/21687
2005-08-31 reichelt PR c++/13377
2005-08-30 reichelt PR c++/23586
2005-08-24 nathancp:
2005-08-19 reichelt * parser.c (cp_parser_nth_token_starts_template_argume...
2005-07-22 manfredgcc/ChangeLog:
2005-07-21 reichelt * call.c: Fix comment typo(s).
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-07-02 jsm28 * c.opt, common.opt, config/bfin/bfin.opt, config...
2005-07-02 jsm282005-07-02 Zack Weinberg <zack@codesourcery.com>
2005-06-25 kcookUpdate FSF address.
2005-06-15 mrsCanonicalize whitespace.
2005-06-14 mrsRemove extra white spacing at end of lines.
2005-06-13 nathancp:
2005-06-08 reichelt PR c++/19894
2005-06-07 nathan * cp-tree.def (DEFAULT_ARG): Adjust documentation.
2005-06-07 nathancp:
2005-06-06 nathancp:
2005-06-05 mmitchel PR c++/21619
2005-05-27 sayle * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree...
2005-05-27 nathancp:
2005-05-25 dj* common.opt (-Wattributes): New. Default true.
2005-05-24 mrs * class.c (layout_class_type): Do not issue...
2005-05-19 kazugcc/
2005-05-17 mrs Yet more Objective-C++...
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-04-21 nathan * vec.h: Update API to separate allocation mechanism...
2005-04-08 mmitchel PR c++/20905
2005-04-04 mmitchel PR c++/20679
2005-03-22 mmitchel * doc/extend.texi: Deprecate C++ min/max operators.
2005-03-22 reichelt PR c++/20499
2005-03-19 lerdsuwa PR c++/20333
2005-03-18 paolo2005-03-18 Paolo Carlini <pcarlini@suse.de>
2005-03-14 lerdsuwa Friend class name lookup 5/n
2005-03-12 bothner * cp-tree.h (struct cp_declarator): New id_loc field.
2005-02-24 reichelt * call.c, class.c, cp-tree.h, decl2.c, error.c, init...
2005-02-23 mmitchel PR c++/19991
2005-02-22 mmitchel * parser.c (cp_parser_direct_declarator): Always compl...
2005-02-14 nathancp:
2005-02-10 mmitchel * parser.c (cp_parser_unqualified_id): Initialize...
2005-02-10 mmitchel PR c++/19787
2005-02-09 mmitchel PR c++/19733
2005-02-08 mmitchel * parser.c (cp_lexer_start_debugging): Avoid arithmeti...
2005-02-03 giovannibajo PR c++/17401
2005-02-03 austernPR c++/19628
2005-02-01 mmitchel * parser.c (cp_parser_primary_expression): Don't compl...
2005-02-01 aoliva* parser.c (cp_parser_template_id): Revert comment...
2005-02-01 aolivagcc/cp/ChangeLog:
2005-02-01 mmitchel * decl.c (build_enumerator): Do not issue duplicate...
2005-01-31 mrs * parser.c (cp_lexer_new_main): Get the first...
2005-01-29 mmitchel PR c++/19253
2005-01-26 amylaar * parse.c (cp_parser_initializer_clause): Initialize...
next