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

2011-04-13 Thread michael.hope at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 Michael Hope michael.hope at linaro dot org changed: What|Removed |Added CC||michael.hope

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

2011-04-13 Thread fierevere at ya dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #21 from Sylvia fierevere at ya dot ru 2011-04-13 07:24:32 UTC --- Sorry, this mail address it not being used anymore, this message has been sent automatically. Извините, этот адрес более не используется, это сообщение было отправлено

[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 is.

[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 jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #15 from Martin Jambor jamborm at gcc dot gnu.org 2010-12-21 14:35:17 UTC --- And it fails for me even when I switch both IPA-SRA and IPA-CP off. So at the moment I have reasons to believe the bug is not in any of my areas of

[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

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

2010-12-16 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #14 from Martin Jambor jamborm at gcc dot gnu.org 2010-12-16 11:14:42 UTC --- I've tried make profiledebootstrap with IPA-SRA disabled (directly in the code) and it segfaulted anyway. Will try it with disabled IPA-CP tonight.

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

2010-10-13 Thread fierevere at ya dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 Sylvia fierevere at ya dot ru changed: What|Removed |Added CC||fierevere at ya dot ru

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

2010-10-13 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

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

2010-10-13 Thread fierevere at ya dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #12 from Sylvia fierevere at ya dot ru 2010-10-13 15:10:34 UTC --- (In reply to comment #8) Artem, did you tried to make concurrent build ( make -j2 or anything more than -j1 ) ? there shouldnt be any collisions when building with

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

2010-10-13 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #13 from Artem Anisimov aanisimov at inbox dot ru 2010-10-13 17:46:51 UTC --- Artem, did you tried to make concurrent build ( make -j2 or anything more than -j1 ) ? I know about this trick and did a -j1 build :). Anyway, thanks

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

2010-10-12 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #8 from Artem Anisimov aanisimov at inbox dot ru 2010-10-12 12:25:10 UTC --- (In reply to comment #7) I have run 'make profiledbootstrap' of today's checkout of the 4.5 branc (revision 165315) on i686 and it finished without any

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

2010-10-12 Thread aanisimov at inbox dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #9 from Artem Anisimov aanisimov at inbox dot ru 2010-10-12 12:28:10 UTC --- (In reply to comment #7) It's interesting to note that profiledbootstrap break amd64 build too, though for different reason:

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

2010-10-11 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #7 from Martin Jambor jamborm at gcc dot gnu.org 2010-10-11 17:46:00 UTC --- I have run 'make profiledbootstrap' of today's checkout of the 4.5 branc (revision 165315) on i686 and it finished without any problems for me. I believe I

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

2010-09-16 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-09-16 09:30 --- With seeing .clone in fn names I suppose this is ipa-cp or ipa-sra. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

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

2010-09-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2010-09-15 21:00 --- *** Bug 45684 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2010-09-06 Thread doko at ubuntu dot com
--- Comment #4 from doko at ubuntu dot com 2010-09-06 15:56 --- I can confirm this with 20100902 from the 4.5 branch. the profiled bootstrap did work with the 4.5.1 release. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085

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

2010-09-01 Thread fierevere at ya dot ru
--- Comment #3 from fierevere at ya dot ru 2010-09-01 20:47 --- In file included from ../../../../gcc-4.5.2pre-20100901-rev163742/libstdc++-v3/src/pool_allocator.cc:31:0: /var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h: In constructor

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

2010-05-12 Thread fierevere at mail dot ru
--- Comment #1 from fierevere at mail dot ru 2010-05-12 07:01 --- Created an attachment (id=20640) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20640action=view) this file triggers ICE in cc1plus i have exactly the same, affects 4.5.0 release and current gcc-4_5-branch

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

2010-05-12 Thread fierevere at mail dot ru
--- Comment #2 from fierevere at mail dot ru 2010-05-12 07:05 --- Please change: component to bootstrap Host/Target and Build to i686-pc-linux-gnu set higher priority and severity, this problem makes profiledbootstrap make target unable to build and FDO-built GCC unusable, its