This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/13505] [tree-ssa] libmudflap mf-hooks2.c build failure on cygwin
- From: "fche at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2004 20:46:13 -0000
- Subject: [Bug libmudflap/13505] [tree-ssa] libmudflap mf-hooks2.c build failure on cygwin
- References: <20031229205040.13505.fche@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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