re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions and multi...
authorMark Mitchell <mark@codesourcery.com>
Mon, 28 Apr 2003 06:06:59 +0000 (06:06 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 28 Apr 2003 06:06:59 +0000 (06:06 +0000)
commit772f8889ca98d1a237c43258336d4735a21e1daa
treecc7c874e3bc2ad62227d6cd6c1acb24aaa40324b
parentaa438e8f2be0b073dc5f59376befa9b4215f6604
re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance)

PR c++/10506
* method.c (use_thunk): Decrement immediate_size_expand.

PR c++/10503
* cp-tree.h (DECL_VAR_MARKED_P): New macro.
(DECL_MAYBE_TEMPLATE): Remove.
* class.c (fixed_type_or_null): Avoid infinite recursion.

PR c++/10506
* g++.dg/init/new6.C: New test.

PR c++/10503
* g++.dg/init/ref6.C: New test.

From-SVN: r66150
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/method.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/new6.C [new file with mode: 0644]
gcc/testsuite/g++.dg/init/ref6.C [new file with mode: 0644]