aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-03-15* init.c (build_new_1): Use size_binop instead of cp_build_binary_op.Richard Henderson2-1/+5
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell7-22/+13
2002-03-15re PR c++/5857 (C++ duplicate_decls shouldn't use common_type)Jason Merrill4-157/+119
2002-03-15toplev.c (wrapup_global_declarations): Clarify variable handling.Jason Merrill3-15/+28
2002-03-14c-decl.c: Include c-pragma.h.Richard Henderson3-1/+16
2002-03-15re PR c++/5908 (Warning regression wrt. gcc 3.0)Jakub Jelinek1-0/+1
2002-03-14call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.Jakub Jelinek3-0/+7
2002-03-13Fix last commit.Richard Sandiford1-2/+5
2002-03-13mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a...Richard Sandiford2-5/+15
2002-03-13cp-tree.h (init_init_processing): Remove declaration.Richard Sandiford4-22/+6
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi4-43/+55
2002-03-12re PR c++/5659 (default access for class/struct bug)Nathan Sidwell3-14/+14
2002-03-11Revert 2001-03-26 Nathan Sidwell <nathan@codesourcery.com>, DR209 is now not ...Nathan Sidwell4-52/+40
2002-03-11Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect.Nathan Sidwell3-4/+25
2002-03-11C++ alias analysis improvement.Dan Nicolaescu2-3/+61
2002-03-10* cp-tree.h (stabilize_expr): Prototype.Kaveh R. Ghazi2-0/+5
2002-03-09cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of conditional return void.Craig Rodrigues2-1/+6
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth4-9/+18
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi4-12/+14
2002-03-02re PR c++/775 (2.97 error declaring nested class a friend)Nathan Sidwell3-7/+27
2002-03-01typeck.c (cp_pointer_int_sum): Complete inner type which is used later by siz...Michael Matz2-2/+13
2002-03-01cp-tree.h: Require __GNUC__ to be #defined.Phil Edwards2-0/+10
2002-02-28tree.h (TARGET_EXPR_SLOT, [...]): New macros.Jason Merrill5-37/+186
2002-02-28search.c (lookup_base_r): Don't clear is_non_public just because we found a f...Jason Merrill2-2/+6
2002-02-28c-decl.c (finish_function): Only warn about missing return statement with -Wr...Jason Merrill2-4/+10
2002-02-28Makefile.in (integrate.o): Update.Neil Booth6-4/+16
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2-8/+7
2002-02-24re PR c++/4093 (Return type mis-match for (a?b:c) constructs in gcc/cp/cp-tre...Craig Rodrigues2-1/+7
2002-02-22re PR other/5746 (0220 cvs crashes using undeclared type)Jakub Jelinek2-10/+17
2002-02-22PR c++/2645, DR 295Nathan Sidwell7-93/+198
2002-02-22forgot clAldy Hernandez1-0/+7
2002-02-22attr-alwaysinline.c: New.Aldy Hernandez2-0/+5
2002-02-21re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek2-87/+12
2002-02-20re PR c++/5713 (Redeclaration causes ice in in make_decl_rtl, at varasm.c:835)Jakub Jelinek2-0/+6
2002-02-19ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE.Jason Merrill2-18/+20
2002-02-17pt.c (do_type_instantiation): Don't pedwarn if in_system_header.Jason Merrill2-2/+7
2002-02-18re PR c++/5685 (g++ 3.0.2 allows multiple identical declaration of default ar...Craig Rodrigues2-7/+10
2002-02-17re PR c/3444 (Test fails (cast))Jakub Jelinek2-25/+5
2002-02-16decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs, remove incorrec...Nathan Sidwell2-15/+19
2002-02-13decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.Jason Merrill2-1/+8
2002-02-13* typeck2.c (digest_init): Do handle values of vector type.Jason Merrill2-1/+3
2002-02-13typeck2.c (digest_init, [...]): Treat vectors like arrays.Jason Merrill2-10/+23
2002-02-11parse.y (reserved_declspecs): Don't handle attributes.Jason Merrill3-7/+13
2002-02-11mention NRVOJason Merrill1-0/+12
2002-02-08c-common.c (c_expand_expr): Revert 2002-02-06 patch.Jakub Jelinek2-3/+15
2002-02-07Rename instantiate_type_flags to tsubst_flags_t & expand use.Nathan Sidwell9-229/+258
2002-02-07re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions)Nathan Sidwell4-7/+26
2002-02-05class.c: Include target.h.Alexandre Oliva3-2/+12
2002-02-04* error.c (dump_type): Be more helpful about VECTOR_TYPE.Jason Merrill2-1/+12
2002-02-04PR c/4475, c++/3780:Jakub Jelinek2-1/+9