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: [RTL/C FE] banish RTL from the C FE


On 1 July 2010 20:43, Richard Henderson <rth@redhat.com> wrote:
> On 07/01/2010 07:15 AM, Manuel LÃpez-IbÃÅez wrote:
>> Hi,
>>
>> This patch removes the last bit of RTL (as far as I can see) Âfrom the
>> C/C++ FEs. Bootstrapped on x86_64-linux with enable-languages=all,ada
>> after the mem-ref2 merge.
>>
>> OK?
>>
>> 2010-07-01 ÂManuel LÃpez-IbÃÅez Â<manu@gcc.gnu.org>
>>
>> Â Â Â * c-family/c-common.c (IN_GCC_FRONTEND): Do not undef.
>> Â Â Â Do not include expr.h
>> Â Â Â (vector_mode_valid_p): Move here.
>> Â Â Â * expr.c (vector_mode_valid_p): Move to c-common.c.
>> Â Â Â * expr.h (vector_mode_valid_p): Do not declare here.
>> Â Â Â * system.h: Poison GCC_EXPR_H in front-ends.
>
> Ok.

Thanks,

Committed revision 161785.


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