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: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2003 18:50: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 pinskia at physics dot uc dot edu 2003-06-22 18:50 -------
I think this problem is that Darwin (Mac OS X)'s stack limit is just set too low. I will try once I
download a 3.3.1 (snapshot) compiler. I know for 3.4 errors out saying you should raise th limit to
unlimited. With the limit at 512 I do not get an ICE (Illegal instruction) but it works but with the
limit set to 100 I do get the Illegal instruction ICE so this really looks like a too low stack limit.