This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11122] gcc: Internal error: Illegal instruction (program cc1) on GSL 1.3 cblas/test_rotg.c
- 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: 9 Jun 2003 00:04:22 -0000
- Subject: [Bug c/11122] gcc: Internal error: Illegal instruction (program cc1) on GSL 1.3 cblas/test_rotg.c
- References: <20030608013721.11122.jleffler@earthlink.net>
- 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=11122
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
Resolution| |FIXED
------- Additional Comments From pinskia@physics.uc.edu 2003-06-09 00:04 -------
On the mainline (20030608), I get a message to up the stacksize limit:
[omni:~/src/gccPRs/11128] pinskia% gcc -O3 EDITORAPP.i -W -c
Out of stack space.
Try running `limit stacksize unlimited' in the shell to raise its limit.
So this another case of Darwin's default stack size being too small, as the mainline this
reports how to fix it, I am closing this bug as fixed also making the stacksize 4096kbytes,
gcc compiles it.