[Bug c/108224] Suggest stdlib.h header for rand
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Dec 25 22:11:56 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108224
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Last reconfirmed| |2022-12-25
Status|UNCONFIRMED |NEW
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.
Simple testcase:
int f(void)
{
return rand();
}
More information about the Gcc-bugs
mailing list