[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #14 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:59:22 2018 New Revision: 257857 URL: https://gcc.gnu.org/viewcvs?rev=257857=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #13 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:56:56 2018 New Revision: 257855 URL: https://gcc.gnu.org/viewcvs?rev=257855=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #12 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:56:01 2018 New Revision: 257854 URL: https://gcc.gnu.org/viewcvs?rev=257854=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #11 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:53:29 2018 New Revision: 257853 URL: https://gcc.gnu.org/viewcvs?rev=257853=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #10 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:52:07 2018 New Revision: 257852 URL: https://gcc.gnu.org/viewcvs?rev=257852=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #9 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:49:46 2018 New Revision: 257851 URL: https://gcc.gnu.org/viewcvs?rev=257851=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-01-26 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from Eric

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-01-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Richard Biener changed: What|Removed |Added Target Milestone|7.3 |7.4 --- Comment #7 from Richard Biener

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2018-01-15 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #6 from Aldy Hernandez --- (In reply to Jakub Jelinek from comment #2) > This is the typical case of value range info being more precise during vrp > pass (where we have ASSERT_EXPRs) rather than elsewhere (where we don't have > them

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2017-12-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Jeffrey A. Law changed: What|Removed |Added CC||vincent-gcc at vinc17 dot net ---

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2017-12-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 --- Comment #4 from Jeffrey A. Law --- *** Bug 81592 has been marked as a duplicate of this bug. ***

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2017-12-04 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Jeffrey A. Law changed: What|Removed |Added CC||law at redhat dot com

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2017-09-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Jakub Jelinek changed: What|Removed |Added CC||aldyh at gcc dot gnu.org,

[Bug middle-end/82123] [7/8 regression] spurious -Wformat-overflow warning for converted vars

2017-09-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82123 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---