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][LTO] [1/3] Fix bootstrap with -flto


On Wed, Aug 19, 2009 at 09:39, Richard Guenther<rguenther@suse.de> wrote:

> That's what the patch implements. ÂIt is irrelevant what
> flag_signed_char is for lto1, it will be just the signedness of
> for example va_arg_list_node which is char *. ÂSo I could as well
> hard-code it to always be unsigned or signed here.

In which case, I would rather hard code it.  Otherwise, it seems as if
flag_signed_char would affect lto1.


Diego.


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