aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-14re PR c++/12762 (Much worse error message when using a typedef with a templat...Mark Mitchell1-31/+64
2003-11-12decl.c (finish_case_label): Do not check that we are within a switch statemen...Mark Mitchell1-7/+54
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-1/+4
2003-10-24re PR c++/11076 (ICE with invalid base class)Kriang Lerdsuwanakij1-1/+2
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-9/+9
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-7/+7
2003-09-30Convert to ISO C90 prototypes.Kelley Cook1-1/+1
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-3/+2
2003-09-27re PR c++/11415 (Error message with ::::)Kriang Lerdsuwanakij1-0/+4
2003-09-25re PR c++/5655 (Member redeclared within its class definition with a differen...Kriang Lerdsuwanakij1-1/+27
2003-09-20re PR c++/157 (Duplicate error message for invalid elaborated type specifier)Kriang Lerdsuwanakij1-0/+22
2003-09-14alias.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-09-06re PR c++/12167 (ICE on default argument of class member function if non-simple)Nathan Sidwell1-0/+11
2003-09-04cp-tree.h (finish_sizeof, [...]): Remove.Nathan Sidwell1-17/+6
2003-09-02re PR c++/11553 (g++ accepts duplicate 'friend')Scott Brumbaugh1-1/+4
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell1-4/+11
2003-08-27parser.c (struct cp_token): Use enum bitfields.Dan Nicolaescu1-8/+9
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij1-2/+4
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell1-34/+70
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-10/+43
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell1-1/+1
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-50/+110
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-14/+33
2003-08-07re PR c++/5767 (ICE with forwarding template template parameters)Kriang Lerdsuwanakij1-0/+3
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-2/+4
2003-08-01parser.c (cp_parser_init_declarator, [...]): Reformat.Nathan Sidwell1-11/+5
2003-08-01re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...Nathan Sidwell1-36/+47
2003-08-01re PR c++/11525 (ICE/segfault on C++ code)Nathan Sidwell1-5/+0
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-1/+1
2003-07-29re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-12/+13
2003-07-29re PR c++/11530 ([unit-at-a-time] inline static function not emitted with -O3)Mark Mitchell1-4/+0
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-6/+6
2003-07-27parser.c (cp_parser_type_parameter): Reformat.Nathan Sidwell1-7/+9
2003-07-23parser.c (cp_parser_nested_name_specifier): Reset scope on failure.Nathan Sidwell1-1/+5
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-11/+0
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-18/+14
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-82/+122
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-1/+2
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell1-1/+2
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-366/+34
2003-07-11re PR c++/11050 ("some string" __FUNCTION__ is accepted)Nathan Sidwell1-185/+163
2003-07-11Index: ChangeLogGeoffrey Keating1-7/+3
2003-07-10re PR c++/9411 ([New parser] Template function lookup problem)Mark Mitchell1-0/+1
2003-07-09parser.c (cp_parser_primary_expression): Preserve the form of qualified expre...Mark Mitchell1-0/+11
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-138/+221
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-141/+37
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-13/+13
2003-07-05call.c: Fix comment typos.Kazu Hirata1-34/+34
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-59/+15
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-42/+30