[Bug tree-optimization/118224] [15 Regression] Incorrect optimization with calloc when the size exceeds SIZE_MAX
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 30 14:01:56 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118224
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Last reconfirmed| |2024-12-30
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
For this particular case when the allocation amount is known statically (and is
unreasonably large) we could simply keep our hands off ...
More information about the Gcc-bugs
mailing list