[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-02-28 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #18 from Onur Küçük onur at pardus dot org.tr 2011-02-28 09:50:51 UTC --- I have found that reverting r167492 [1] fixes the problem for me. Of course it brings back PR46806 but at least it should give a hint where the problem

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2011-02-28 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #19 from Onur Küçük onur at pardus dot org.tr 2011-02-28 09:51:50 UTC --- Created attachment 23488 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=23488 revert 167492 patch

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-12-21 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #16 from Onur Küçük onur at pardus dot org.tr 2010-12-21 14:43:41 UTC --- I can also reproduce the problem. It was not there with 4.5.1, came with 4.5.2. When I force -O1 profiledbootstrap works fine, but ICE occurs with -O2.

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-12-21 Thread onur at pardus dot org.tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #17 from Onur Küçük onur at pardus dot org.tr 2010-12-21 17:10:48 UTC --- I see this with i686 btw, x86-64 seems ok