From: Richard Sandiford Date: Tue, 13 May 2014 10:38:17 +0000 (+0000) Subject: rtl.h (rtx_def): Mark u2 as GTY ((skip)). X-Git-Tag: releases/gcc-5.1.0~7624 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13b0c5ac1e687ea44f4c4e95a5a3fe43d605712d;p=thirdparty%2Fgcc.git rtl.h (rtx_def): Mark u2 as GTY ((skip)). gcc/ * rtl.h (rtx_def): Mark u2 as GTY ((skip)). From-SVN: r210357 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6cb773cd0ba..7ab57aa0d6db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-05-13 Richard Sandiford + + * rtl.h (rtx_def): Mark u2 as GTY ((skip)). + 2014-05-13 Bin Cheng * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New. diff --git a/gcc/rtl.h b/gcc/rtl.h index dbf24f328b3c..8a93ae1fb2b2 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -354,8 +354,8 @@ struct GTY((chain_next ("RTX_NEXT (&%h)"), /* In a CONST_WIDE_INT (aka hwivec_def), this is the number of HOST_WIDE_INTs in the hwivec_def. */ - unsigned GTY ((tag ("CONST_WIDE_INT"))) num_elem:32; - } GTY ((desc ("GET_CODE (&%0)"))) u2; + unsigned int num_elem; + } GTY ((skip)) u2; /* The first element of the operands of this rtx. The number of operands and their types are controlled