]> git.ipfire.org Git - thirdparty/gcc.git/commit
Gimplify vec_cond_expr with condition inside
authorRichard Henderson <rth@redhat.com>
Wed, 16 Mar 2016 23:53:01 +0000 (16:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 16 Mar 2016 23:53:01 +0000 (16:53 -0700)
commite93ed60e7b1c1f3eb257439ffb867872eeec1367
treea1e4f99c1370b24a85bebc3845f755c126fbbc2c
parent9e0218fcbe62736e1df95aa228ae750d62646fed
Gimplify vec_cond_expr with condition inside

  PR middle-end/70240
  PR middle-end/68215
  PR tree-opt/68714
  * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
  first operand as is_gimple_condexpr.

Co-Authored-By: Richard Biener <rguenther@suse.de>
From-SVN: r234271
gcc/ChangeLog
gcc/gimplify.c