[Bug c/89909] false positive for for -Wunreachable-code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89909 Pawel Sikora changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug c/89909] false positive for for -Wunreachable-code.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89909 --- Comment #1 from Andrew Pinski --- I think the warning is correct, the first if (0) will never be executed.