]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/70290 (-mavx512vl breaks parsing of C++ vector condition)
authorIlya Enkovich <enkovich.gnu@gmail.com>
Tue, 22 Mar 2016 12:31:12 +0000 (12:31 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Tue, 22 Mar 2016 12:31:12 +0000 (12:31 +0000)
commit6cedf92249d5a183471723129c3d436fde95b0a0
tree25ecd0ecfaf535603f0e23b2a375dbf54294138c
parent7d36fe985ca74f7f0d26be60d0bd1bf9d3b2c35a
re PR target/70290 (-mavx512vl breaks parsing of C++ vector condition)

gcc/cp/

PR target/70290
* call.c (build_conditional_expr_1): Always use original
condition type for vector type checks and build.

gcc/testsuite/

PR target/70290
* g++.dg/ext/pr70290.C: New test.

From-SVN: r234399
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/pr70290.C [new file with mode: 0644]