This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/18938] Out of memory with many select case statements
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2004 21:57:14 -0000
- Subject: [Bug middle-end/18938] Out of memory with many select case statements
- References: <20041211171041.18938.Thomas.Koenig@online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-12-11 21:57 -------
Speculations I'd put money on if the bookies would accept it:
1) You can show this same problem with C/C++ if you have enough cases.
2) No compiler can support 2416101224 basic blocks -- but why do we have
so many of them??
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18938