[Bug tree-optimization/78210] [7 regression] slsr-8.c scan-tree-dump-times optimized fails
wschmidt at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Nov 4 14:59:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78210
Bill Schmidt <wschmidt at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-11-04
Ever confirmed|0 |1
--- Comment #2 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
OK, I see what the issue is. One of the multiplies is a widening multiply (w*
instead of *). I can fix the test case. The code generation is what we
expect.
Thanks for the report!
Bill
More information about the Gcc-bugs
mailing list