[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-18 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 --- Comment #7 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:eb032893675afea4b01cc6ad06a3e0dcfe9b51cd commit r12-4472-geb032893675afea4b01cc6ad06a3e0dcfe9b51cd Author: Richard Biener Date:

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 --- Comment #6 from Richard Biener --- Created attachment 51621 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51621&action=edit patch I am testing

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-18 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org,

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 --- Comment #3 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #1) > Started with r12-1075-g28484d00c45b7bf094a22a4fddf9ffdc7482c7e1 I just think that exposed the latent bug in the vectorizer as far as I can tell.

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 --- Comment #2 from Andrew Pinski --- Confirmed. ... mask__43.21_62 = vect_cst__60 != vect_cst__61; _43 = var_12.0_1 != 0; _3 = (long long unsigned int) _43; vect_patt_34.22_63 = VIEW_CONVERT_EXPR(mask__43.21_62); _26 = (unsigned cha

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-15 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug tree-optimization/102788] [12 Regression] Wrong code with -O3

2021-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102788 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Summary|Wrong code with