[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-05-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Assignee|unassigned at g

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-05-04 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:6b5c7ee0df6b87780f2fd6f2c5759a04e6eed1fe commit r11-36-g6b5c7ee0df6b87780f2fd6f2c5759a04e6eed1fe Author: Jakub Jelinek Date: Mon

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-05-04 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 --- Comment #6 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:496f4f884716ae061f771a62e44868a32dbd502f commit r11-35-g496f4f884716ae061f771a62e44868a32dbd502f Author: Jakub Jelinek Date: Mon

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-05-04 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:73a8043481d24ac86ce8d19459276181dfd9c858 commit r11-34-g73a8043481d24ac86ce8d19459276181dfd9c858 Author: Jakub Jelinek Date: Mon

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-04-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 --- Comment #4 from Jakub Jelinek --- --- gcc/fold-const.c.jj 2020-03-31 11:06:14.063512214 +0200 +++ gcc/fold-const.c2020-04-23 18:39:15.399738420 +0200 @@ -11631,50 +11631,6 @@ fold_binary_loc (location_t loc, enum tr return omit_

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-04-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 --- Comment #3 from Jakub Jelinek --- In fold-const.c this is optimized by fold_binary case EQ_EXPR: case NE_EXPR: /* Fold (X & C) op (Y & C) as (X ^ Y) & C op 0", and symmetries. */ Of course, the (x op 0) op2 (y op 0) for op < or >= and

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-04-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-04-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 Richard Biener changed: What|Removed |Added Last reconfirmed||2020-04-23 Status|UNCONFIRM

[Bug tree-optimization/94718] Failure to optimize opposite signs check

2020-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94718 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|