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] Re-set boolean_type_node in free_lang_data


On Fri, Jul 10, 2009 at 15:25, Richard
Guenther<richard.guenther@gmail.com> wrote:
> The following fixes ICEs in convert_move that happen because Fortrans idea of
> boolean_type_node doesn't match up with lto1s. ÂIt's a hack added alongside
> the other hacks, and shouldn't change anything for C/C++.

Note that at some point we'll want to make these "hacks" into
agreed-upon changes needed to transition from the FE type system into
gimple's.  In some cases it will be a simple validation on the change
(as in, "yes, this is how it's supposed to transition").


> Ok for lto if that works?

Yes, thanks.


Diego.


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