[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2023-08-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |6.0

[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2016-03-24 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 --- Comment #6 from Jakub Jelinek --- Author: jakub Date: Thu Mar 24 11:26:44 2016 New Revision: 234450 URL: https://gcc.gnu.org/viewcvs?rev=234450=gcc=rev Log: PR target/70290 * g++.dg/ext/pr70290.C: Add -Wno-psabi -w to

[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2016-03-22 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 --- Comment #4 from Ilya Enkovich --- Author: ienkovich Date: Tue Mar 22 12:31:12 2016 New Revision: 234399 URL: https://gcc.gnu.org/viewcvs?rev=234399=gcc=rev Log: gcc/cp/ PR target/70290 * call.c (build_conditional_expr_1):

[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2016-03-22 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 Ilya Enkovich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2016-03-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2016-03-18 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 Marc Glisse changed: What|Removed |Added Summary|-mavx512vl breaks parsing |-mavx512vl breaks parsing

[Bug target/70290] -mavx512vl breaks parsing of C++ vector condition

2016-03-18 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70290 --- Comment #3 from Ilya Enkovich --- In build_conditional_expr_1 we check if used condition is a result of another VEC_COND_EXPR and then may just re-use condition of that VEC_COND_EXPR. In that case we deal with boolean vector as a condition