Hi, I just installed ubuntu 8.04 and it seems that gcc 4.2.3 isn't able<br>to compile large files using --enable-single-host. <br><br>We tried compiling a 6000 lines file and a 16000 lines file. (Generated from Jazz modules)<br>
<br>Using enable-single-host, both of them are still compiling after 10 minutes.<br>Without enable-single-host it takes 1 minute for the 6000 one and the 16000 one is still going on after 10 minutes.<br><br>On Apple gcc 4.0.1 it takes 1.5 minute to compile the 16000 lines file with enable-single-host<br>
In windows on gcc-mingw-3.4.5 it takes about 20 seconds with enable-single-host.<br><br>Could this be some serious regression?...<br>