This is the mail archive of the gcc@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: 206 GCC HEAD regressions, 196 new, with your patch on 2005-08-23T19:50:19Z.


On Fri, Aug 26, 2005 at 05:03:08PM +0100, Joern RENNECKE wrote:
> On the other hand, tree.c uses char_type_node as the type of the 
> smallest addressable
> unit:
> 
> tree.c:489 make_node_stat
>    case tcc_type:
>      TYPE_UID (t) = next_type_uid++;
>      TYPE_ALIGN (t) = char_type_node ? TYPE_ALIGN (char_type_node) : 0;

Oh wow.  Whatever nonsense is that?  It does seem like we should 
be able to replace that with BITS_PER_UNIT unconditionally.


r~


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