aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-03re PR c++/18124 (ICE with invalid template template parameter)Mark Mitchell1-9/+25
2004-11-01Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis1-1/+1
2004-10-29c++/14124Matt Austern1-0/+13
2004-10-28re PR c++/17435 (Binding a temporary of derived type to reference of base)Mark Mitchell1-5/+2
2004-10-27parser.c (cp_parser_diagnose_invalid_type_name): Move the q after the %.Andrew Pinski1-1/+1
2004-10-27re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell1-7/+3
2004-10-26c-lex.c (get_nonpadding_token): Remove.Nathan Sidwell1-23/+2
2004-10-22re PR c++/18095 (ICE in cp_lexer_consume_token on missing ";")Nathan Sidwell1-64/+51
2004-10-20re PR c++/13495 (Friendship to class nested within a template is broken)Kriang Lerdsuwanakij1-1/+16
2004-10-20parser.c (cp_token_position): New typedef.Nathan Sidwell1-194/+115
2004-10-19re PR c++/18047 (Wrong precedence between equality (==, !=) and < operators)Paolo Bonzini1-1/+1
2004-10-16re PR c++/10479 (alignof and sizeof (and other expressions) in attributes doe...Giovanni Bajo1-0/+4
2004-10-15re PR c++/17042 (Duplicated symbol in assembly output)Mark Mitchell1-2/+11
2004-10-12re PR c++/15786 (Bad error message for frequently occuring error.)Mark Mitchell1-18/+39
2004-10-10re PR c++/17867 ("void" instead of class name in error message)Mark Mitchell1-18/+29
2004-10-07parser.c (cp_parser_asm_definition): Look passed the CLEANUP_POINT_EXPR to ge...Andrew Pinski1-1/+7
2004-10-05re PR c++/17829 (wrong error: call of overloaded function is ambiguous)Nathan Sidwell1-9/+27
2004-10-05Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis1-56/+57
2004-10-04Convert diagnostics to use quoting flag q 3/nGabriel Dos Reis1-2/+2
2004-09-27Fix implicit extern "C" breakage introduced by tokenization patch.Matt Austern1-13/+38
2004-09-24parser.c (cp_parser_expression_stack): Clarify why it is an array of NUM_PREC...Paolo Bonzini1-1/+6
2004-09-23decl.c (grokfndecl): If ::main is found not to return int, correct it after i...Zack Weinberg1-158/+175
2004-09-23PR c++/9844, PR c++/13989Fariborz Jahanian1-2/+6
2004-09-23re PR c++/17596 (expression parser is too slow, should be rewritten)Paolo Bonzini1-312/+208
2004-09-23* parser.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-09-21parser.c (cp_lexer_peek_token, [...]): Don't handle CPP_PRAGMA tokens specially.Zack Weinberg1-21/+29
2004-09-21c-common.c (fix_string_type): Build the unqualified array type unconditionall...Matt Austern1-609/+451
2004-09-17re PR c++/16002 (Strange error message with new parser)Mark Mitchell1-2/+14
2004-09-16re PR c++/17501 (Confusion with member templates)Mark Mitchell1-1/+3
2004-09-14re PR c++/16162 (Rejects valid member-template-definition)Mark Mitchell1-1/+10
2004-09-14re PR c++/16716 (ICE in cp_parser_parse_and_diagnose_invalid_type_name)Mark Mitchell1-5/+2
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-06decl.c (build_enumerator): Use add_double and int_fits_type_p instead of cp_b...Zack Weinberg1-46/+49
2004-09-04decl.c (grok_declarator): Remove a redundant semicolon.Kriang Lerdsuwanakij1-8/+5
2004-09-03Compile speed improvement.Matt Austern1-0/+20
2004-08-30name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell1-6/+6
2004-08-27cp-tree.def (OFFSETOF_EXPR): New.Richard Henderson1-12/+6
2004-08-27call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell1-21/+16
2004-08-18re PR c++/16215 (Bad error message when requesting member of non-aggregate type)Mark Mitchell1-8/+19
2004-08-17re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell1-11/+39
2004-08-12parser.c (cp_parser_asm_definition): Properly consume scope operator tokens p...Jan Beulich1-14/+6
2004-08-12re PR c++/16853 (pointer-to-member initialization from incompatible one accep...Mark Mitchell1-1/+6
2004-08-11re PR c++/16964 (ICE in cp_parser_class_specifier due to redefinition)Mark Mitchell1-2/+6
2004-08-11re PR c++/16971 (ICE on duplicate definition)Mark Mitchell1-1/+1
2004-08-04class.c (build_vtable): Do not set DECL_VISIBILITY here.Mark Mitchell1-21/+25
2004-07-25cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis1-7/+7
2004-07-20* parser.c (cp_parser_simple_type_specifier): Fix typo.Mark Mitchell1-2/+3
2004-07-20re PR c++/16637 (syntax error on valid input code)Mark Mitchell1-2/+5
2004-07-13re PR c++/16518 (mutable specifier only applies to first item in declaration ...Mark Mitchell1-1/+0
2004-07-12parser.c (cp_parser_class_head): Remove unused variable.Eric Christopher1-79/+78