[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2010-02-18 Thread steven at gcc dot gnu dot org
--- 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

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2009-12-08 Thread olga at il dot ibm dot com
--- 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

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2009-12-08 Thread olga at gcc dot gnu dot org
--- 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

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2009-10-27 Thread jakub at gcc dot gnu dot org
--- 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

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- 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

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
--- 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 ---

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
--- 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:/

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
--- 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