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 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.


r~


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