aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-03re PR c++/9162 ([New parser] Problem with default argument in a friend function)Nathan Sidwell1-39/+58
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-1/+1
2003-06-30Fix bad indentation due to changes in whitespace between patch creation and p...Wolfgang Bangerth1-7/+7
2003-06-30re PR c++/10750 (error with using template template expression in static cons...Giovanni Bajo1-2/+7
2003-06-28* c-format.c (check_format_string, get_constant)Zack Weinberg1-1/+1
2003-06-24call.c (enforce_access): Assert we get a binfo.Nathan Sidwell1-1/+1
2003-06-20re PR c++/10749 (triple nested template classes in namespace need to qualify ns)Mark Mitchell1-1/+1
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata1-7/+7
2003-05-25parser.c (cp_parser_explicit_instantiation): Restore old access before templa...Kriang Lerdsuwanakij1-2/+6
2003-05-15re PR c++/5388 (Incorrect message "operands to ?: have different types")Jason Merrill1-0/+2
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-10/+7