]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/parser.c
ChangeLog: Fix typos.
[thirdparty/gcc.git] / gcc / cp / parser.c
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)
2003-07-11  Geoffrey KeatingIndex: ChangeLog
2003-07-10  Mark Mitchellre PR c++/9411 ([New parser] Template function lookup...
2003-07-09  Mark Mitchellparser.c (cp_parser_primary_expression): Preserve the...
2003-07-09  Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-08  Mark Mitchellcp-tree.h (build_scoped_method_call): Remove.
2003-07-06  Kazu Hiratacall.c: Fix comment formatting.
2003-07-05  Kazu Hiratacall.c: Fix comment typos.
2003-07-05  Zack Weinbergcpplib.h (CPP_AT_NAME, [...]): New token types.
2003-07-04  Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-07-03  Nathan Sidwellre PR c++/9162 ([New parser] Problem with default argum...
2003-07-02  Jan Hubickadecl2.c (defer_fn): Set DECL_DEFER_OUTPUT.
2003-06-30  Wolfgang BangerthFix bad indentation due to changes in whitespace betwee...
2003-06-30  Giovanni Bajore PR c++/10750 (error with using template template...
2003-06-28  Zack Weinberg* c-format.c (check_format_string, get_constant)
2003-06-24  Nathan Sidwellcall.c (enforce_access): Assert we get a binfo.
2003-06-20  Mark Mitchellre PR c++/10749 (triple nested template classes in...
2003-06-16  Kazu Hiratacp-tree.h: Follow spelling conventions.
2003-05-25  Kriang Lerdsuwanakijparser.c (cp_parser_explicit_instantiation): Restore...
2003-05-15  Jason Merrillre PR c++/5388 (Incorrect message "operands to ?: have...
2003-05-10  Kriang Lerdsuwanakijre PR c++/9252 ([New parser] Errors due to legally...
2003-05-10  Kriang Lerdsuwanakijre PR c++/9554 (Out of class declaration of member...
2003-05-03  Nathan Sidwellclass.c (finish_struct): Use location_t and input_locat...
2003-05-01  Nathan Sidwellinput.h (lineno): Rename to ...
2003-04-23  Neil BoothMakefile.in (c-lex.o, [...]): Update.
2003-04-15  Mark Mitchellre PR c++/10381 (Accepts call to inexistent function)
2003-04-10  Steven Bosscherc-common.h (lang_statement_code_p): Remove declaration.
2003-03-27  Nathan Sidwellre PR c++/10158 (ICE with templates and friends)
2003-03-17  Mark Mitchellre PR c++/9639 ([New parser] Namespace std in construct...
2003-03-16  Nathan Sidwellre PR c++/9629 (virtual inheritance segfault)
2003-03-08  Mark Mitchellre PR c++/9823 (ICE in sort_mem_initializers)
2003-03-08  Mark Mitchellre PR c++/9809 (when are builtins brought into view)
2003-03-06  Kriang Lerdsuwanakijre PR c++/9188 ([New parser] Strange wording of error...
2003-03-01  Aldy Hernandezparser.c (cp_parser_init_declarator): Revert opaque...
2003-02-25  Aldy Hernandez003-02-20 Aldy Hernandez <aldyh@redhat.com>
2003-02-24  Mark Mitchellre PR c++/9836 (Error with typdefs in partial specializ...
2003-02-24  Mark Mitchellre PR c++/5333 (ICE on nested template classes using...
2003-02-20  Nathan SidwellChange base class access representation.
2003-02-18  Jason Merrillre PR c++/9623 (named initializer regression)
2003-01-30  Mark Mitchellc-common.c (builtin_define_float_constants): Define...
2003-01-29  Kriang Lerdsuwanakijre PR c++/8591 (g++ crashes while instantiating templates)
2003-01-28  Nathan Sidwellre PR c++/3902 ([parser] ambiguous 8.2/7)
2003-01-25  Nathan Sidwellre PR c++/9403 (parse error on template keyword used...
2003-01-23  Mark Mitchellre PR c++/9354 ([New parser?] segfault in template...
2003-01-23  Nathanael Nerodeclass.c, parser.c: ANSIfy function definitions and...
2003-01-22  Mark Mitchellre PR c++/9298 ([new parser] ICE with function-pointer...
2003-01-22  Mark Mitchellre PR c++/9384 (ICE in validate_nonmember_using_decl...
2003-01-22  Mark Mitchellre PR c++/9388 ([new parser] ICE in cxx_incomplete_type...
2003-01-17  Mark Mitchellre PR c++/9294 ([new parser] parser enters infinite...
2003-01-16  Mark Mitchellcp-tree.h (lang_type_class): Remove is_partial_instanti...
2003-01-16  Nathan Sidwellre PR c++/9212 (Internal compiler error in grokdeclarat...
2003-01-14  Kriang Lerdsuwanakijconfig-lang.in: Add semantics.c to gtfiles.
2003-01-13  Mark Mitchellre PR c++/9264 ([parser] ICE on invalid octal constant)
2003-01-11  Phil Edwardsparser.c: Fix comment typos.
2003-01-10  Mark Mitchellre PR c++/9120 (miscompilation of function with referen...
2003-01-10  Geoffrey Keatingparser.c (cp_parser_late_parsing_for_member): Don't...
2003-01-10  Mark Mitchellre PR c++/9128 (Typeid does not work on polymorphic...
2003-01-10  Geoffrey KeatingMerge from pch-branch.
2003-01-08  Jason Merrillparser.c (cp_parser_primary_expression): See through...
2003-01-08  Mark Mitchellparser.c (cp_parser_asm_definition): Correct handling...
2003-01-06  Mark Mitchellre PR c++/9189 ([New parser] Order of default argument...
2003-01-06  Nathan Sidwellre PR c++/9109 (parse ambiguity)
2003-01-06  Mark Mitchelldefarg-1.C: New test.
2003-01-05  Kaveh R. Ghaziparser.c (cp_parser_binary_expression, [...]): Const...
2003-01-03  Graham Stottparser.c (struct cp_parser): Add access_checks_lists...
next