[Bug bootstrap/43900] ICE in dbxout.c

2010-08-21 Thread ktietz at gcc dot gnu dot org
--- Comment #6 from ktietz at gcc dot gnu dot org 2010-08-21 08:19 --- (In reply to comment #5) (In reply to comment #4) (In reply to comment #2) As it turns out, the ICE only manifests in a parallel build. I tried make -j 8, my default and make -j 3. For an ordinary

[Bug bootstrap/43900] ICE in dbxout.c

2010-08-21 Thread rainer at emrich-ebersheim dot de
--- Comment #7 from rainer at emrich-ebersheim dot de 2010-08-21 09:08 --- (In reply to comment #6) (In reply to comment #5) (In reply to comment #4) (In reply to comment #2) As it turns out, the ICE only manifests in a parallel build. I tried make -j 8, my default

[Bug bootstrap/43900] ICE in dbxout.c

2010-08-21 Thread ktietz at gcc dot gnu dot org
--- Comment #8 from ktietz at gcc dot gnu dot org 2010-08-21 09:26 --- Ok, let us close it. -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/43900] ICE in dbxout.c

2010-04-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-04-27 06:16 --- It depends on what the platform allows, I'm not familiar with it at all. If you can force dumping core and getting backtrace from it, that would be interesting info, if you can preload some library to print backtrace

[Bug bootstrap/43900] ICE in dbxout.c

2010-04-27 Thread ktietz at gcc dot gnu dot org
--- Comment #4 from ktietz at gcc dot gnu dot org 2010-04-27 07:52 --- (In reply to comment #2) As it turns out, the ICE only manifests in a parallel build. I tried make -j 8, my default and make -j 3. For an ordinary make there is no issue. So, I'm curious how to handle this. Any

[Bug bootstrap/43900] ICE in dbxout.c

2010-04-27 Thread rainer at emrich-ebersheim dot de
--- Comment #5 from rainer at emrich-ebersheim dot de 2010-04-27 13:15 --- (In reply to comment #4) (In reply to comment #2) As it turns out, the ICE only manifests in a parallel build. I tried make -j 8, my default and make -j 3. For an ordinary make there is no issue. So,

[Bug bootstrap/43900] ICE in dbxout.c

2010-04-26 Thread rainer at emrich-ebersheim dot de
--- Comment #1 from rainer at emrich-ebersheim dot de 2010-04-26 18:27 --- I'm still analyzing, what's going wrong here, it's a strange thing. I tried the build three times with a parallel make resulting in the above ICE. But can't reproduce it by compiling dbxout.c on the command

[Bug bootstrap/43900] ICE in dbxout.c

2010-04-26 Thread rainer at emrich-ebersheim dot de
--- Comment #2 from rainer at emrich-ebersheim dot de 2010-04-26 19:53 --- As it turns out, the ICE only manifests in a parallel build. I tried make -j 8, my default and make -j 3. For an ordinary make there is no issue. So, I'm curious how to handle this. Any thoughts? Rainer --