re PR c++/13170 (ICE in build_base_path)
[platform/upstream/gcc.git] / gcc / cp / parser.c
2004-03-08 Jason Merrillre PR c++/13170 (ICE in build_base_path)
2004-03-02 Mark Mitchellre PR c++/14360 (Overeager argument dependent name...
2004-03-01 Mark Mitchellre PR c++/14324 (Multiple static definitions are not...
2004-03-01 Mark Mitchellre PR c++/14138 (100x -O0 C++ Compile Time Regression...
2004-02-27 Eric Christophertarget-supports.exp (check-iconv-available): New function.
2004-02-27 Mark Mitchellre PR c++/14278 (fails when calling through a function...
2004-02-19 Giovanni Bajore PR c++/14181 (Cryptic error message for code that...
2004-02-13 Ian Lance Taylorre PR c++/9851 (confusing error message when using...
2004-02-09 Kazu Hirata* call.c, parser.c, tree.c: Fix comment typos.
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-02-06 Giovanni Bajore PR c++/14028 (Parser accepts invalid unbalanced...
2004-02-05 Giovanni Bajore PR c++/14008 (Confusing diagnostic when omitting...
2004-02-04 Mark Mitchellre PR c++/13969 (static const value rejected as templat...
2004-02-03 Mark Mitchellre PR c++/13950 ([DR176] lookup of dependent base name)
2004-02-03 Mark Mitchellre PR c++/13975 (ICE on misplaced visibility specifier.)
2004-01-31 Kazu Hirataclass.c: Fix comment typos.
2004-01-30 Michael Matz* parser.c (cp_parser_labeled_statement): Accept case...
2004-01-29 Giovanni Bajoparser.c (cp_parser_template_id): Parse tentatively...
2004-01-29 Mark Mitchellre PR c++/13736 (Parser confused on compound casts)
2004-01-25 Giovanni Bajore PR c++/13810 (ICE on invalid default templates)
2004-01-21 Zdenek Dvorak* parser.c (cp_parser_class_specifier): Prevent garbage...
2004-01-19 Mark Mitchellre PR c++/13651 (double error message when using incomp...
2004-01-19 Mark Mitchellre PR c++/13592 (C++ parser regression)
2004-01-16 Giovanni Bajore PR c++/13407 (Confusing error message from extraneou...
2004-01-15 Alexandre Olivare PR c++/13659 (error: no matching function for call to)
2004-01-15 Giovanni Bajore PR c++/8856 (g++ accepts invalid conversion-function-id)
2004-01-14 Danny Smithre PR c++/9021 ([win32] No exports possible when using...
2004-01-14 Giovanni Bajore PR c++/12335 (ICE when explicitly calling destructor)
2004-01-13 Steven Bosscherre PR c++/13558 (ICE (illegal code) at cp/friend.c...
2004-01-12 Scott Brumbaughre PR c++/4100 ([parser] friend qualifier accepted...
2004-01-12 Ian Lance Taylorparser.c (cp_parser_decl_specifier_seq): Add parentheti...
2004-01-11 Ian Lance Taylorre PR c++/3478 (Accepts invalid "enum typename")
2004-01-08 Zack Weinbergdwarf2.h, [...]: Add multiple-include guard.
2004-01-05 Mark Mitchellre PR c++/12132 (spurious "int ._0" (or "int $_0) in...
2004-01-05 Mark Mitchellre PR c++/13451 (Wrong error message with qualified...
2004-01-05 Mark Mitchell* parser.c (cp_parser_parameter_declaration): Fix comment.
2004-01-04 Mark Mitchellre PR c++/12226 (g++ fails to enforce accessibility...
2004-01-03 Kriang Lerdsuwanakijparser.c (cp_parser_template_argument): Don't call...
2004-01-02 Kriang Lerdsuwanakijre PR c++/13520 (gcc crashes with inheritance + default...
2003-12-29 Kriang Lerdsuwanakijre PR c++/12403 (ICE in push_template_decl_real on...
2003-12-22 Mark Mitchellre PR c++/12479 ([3.4 only] System header should not...
2003-12-21 Kazu Hiratacall.c: Fix comment formatting.
2003-12-18 Jason Merrillre PR c++/12253 ([tree-ssa] ICE on conversion to std...
2003-12-18 Giovanni Bajore PR c++/9154 (poor error message for ">>" vs. ">...
2003-12-17 Mark Mitchellre PR c++/10603 (failing to print problematic token...
2003-12-16 Mark Mitchellre PR c++/13275 (Implementation of offsetof macro)
2003-12-16 Mark Mitchellre PR c++/10926 (ICE in build_delete when trying to...
2003-12-16 Mark Mitchellre PR c++/13269 (compiler hangs on invalid code)
2003-12-15 Mark Mitchellre PR c++/13243 (Segfault on illegal template construct)
2003-12-15 Mark Mitchellre PR c++/10779 (Error cascade for unknown type in...
2003-12-13 Kazu HirataChangeLog: Fix typos.
2003-12-06 Mark Mitchellre PR c++/13305 (Parser error with 'class __attribute__...
2003-12-06 Mark Mitchellre PR c++/13314 (ICE when omitting template parameter...
2003-12-05 Kriang Lerdsuwanakijre PR c++/13166 ([DR136] not implemented)
2003-12-04 Mark Mitchellre PR c++/9127 (Confusing diagnostic on specialization...
2003-12-03 Mark Mitchellre PR c++/10771 (Unreadable error message for illegal...
2003-12-02 Richard Hendersonname-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.
2003-12-01 Mark Mitchellre PR c++/9849 (Missing keyword 'template' produces...
2003-11-21 Jan Hubickaparser.c (cp_parser_postfix_expression): Initialize...
2003-11-14 Mark Mitchellre PR c++/12762 (Much worse error message when using...
2003-11-12 Mark Mitchelldecl.c (finish_case_label): Do not check that we are...
2003-11-11 Jason Merrillcp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.
2003-10-24 Kriang Lerdsuwanakijre PR c++/11076 (ICE with invalid base class)
2003-10-22 Kazu Hiratacall.c: Fix comment formatting.
2003-10-21 Kazu HirataChangeLog: Fix typos.
2003-09-30 Kelley CookConvert to ISO C90 prototypes.
2003-09-27 Gabriel Dos Reisname-lookup.h (get_global_value_if_present): New function.
2003-09-27 Kriang Lerdsuwanakijre PR c++/11415 (Error message with ::::)
2003-09-25 Kriang Lerdsuwanakijre PR c++/5655 (Member redeclared within its class...
2003-09-20 Kriang Lerdsuwanakijre PR c++/157 (Duplicate error message for invalid...
2003-09-14 Kazu Hirataalias.c: Follow spelling conventions.
2003-09-06 Nathan Sidwellre PR c++/12167 (ICE on default argument of class membe...
2003-09-04 Nathan Sidwellcp-tree.h (finish_sizeof, [...]): Remove.
2003-09-02 Scott Brumbaughre PR c++/11553 (g++ accepts duplicate 'friend')
2003-09-02 Mark Mitchellre PR c++/11808 (Wrong namespace lookup for template...
2003-08-27 Dan Nicolaescuparser.c (struct cp_token): Use enum bitfields.
2003-08-23 Kriang LerdsuwanakijPR c++/641, c++/11876
2003-08-21 Mark Mitchellre PR c++/11551 (g++ accepts typedef as destructor...
2003-08-20 Mark Mitchellre PR c++/11946 (fun and merriment with enums as functi...
2003-08-18 Nathan Sidwellre PR c++/11957 (wrong "warning: statement has no effect")
2003-08-12 Mark Mitchellre PR c++/11703 (Problem with using enum in placement...
2003-08-10 Nathan Sidwellcp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL...
2003-08-07 Kriang Lerdsuwanakijre PR c++/5767 (ICE with forwarding template template...
2003-08-01 Kriang LerdsuwanakijPR c++/8442, c++/8806
2003-08-01 Nathan Sidwellparser.c (cp_parser_init_declarator, [...]): Reformat.
2003-08-01 Nathan Sidwellre PR c++/11295 (ICE when using a non-trivial object...
2003-08-01 Nathan Sidwellre PR c++/11525 (ICE/segfault on C++ code)
2003-07-29 Geoffrey Keatingc-common.c (allow_pch): Remove.
2003-07-29 Nathan Sidwellre PR c++/9447 (using Base<T>::member does not work)
2003-07-29 Mark Mitchellre PR c++/11530 ([unit-at-a-time] inline static functio...
2003-07-28 Nathan Sidwellcp-tree.h (begin_compound_stmt): No scope arg is a...
2003-07-27 Nathan Sidwellparser.c (cp_parser_type_parameter): Reformat.
2003-07-23 Nathan Sidwellparser.c (cp_parser_nested_name_specifier): Reset scope...
2003-07-22 Mark Mitchellfold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-19 Kaveh R. Ghazifixfixes.c [...]: Remove unnecessary casts.
2003-07-17 Mark Mitchellre PR c++/11547 (ICE with const temporaries)
2003-07-16 Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-14 Mark Mitchellre PR c++/7019 ([3.3 only] SFINAE does not work with...
2003-07-14 Mark Mitchellre PR c++/11493 (tree check ICE in error.c)
2003-07-11 Nathan Sidwellre PR c++/11050 ("some string" __FUNCTION__ is accepted)
next