This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/29741] Fails to build bootstrap under solaris 10, i386
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2006 00:25:18 -0000
- Subject: [Bug bootstrap/29741] Fails to build bootstrap under solaris 10, i386
- References: <bug-29741-13520@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-12-04 00:25 -------
This:
In file included from /usr/include/sys/signal.h:34,
from /usr/include/signal.h:26,
from ../../../libiberty/pex-unix.c:28:
/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:292: error: parse error before '}' token
Makes it sound like a bug in solaris's headers.
Though I noticed we include signal.h before sys/types.h which might be the
cause.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29741