[Bug bootstrap/29741] Fails to build bootstrap under solaris 10, i386

2017-02-23 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29741

Martin Sebor  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||msebor at gcc dot gnu.org
 Resolution|--- |INVALID

--- Comment #3 from Martin Sebor  ---
Resolving as invalid based on comment #2.  Successful Solaris 11 builds have
also been reported on gcc-testresults, most recently here:
https://gcc.gnu.org/ml/gcc-testresults/2017-02/msg02070.html

[Bug bootstrap/29741] Fails to build bootstrap under solaris 10, i386

2007-03-13 Thread ted dot keller at goodrich dot com


--- Comment #2 from ted dot keller at goodrich dot com  2007-03-14 02:37 
---
Check out 

http://forum.java.sun.com/thread.jspa?threadID=5077618

Describes problem and resolution.  You need to install the gcc and gas from the
solaris 10 distribution prior to building a new gcc compiler


-- 


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



[Bug bootstrap/29741] Fails to build bootstrap under solaris 10, i386

2006-12-03 Thread pinskia 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