aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij1-42/+28
2003-05-03class.c (finish_struct): Use location_t and input_location directly.Nathan Sidwell1-13/+7
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-2/+2
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-4/+0
2003-04-15re PR c++/10381 (Accepts call to inexistent function)Mark Mitchell1-29/+38
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-1/+1
2003-03-27re PR c++/10158 (ICE with templates and friends)Nathan Sidwell1-0/+4
2003-03-17re PR c++/9639 ([New parser] Namespace std in constructor argument lists on i...Mark Mitchell1-1/+4
2003-03-16re PR c++/9629 (virtual inheritance segfault)Nathan Sidwell1-3/+9
2003-03-08re PR c++/9823 (ICE in sort_mem_initializers)Mark Mitchell1-3/+5
2003-03-08re PR c++/9809 (when are builtins brought into view)Mark Mitchell1-6/+18
2003-03-06re PR c++/9188 ([New parser] Strange wording of error message)Kriang Lerdsuwanakij1-2/+2
2003-03-01parser.c (cp_parser_init_declarator): Revert opaque vector_opaque_p change.Aldy Hernandez1-8/+1
2003-02-25003-02-20 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-3/+9
2003-02-24re PR c++/9836 (Error with typdefs in partial specializations of classes)Mark Mitchell1-2/+1
2003-02-24re PR c++/5333 (ICE on nested template classes using other nested template cl...Mark Mitchell1-4/+2
2003-02-20Change base class access representation.Nathan Sidwell1-18/+5
2003-02-18re PR c++/9623 (named initializer regression)Jason Merrill1-1/+7
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-101/+279
2003-01-29re PR c++/8591 (g++ crashes while instantiating templates)Kriang Lerdsuwanakij1-19/+38
2003-01-28re PR c++/3902 ([parser] ambiguous 8.2/7)Nathan Sidwell1-2/+2
2003-01-25re PR c++/9403 (parse error on template keyword used for disambiguation)Nathan Sidwell1-59/+26
2003-01-23re PR c++/9354 ([New parser?] segfault in template definition)Mark Mitchell1-4/+11