--- Comment #8 from steven at gcc dot gnu dot org 2010-02-18 19:46 ---
Olga, is this fixed?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41843
--- Comment #7 from olga at il dot ibm dot com 2009-12-08 10:19 ---
With this patch running shape.i produces the following output:
Using built-in specs.
COLLECT_GCC=/home/olga/mainline_after_LTO_merge-bin/bin/gcc
COLLECT_LTO_WRAPPER=/home/olga/mainline_after_LTO_merge-bin/libexec/gcc/po
--- Comment #6 from olga at gcc dot gnu dot org 2009-12-08 09:41 ---
Subject: Bug 41843
Author: olga
Date: Tue Dec 8 09:41:13 2009
New Revision: 155084
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155084
Log:
2009-12-07 Olga Golovanevsky
PR middle-end/41843
--- Comment #5 from jakub at gcc dot gnu dot org 2009-10-27 15:37 ---
Reduced testcase (although, with a different error). -O -fipa-struct-reorg
-fwhole-program:
struct S { void *a; struct V *b; };
typedef struct { int c; } T;
typedef struct { int d; int e; } U;
void fn (void *);
void
f
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-27 10:23 ---
Confirmed. -combine is not necessary. IPA struct reorg is known to be broken.
Program received signal SIGSEGV, Segmentation fault.
0x00c624ee in finalize_global_creation (var=0x0)
at /space/rguenther/sr
--- Comment #3 from b3timmons at speedymail dot org 2009-10-27 07:25
---
A workaround for gcc-4,3,3 (but not gcc-4.5.0!) is -fno-unit-at-a-time
--
b3timmons at speedymail dot org changed:
What|Removed |Added
---
--- Comment #2 from b3timmons at speedymail dot org 2009-10-27 07:21
---
Created an attachment (id=18912)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18912&action=view)
preprocessed source triggering failure
Had to compress source because of submission timing out
--
http:/
--- Comment #1 from b3timmons at speedymail dot org 2009-10-27 07:20
---
Created an attachment (id=18911)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18911&action=view)
preprocessed source triggering failure
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41843