[Bug libgomp/52993] gomp_init_nest_lock_25: possible bad call to memset
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 24 04:32:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52993
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-04-24
Ever Confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-04-24 04:32:17 UTC ---
For LP64I32 targets, the code will most likely just work correctly as the
struct will be two ints which is the same size as one pointer.
While for LPI32 targets, it will be broken. So confirmed.
More information about the Gcc-bugs
mailing list