This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgomp/31974] [4.3 regression]: Many libgomp failures



------- Comment #3 from hjl at lucon dot org  2007-05-19 02:52 -------
malloc is

void *malloc(size_t size);

and size_t is unsigned. I am not sure if checking size < 0 in Fortran is needed
or done properly.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31974


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]