aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-07pt.c (retrieve_local_specialization): Revert 2003-01-05 change.Mark Mitchell2-3/+20
2003-01-07* decl2.c (mark_used): Do not synthesize thunks.Mark Mitchell2-0/+3
2003-01-07class.c (layout_class_type): Correct handling of unnamed bitfields wider than...Mark Mitchell2-1/+19
2003-01-06re PR c++/9189 ([New parser] Order of default argument processing and functio...Mark Mitchell2-46/+61
2003-01-06re PR c++/9109 (parse ambiguity)Nathan Sidwell2-244/+271
2003-01-06defarg-1.C: New test.Mark Mitchell3-17/+40
2003-01-05parser.c (cp_parser_binary_expression, [...]): Const-ify.Kaveh R. Ghazi2-13/+24
2003-01-04method.c (use_thunk): Disable access control while building the body of the t...Mark Mitchell2-1/+13
2003-01-03cvt.c, [...]: This is the C++ front end, not the C front end.Nathanael Nerode4-5/+10
2003-01-03fold-const.c (fold): Avoid NOP_EXPRs better.Jason Merrill8-38/+89
2003-01-03cp-tree.h (struct lang_type_class): add field for key methodMatt Austern6-38/+106
2003-01-03c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill2-1/+14
2003-01-03PR c++/45, c++/3784Nathan Sidwell2-2/+10
2003-01-03parser.c (struct cp_parser): Add access_checks_lists fieldGraham Stott2-3/+60
2003-01-02parser.c (cp_parser_declaration): Accept the __extension__ keyword before the...Mark Mitchell2-2/+22
2003-01-02re PR c++/2843 (parser: __attribute__ on parameter declarations)Mark Mitchell2-0/+6
2003-01-02call.c (build_new_method_call): Fix typo in message format string.Mark Mitchell2-1/+6
2003-01-02parser.c (cp_lexer_next_token_is): Declare it inline.Mark Mitchell2-52/+57
2003-01-02parser.c (cp_parser_sizeof_operand): Do not evaluate the expression.Mark Mitchell2-1/+10
2003-01-02except.c, [...]: Fix Copyright years.Steven Bosscher10-31/+40
2003-01-01c-pragma.c (c_register_pragma): New.Neil Booth2-19/+14
2003-01-01* .cvsignore: Remove.Neil Booth2-1/+4
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher30-127/+139
2003-01-01cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.Mark Mitchell4-59/+88
2002-12-31* .cvsignore: Update.Neil Booth2-2/+4
2002-12-31parser.c (cp_parser_dependent_type_p): Fix thinko.Mark Mitchell2-1/+5
2002-12-31class.c (modify_vtable_entry): Remove unused variable.Nathan Sidwell4-68/+104
2002-12-31cp-tree.def (RETURN_INIT): Remove.Mark Mitchell8-156/+65
2002-12-31re PR c++/9112 (new C++ parser rejects code older parsers accepted)Mark Mitchell2-2/+11
2002-12-31* cp-tree.h (pending_lang_change): Declare.Gabriel Dos Reis2-0/+7
2002-12-31parser.c (cp_parser_context_free_list): New variable.Mark Mitchell2-55/+100