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 3/8] add default for PCC_BITFIELD_TYPE_MATTERS


On 04/29/2015 04:25 PM, Trevor Saunders wrote:
On Wed, Apr 29, 2015 at 04:00:47PM -0600, Jeff Law wrote:
On 04/29/2015 03:55 PM, Andreas Schwab wrote:
Trevor Saunders <tbsaunde@tbsaunde.org> writes:

it passes for me on x86_64-linux after that commit, what platform is
this?

Any one with #undef PCC_BITFIELD_TYPE_MATTERS.  See libobjc/encoding.c.
Can't you just answer the question Andreas instead of making Trevor go
looking around?  You already have this information, why make his job harder?


actually pointing out libojc/encoding.c was more useful since that makes
it pretty clear the ifndef PCC_BITFIELD_TYPE_MATTERS there just needs to
be changed to #if !

Trevor, try m68k-elf cross.

ok, lets see if I can get this to work (its an execution test that
breaks, so I'll need to setup binutils and qemu)
I've actually got a aranym m68k emulator here... So I can do native bootstrapping and testing for m68k linux. If you want me to test something, just let me know -- FWIW, it takes a week or so to bootstrap ;-)

jeff


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