]> gcc.gnu.org Git - gcc.git/history - gcc/cp/parser.c
tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised warnings.
[gcc.git] / gcc / cp / parser.c
2005-07-22 Manfred Hollsteintree-ssa-structalias.c (merge_graph_nodes): Fix uniniti...
2005-07-21 Volker Reicheltcall.c: Fix comment typo(s).
2005-07-20 Giovanni BajoMake CONSTRUCTOR use VEC to store initializers.
2005-07-02 Joseph Myersc.opt, [...]: Remove "." from end of help texts.
2005-07-02 Joseph Myerstoplev.c (default_tree_printer): Handle setting locatio...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-15 Mike StumpCanonicalize whitespace.
2005-06-14 Mike StumpRemove extra white spacing at end of lines.
2005-06-13 Nathan Sidwellre PR c++/20789 (ICE with incomplete type in template)
2005-06-08 Volker Reicheltre PR c++/19894 (pointer-to-void member not rejected...
2005-06-07 Nathan Sidwellcp-tree.def (DEFAULT_ARG): Adjust documentation.
2005-06-07 Nathan Sidwellparser.c (cp_parser_late_parsing_default_args): Fix...
2005-06-06 Nathan Sidwellre PR c++/21903 (Default argument of template function...
2005-06-05 Mark Mitchellre PR c++/21619 (__builtin_constant_p(&"Hello"[0])...
2005-05-27 Roger Saylecp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
2005-05-27 Nathan Sidwellre PR c++/21681 (ICE with nested types in template)
2005-05-25 DJ Deloriecommon.opt (-Wattributes): New.
2005-05-24 Ziemowit Laskiclass.c (layout_class_type): Do not issue C++ ABI warni...
2005-05-19 Kazu Hiratacfgexpand.c, [...]: Fix comment typos.
2005-05-17 Ziemowit LaskiYet more Objective-C++...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-08 Mark Mitchellre PR c++/20905 (confuses unrelated type name with...
2005-04-04 Mark Mitchellre PR c++/20679 (Parse error when accessing attributes...
2005-03-22 Mark Mitchellextend.texi: Deprecate C++ min/max operators.
2005-03-22 Volker Reicheltre PR c++/20499 (ICE on duplicate class definition)
2005-03-19 Kriang Lerdsuwanakijre PR c++/20333 (ICE on invalid code, typename outside...
2005-03-18 Paolo Carlinire PR c++/20463 (ICE on using undefined type)
2005-03-14 Kriang LerdsuwanakijFriend class name lookup 5/n PR c++/1016
2005-03-12 Per Bothnercp-tree.h (struct cp_declarator): New id_loc field.
2005-02-24 Volker Reicheltcall.c, [...]: Fix comment typo(s).
2005-02-23 Mark Mitchellre PR c++/19991 (Enum not accepted in array-size)
2005-02-22 Mark Mitchellparser.c (cp_parser_direct_declarator): Always complain...
2005-02-14 Nathan Sidwellre PR c++/19608 (ICE after friend function definition...
2005-02-10 Mark Mitchell* parser.c (cp_parser_unqualified_id): Initialize type_...
2005-02-10 Mark Mitchellre PR c++/19787 (Internal compiler error with ambiguous...
2005-02-09 Mark Mitchellre PR c++/19733 (ICE on invalid destructor call)
2005-02-08 Mark Mitchellparser.c (cp_lexer_start_debugging): Avoid arithmetic...
2005-02-03 Giovanni Bajore PR c++/17401 (ICE with invalid pure specifier)
2005-02-03 Matt Austernre PR c++/19628 (g++ no longer accepts __builtin_consta...
2005-02-01 Mark Mitchellparser.c (cp_parser_primary_expression): Don't complain...
2005-02-01 Alexandre Oliva* parser.c (cp_parser_template_id): Revert comment...
2005-02-01 Alexandre Olivare PR c++/18757 (ICE (on invalid) in get_innermost_temp...
2005-02-01 Mark Mitchelldecl.c (build_enumerator): Do not issue duplicate error...
2005-01-31 Mike Stumpparser.c (cp_lexer_new_main): Get the first token,...
2005-01-29 Mark Mitchellre PR c++/19253 (bad error message / ICE for invalid...
2005-01-26 J"orn Rennecke* parse.c (cp_parser_initializer_clause): Initialize...
2005-01-06 Mark Mitchellre PR c++/19244 (Typedef of anonymous class incorrectly...
2005-01-05 Nathan Sidwellre PR c++/19030 (ice on tree check)
2005-01-03 Volker Reicheltre PR c++/14136 (double error message for typename...
2004-12-30 Mark Mitchellcp-tree.h (cp_declarator): Split "name" field into...
2004-12-23 Mark Mitchellre PR c++/17595 (Unfriendly error message/rejects legal...
2004-12-22 Mark Mitchellre PR c++/18378 (ICE when returning a copy of a packed...
2004-12-15 Nathan Sidwellre PR c++/18981 (ICE in cp_parser_lookup_name)
2004-12-15 Mark Mitchellre PR c++/18738 (typename not allowed with non-dependen...
2004-12-14 Volker Reicheltparser.c (cp_parser_uncommitted_to_tentative_parse_p...
2004-12-10 Volker Reicheltre PR c++/18731 (ICE on invalid template declaration)
2004-12-09 Volker Reichelt* parser.c (cp_parser_member_declaration): Fix comment...
2004-12-09 Alexandre Olivare PR c++/18757 (ICE (on invalid) in get_innermost_temp...
2004-12-08 Nathan Sidwellre PR c++/18803 (rejects access to operator() in template)
2004-12-03 Nathan Sidwellre PR c++/18318 (ICE: error: Multiple inline callers)
2004-12-02 Nathan Sidwellre PR c++/18758 (ICE redeclaring struct as template)
2004-12-02 Kriang Lerdsuwanakijre PR c++/18123 (ICE on templated enum)
2004-12-01 Nathan Sidwellre PR c++/18729 (ICE on invalid typedef)
2004-11-30 Kazu Hirata* parser.c: Fix comment typos.
2004-11-29 Mark Mitchellre PR c++/18368 (C++ error message regression)
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 3/n, PR c++/3332
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 2/n, PR c++/14513, c++/15410
2004-11-24 Mark Mitchellre PR c++/17473 (typedef redefinition in struct is...
2004-11-24 Mark Mitchellre PR c++/18586 (ICE on invalid template member declara...
2004-11-12 Mark Mitchellre PR c++/18389 (ICE on struct declaration in for state...
2004-11-09 Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-11-08 Kazu Hirataclass.c, [...]: Fix comment formatting.
2004-11-03 Mark Mitchellre PR c++/18124 (ICE with invalid template template...
2004-11-01 Gabriel Dos ReisConvert diagnostics to use quoting flag q 9/n
2004-10-29 Matt Austernc++/14124
2004-10-28 Mark Mitchellre PR c++/17435 (Binding a temporary of derived type...
2004-10-28 Andrew Pinskiparser.c (cp_parser_diagnose_invalid_type_name): Move...
2004-10-27 Mark Mitchellre PR c++/18093 (bogus conflict in namespace aliasing)
2004-10-26 Nathan Sidwellc-lex.c (get_nonpadding_token): Remove.
2004-10-22 Nathan Sidwellre PR c++/18095 (ICE in cp_lexer_consume_token on missi...
2004-10-20 Kriang Lerdsuwanakijre PR c++/13495 (Friendship to class nested within...
2004-10-20 Nathan Sidwellparser.c (cp_token_position): New typedef.
2004-10-19 Paolo Bonzinire PR c++/18047 (Wrong precedence between equality...
2004-10-16 Giovanni Bajore PR c++/10479 (alignof and sizeof (and other expressi...
2004-10-15 Mark Mitchellre PR c++/17042 (Duplicated symbol in assembly output)
2004-10-12 Mark Mitchellre PR c++/15786 (Bad error message for frequently occur...
2004-10-10 Mark Mitchellre PR c++/17867 ("void" instead of class name in error...
2004-10-07 Andrew Pinskiparser.c (cp_parser_asm_definition): Look passed the...
2004-10-05 Nathan Sidwellre PR c++/17829 (wrong error: call of overloaded funct...
2004-10-05 Gabriel Dos ReisConvert diagnostics to use quoting flag q 4/n
2004-10-04 Gabriel Dos ReisConvert diagnostics to use quoting flag q 3/n
2004-09-27 Matt AusternFix implicit extern "C" breakage introduced by tokeniza...
2004-09-24 Paolo Bonziniparser.c (cp_parser_expression_stack): Clarify why...
2004-09-23 Zack Weinbergdecl.c (grokfndecl): If ::main is found not to return...
2004-09-23 Fariborz JahanianPR c++/9844, PR c++/13989
2004-09-23 Paolo Bonzinire PR c++/17596 (expression parser is too slow, should...
2004-09-23 Kazu Hirata* parser.c: Fix a comment typo.
2004-09-21 Zack Weinbergparser.c (cp_lexer_peek_token, [...]): Don't handle...
2004-09-21 Matt Austernc-common.c (fix_string_type): Build the unqualified...
next
This page took 0.994119 seconds and 108 git commands to generate.