[Bug pch/60982] Very long compilation of precompiled headers

2014-05-28 Thread georgthegreat at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60982 Yuriy Chernyshov georgthegreat at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug pch/60982] Very long compilation of precompiled headers

2014-04-29 Thread georgthegreat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60982 --- Comment #5 from Yuriy Chernyshov georgthegreat at gmail dot com --- I've reconfigured gcc, so it wouldn't build precompiled headers and created a gcc-build subfolder (as FAQ said). Now the following command hangs: libtool: compile:

[Bug pch/60982] Very long compilation of precompiled headers

2014-04-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60982 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- How much RAM do you have? Is the machine swapping while running that command? How much memory is the cc1plus process using?

[Bug pch/60982] Very long compilation of precompiled headers

2014-04-28 Thread georgthegreat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60982 --- Comment #2 from Yuriy Chernyshov georgthegreat at gmail dot com --- Memory usage is 0.1%. Building host has 32g of RAM.

[Bug pch/60982] Very long compilation of precompiled headers

2014-04-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60982 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- As a workaround you can configure with --disable-libstdcxx-pch (the generated PCHs are not too useful anyway).

[Bug pch/60982] Very long compilation of precompiled headers

2014-04-28 Thread georgthegreat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60982 --- Comment #4 from Yuriy Chernyshov georgthegreat at gmail dot com --- Thanks, Richard and Jonathan (you both gave me the same solution). Hope, this helps. I'll post the results here, once I'll get them.