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: [RFA] Fix type of bitfields


Neil,

this causes a bootstrap fail on all platforms where unsigned int != unsigned 
HOST_WIDE_INT:

> +tree
> +build_nonstandard_integer_type (precision, unsignedp)
> +     unsigned HOST_WIDE_INT precision;
> +     int unsignedp;

> +extern tree build_nonstandard_integer_type	PARAMS ((unsigned int, int));

Franz.


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