aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-23class.c, parser.c: ANSIfy function definitions and declarations.Nathanael Nerode1-638/+417
2003-01-22re PR c++/9298 ([new parser] ICE with function-pointer-type template args)Mark Mitchell1-11/+23
2003-01-22re PR c++/9384 (ICE in validate_nonmember_using_decl, at cp/decl2.c:4152)Mark Mitchell1-1/+9
2003-01-22re PR c++/9388 ([new parser] ICE in cxx_incomplete_type_diagnostic, at cp/typ...Mark Mitchell1-313/+30
2003-01-17re PR c++/9294 ([new parser] parser enters infinite loop)Mark Mitchell1-32/+24
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-7/+119
2003-01-16re PR c++/9212 (Internal compiler error in grokdeclarator, at cp/decl.c:11052...Nathan Sidwell1-5/+13
2003-01-14config-lang.in: Add semantics.c to gtfiles.Kriang Lerdsuwanakij1-300/+91
2003-01-13re PR c++/9264 ([parser] ICE on invalid octal constant)Mark Mitchell1-4/+8
2003-01-11parser.c: Fix comment typos.Phil Edwards1-2/+2
2003-01-10re PR c++/9120 (miscompilation of function with references to undeclared obje...Mark Mitchell1-1/+11
2003-01-10parser.c (cp_parser_late_parsing_for_member): Don't cast to void.Geoffrey Keating1-2/+2