aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-03-24Removal of separate preprocessor cpp0.Neil Booth4-2/+12
2002-03-23re PR c++/6037 (ICE in enum after switch() (gcc 3.0.4))Jakub Jelinek2-3/+5
2002-03-23* error.c (dump_type): Be careful about implicit typenames.Gabriel Dos Reis2-1/+6
2002-03-23re PR c++/3656 (ICE when incorrectly deriving a class from a templated base i...Gabriel Dos Reis2-1/+12
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg2-4/+5
2002-03-22c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson1-0/+2
2002-03-22typeck.c (expand_ptrmemfunc_cst): Scale idx down to an index into the vtable_...Jeff Knaggs2-4/+9
2002-03-21tree.c (cp_cannot_inline_tree_fn): Same.Aldy Hernandez1-0/+4
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez1-1/+1
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth2-2/+13
2002-03-20re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell2-8/+49
2002-03-20re PR c++/2136 (g++ seems to disregard '::' in '::delete')Jason Merrill3-15/+16
2002-03-20re PR c++/5118 (c4x-g++ Fails on Templates)Jason Merrill2-1/+7
2002-03-20Makefile.in: Update.Neil Booth7-6/+16
2002-03-18add mangling noteJason Merrill1-0/+4
2002-03-18re PR c++/3882 (gcc 3.0 error referencing a variable in its initializer expre...Eric Botcazou1-0/+7
2002-03-18re PR c++/2039 (bad code generated for access to unnamed union in base class)Jason Merrill2-25/+11
2002-03-18PR c++/4222, c++/5995Jason Merrill2-1/+5
2002-03-18re PR c++/3870 (gcc 3.0 bogus error specializing a template function)Jason Merrill3-0/+8
2002-03-18re PR c++/4377 (more errors with multiple non-type template parameters)Jason Merrill2-10/+15
2002-03-18re PR c++/4003 (ICE on template instantiation including friendship declaration.)Jason Merrill2-14/+15
2002-03-18PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.Jason Merrill1-1/+4
2002-03-18PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.Jason Merrill2-4/+11
2002-03-17re PR c++/4460 (g++ 3.0.1 seg faults instead of throwing in a complicated inh...Jason Merrill2-8/+21
2002-03-17fix comment typoJason Merrill1-1/+1
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth3-3/+7
2002-03-17re PR c++/5757 (Throwing exception in constructor, causes segfault during unw...Jason Merrill2-2/+16
2002-03-17fix commentJason Merrill1-2/+1
2002-03-16re PR c++/4361 (bogus ambiguity taking the address of a member template)Nathan Sidwell8-91/+199
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