This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/41841] segfault using '-O -fipa-cp -fipa-struct-reorg -fwhole-program -fprofile-generate'
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Oct 2009 10:21:58 -0000
- Subject: [Bug c/41841] segfault using '-O -fipa-cp -fipa-struct-reorg -fwhole-program -fprofile-generate'
- References: <bug-41841-18357@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-27 10:21 -------
Confirmed. -combine is not necessary. IPA struct reorg is known to be broken.
Program received signal SIGSEGV, Segmentation fault.
0x0000000000c6b3cf in build_data_structure (unsuitable_types=0x7fffffffdae8)
at /space/rguenther/src/svn/trunk/gcc/ipa-struct-reorg.c:3378
3378 for (var_list = fn->local_decls; var_list;
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-10-27 10:21:58
date| |
Summary|segfault using '-O -fipa-cp |segfault using '-O -fipa-cp
|-fipa-struct-reorg -fwhole- |-fipa-struct-reorg -fwhole-
|program -combine -fprofile- |program -fprofile-generate'
|generate' |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41841