From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19961 invoked by alias); 22 Jun 2003 18:55:24 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6889 invoked by uid 48); 22 Jun 2003 18:50:37 -0000 Date: Sun, 22 Jun 2003 18:55:00 -0000 Message-ID: <20030622185037.6888.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030522014038.10922.rwgk@yahoo.com> References: <20030522014038.10922.rwgk@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/10922] [Darwin] Internal error: Illegal instruction (program cc1plus) X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg02398.txt.bz2 List-Id: 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.