[Bug libmudflap/13505] [tree-ssa] libmudflap mf-hooks2.c build failure on cygwin

fche at redhat dot com gcc-bugzilla@gcc.gnu.org
Fri Jun 4 20:46:00 GMT 2004


------- Additional Comments From fche at redhat dot com  2004-06-04 20:46 -------
Ah, the problem is likely that while HAVE_UNION_SEMUN is properly undefined
for this platform, and thus "union semun" is declared in mf-hooks2.c, 
definitions of "struct semid_ds" are still required in the subsequent
MF_VALIDATE_EXTENT calls.  It looks like we need decls of "struct semid_ds"
for these platforms too.  Or perhaps the function as a whole shouldn't be
built here.

-- 


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



More information about the Gcc-bugs mailing list