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

2007-02-17 Thread tkoenig at gcc dot gnu dot org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2007-02-17 21:43 --- This appears to have been fixed in the meantime: $ perl multi-case-c 30 multi-case.c (reverse-i-search)`g': gcc multi-case.c $ gdb ~/libexec/gcc/i686-pc-linux-gnu/4.3.0/cc1 GNU gdb 6.4.90-debian Copyright (C)

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

2004-12-12 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2004-12-12 10:42 --- (In reply to comment #2) 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. Yes. $ time ./multi-case-c 15

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

2004-12-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-11 17:24 --- Confirmed, but the problem is not in the front-end this time :). #4 0x0027c298 in sbitmap_vector_alloc (n_vecs=2416101224, n_elms=17) at /Users/pinskia/ src/local3/gcc/gcc/sbitmap.c:160 #5

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

2004-12-11 Thread steven 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