This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/10922] [Darwin] Internal error: Illegal instruction (program cc1plus)
- From: "rwgk at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2003 16:09:37 -0000
- Subject: [Bug target/10922] [Darwin] Internal error: Illegal instruction (program cc1plus)
- References: <20030522014038.10922.rwgk@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10922
------- Additional Comments From rwgk at yahoo dot com 2003-06-25 16:09 -------
In response to comment #17:
I've confirmed that the compilation of cctbx/sgtbx/boost_python/rt_mx.cpp (see
comment #5) crashes when using the default stacksize of 512k, but works
correctly after setting the stacksize to 8192k. -- Ouch!
Thank you very much Andrew!