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


2009/10/15 Eric Botcazou <ebotcazou@adacore.com>:
>> We are not changing types behind the back. A FE is free to create
>> comparisons with a type of its choosing. So is the ME.
>
> What about the ME rewriting a comparison created by the FE into a new,
> logically equivalent comparison, changing the type in the process?

a bug in the ME? If it rewriting a comparison that produces a 128 bit
value,  the new comparison should also produce a 128 bit value.

> --
> Eric Botcazou
>

Cheers,
-- 
Rafael Ãvila de EspÃndola


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