https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61562
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2014-06-19 CC| |iant at google dot com, | |manu at gcc dot gnu.org Component|c |middle-end Ever confirmed|0 |1 --- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> --- Also in trunk. if (strict_overflow_p) fold_overflow_warning (("assuming signed overflow does not " "occur when simplifying " "X % (power of two)"), WARN_STRICT_OVERFLOW_MISC); The % should probably be %%. Everybody (even people that do not need approval) should add testcases when adding new warnings and errors.