aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2003-01-29re PR c++/8591 (g++ crashes while instantiating templates)Kriang Lerdsuwanakij2-19/+45
2003-01-29re PR c++/9437 (template function parameter `T*' shouldn't match pointers to ...Nathan Sidwell2-0/+9
2003-01-29* pt.c (last_pending_template) Declare GTY().Fariborz Jahanian1-1/+1
2003-01-28re PR c++/3902 ([parser] ambiguous 8.2/7)Nathan Sidwell2-2/+8
2003-01-27class.c (update_vtable_entry_for_fn): Add index parameter.Nathan Sidwell2-10/+50
2003-01-25re PR c++/9403 (parse error on template keyword used for disambiguation)Nathan Sidwell4-71/+62
2003-01-25cp-tree.h (flagged_type_tree_s): Remove.Kriang Lerdsuwanakij3-20/+6
2003-01-24* dump.c: ANSIfy function declarations and definitions.Nathanael Nerode2-13/+7
2003-01-23* cp-tree.h, decl.h: Get rid of PARAMS. Again.Nathanael Nerode3-5/+8
2003-01-23re PR c++/9354 ([New parser?] segfault in template definition)Mark Mitchell3-5/+27
2003-01-23class.c, parser.c: ANSIfy function definitions and declarations.Nathanael Nerode3-1129/+704
2003-01-23re PR c++/9328 (ICE with templates and namespace std members)Mark Mitchell3-6/+38
2003-01-22re PR c++/9298 ([new parser] ICE with function-pointer-type template args)Mark Mitchell3-13/+34
2003-01-22re PR c++/9384 (ICE in validate_nonmember_using_decl, at cp/decl2.c:4152)Mark Mitchell2-1/+13
2003-01-22parser.c (cp_parser_simple_declaration): Return quickly when encountering err...Mark Mitchell1-1/+2
2003-01-22re PR c++/9388 ([new parser] ICE in cxx_incomplete_type_diagnostic, at cp/typ...Mark Mitchell5-313/+353
2003-01-21Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) (gtype-desc.o-warn...Kaveh R. Ghazi2-0/+6
2003-01-17PR c++/9167, c++/9358Jason Merrill2-1/+9
2003-01-17re PR c++/9342 (another ICE in cp_expr_size at cp/cp-lang.c: 304)Jason Merrill2-2/+8
2003-01-17re PR c++/9294 ([new parser] parser enters infinite loop)Mark Mitchell8-44/+75
2003-01-16re PR c++/8564 (ICE in find_function_data, at function.c:329)Jason Merrill4-14/+33
2003-01-16cp-tree.h (tsubst_copy_and_build): New declaration.Jeffrey D. Oldham3-7/+517
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell9-409/+287
2003-01-16re PR c++/9212 (Internal compiler error in grokdeclarator, at cp/decl.c:11052...Nathan Sidwell2-5/+19
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2-1/+5
2003-01-15decl2.c (check_classfn): Fix uninitialized warning.Kaveh R. Ghazi3-2/+10
2003-01-14Further conform g++'s __vmi_class_type_info to the C++ ABI specification.Jeffrey D. Oldham2-11/+9
2003-01-14config-lang.in: Add semantics.c to gtfiles.Kriang Lerdsuwanakij7-415/+343
2003-01-13re PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c: 307)Jason Merrill4-35/+34
2003-01-13re PR c++/9264 ([parser] ICE on invalid octal constant)Mark Mitchell3-5/+16
2003-01-11parser.c: Fix comment typos.Phil Edwards2-2/+6
2003-01-10Correct PR# in previous check-in.Mark Mitchell1-1/+1
2003-01-10re PR c++/9120 (miscompilation of function with references to undeclared obje...Mark Mitchell2-1/+17
2003-01-10parser.c (cp_parser_late_parsing_for_member): Don't cast to void.Geoffrey Keating2-2/+7
2003-01-10cfns.gperf: ANSIfy function declarations.Nathanael Nerode4-632/+650
2003-01-10re PR c++/9128 (Typeid does not work on polymorphic classes)Mark Mitchell6-213/+175
2003-01-10* decl.c (bad_specifiers): Fix parameter order error I introduced.Nathanael Nerode2-2/+6
2003-01-10Merge from pch-branch.Geoffrey Keating19-108/+374
2003-01-09* decl.c (start_decl): Only check DECL_THREAD_LOCAL for VAR_DECLs.Jakub Jelinek2-1/+6
2003-01-09pt.c (push_access_scope_real): Call push_to_top_level for function in namespa...Kriang Lerdsuwanakij2-7/+21
2003-01-09* decl.c (start_decl): Don't set DECL_COMMON for __thread variables.Jakub Jelinek2-1/+6
2003-01-09Make-lang.in (c++.install-common, [...]): Prepend $(DESTDIR) to destination p...Christian Cornelssen2-31/+44
2003-01-09(This line wasn't in the ChangeLog even though the change was committed)Nathanael Nerode1-0/+2
2003-01-08parser.c (cp_parser_primary_expression): See through explicitly scoped ALIAS_...Jason Merrill2-4/+10
2003-01-08* decl.c: ANSIfy function declarations.Nathanael Nerode2-639/+381
2003-01-08parser.c (cp_parser_asm_definition): Correct handling of omitted operands.Mark Mitchell2-3/+14
2003-01-08re PR c++/9030 (Template friends and access to local classes)Kriang Lerdsuwanakij3-41/+134
2003-01-07* tree.c: Delete bogus #if 0 code.Nathanael Nerode2-9/+4
2003-01-07class.c (layout_class_type): Don't use PCC_BITFIELD_TYPE_MATTERS if not defined.Andreas Schwab2-1/+8
2003-01-07re PR c++/9165 (false "defined but not used" warnings)Mark Mitchell2-0/+15