This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix stmtexpr1.C on Thumb


> This should be the right patch, in the abstract.
>
> It fixes the test case in your example.
>
> Would you find doing a full test run, and checking it in if it works?

Bootstrapped c,c++,java on sparc-sun-solaris2.8, regtested 32-bit/64-bit 
with no regression (Alexandre's name-lookup patch was reverted).

It fixed

   FAIL: g++.old-deja/g++.other/crash34.C

which was the last FAIL in the C++ testsuite on SPARC64 (and from which the 
example was derived).

Checked in with the following ChangeLog entry:


2004-01-12  Mark Mitchell  <mark@codesourcery.com>

	* class.c (layout_class_type): For non-POD class types, also copy
	the DECL_SIZE and DECL_MODE of fields to the base class type.


Thanks again for your invaluable help.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]