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: [testcase] Failure with new bitfield patch (was Re: [RFA] Fix type of bitfields)


Richard Henderson wrote:-

> FWIW, Neil, fixing this should be as simple as passing 
> build_nonstandard_integer_type a parameter with the 
> desired alignment.  Which you can extract from the original
> type.

That implies we can have more than one integer type with the
same range of values, so alignment would need to go in the
hash too.  Is that right?

Neil.


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