re PR c++/4203 (empty base class optimization zeroes first byte of other base class...
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 4 Sep 2001 12:21:33 +0000 (12:21 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 4 Sep 2001 12:21:33 +0000 (12:21 +0000)
commitda86f08fd77a8fdc841d4b9dfdc732efcbe4099a
treed3159834db6bf3e5d1d3890dd1e04ff5b26af491
parent223671612fba9ad84298792fa5dcfe1675be9084
re PR c++/4203 (empty base class optimization zeroes first byte of other base class when using multiple inheritance)

cp:
PR c++/4203
* call.c (build_over_call): Do not optimize any empty base
construction.
testsuite:
PR c++/4203
* g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
* g++.dg/init/empty1.C: New test.

From-SVN: r45374
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/empty1.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/empty1.C