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] Handle VEC_PERM_EXPR and WIDEN_LSHIFT_EXPR in expand_debug_expr (PR middle-end/50754)


On 10/19/2011 10:11 AM, Jakub Jelinek wrote:
> Hi!
> 
> These two tree codes have been added recently, but not to expand_debug_expr.
> The following patch adds them there, bootstrapped/regtested on x86_64-linux
> and i686-linux, ok for trunk?
> 
> 2011-10-19  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR middle-end/50754
> 	* cfgexpand.c (expand_debug_expr): Handle WIDEN_LSHIFT_EXPR, ignore
> 	VEC_PERM_EXPR.

Ok.


r~


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