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]

[patch] committed tuples bootstrap failure on ppc-darwin.


Hi all,

I committed the patch below to the tuples branch with ack from Richard G.

It fixes a bootstrap failure on ppc-darwin.

Regards,

Andreas


2008-07-20 Richard Guenther <rguenther@suse.de>


* gimple.c (DEFTREECODE): Add REALIGN_LOAD_EXPR.
Index: gimple.c
===================================================================
--- gimple.c (revision 137977)
+++ gimple.c (working copy)
@@ -2561,7 +2561,8 @@ get_gimple_rhs_num_ops (enum tree_code c
|| (SYM) == FILTER_EXPR \
|| (SYM) == POLYNOMIAL_CHREC \
|| (SYM) == DOT_PROD_EXPR


\
- || (SYM) == VEC_COND_EXPR) ? GIMPLE_SINGLE_RHS \
+ || (SYM) == VEC_COND_EXPR


\
+ || (SYM) == REALIGN_LOAD_EXPR) ? GIMPLE_SINGLE_RHS \
: GIMPLE_INVALID_RHS),
#define END_OF_BASE_TREE_CODES (unsigned char) GIMPLE_INVALID_RHS,



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