This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/18938] Out of memory with many select case statements


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]