This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11380] [ia64] stack frame > 2 GB and no optimization results in SEGV
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Aug 2003 04:27:05 -0000
- Subject: [Bug target/11380] [ia64] stack frame > 2 GB and no optimization results in SEGV
- References: <20030630161959.11380.edwardsg@sgi.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=11380
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-18 04:27 -------
Looks like something is an int when it should be a HOST_WIDE_INT but I could not find
it.