[Bug c++/88800] Spurious -Werror=array-bounds for non-taken branch

2019-01-13 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88800 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/88800] Spurious -Werror=array-bounds for non-taken branch

2019-01-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88800 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/88800] Spurious -Werror=array-bounds for non-taken branch

2019-01-11 Thread pdziepak at quarnos dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88800 Paweł Dziepak changed: What|Removed |Added CC||pdziepak at quarnos dot org --- Comment

[Bug c++/88800] Spurious -Werror=array-bounds for non-taken branch

2019-01-11 Thread tgrabiec at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88800 --- Comment #1 from Tomasz Grabiec --- The gcc flags given in the description were incomplete, should be: gcc flags: -Wall -Werror -std=c++17 -O2