[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #8 from hubicka at gcc dot gnu dot org 2008-09-13 14:39 --- Subject: Bug 37392 Author: hubicka Date: Sat Sep 13 14:38:10 2008 New Revision: 140342 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140342 Log: PR tree-optimization/37392 * tree-inline.c

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-13 Thread hubicka at gcc dot gnu dot org
--- Comment #9 from hubicka at gcc dot gnu dot org 2008-09-13 22:38 --- Fixed by my patch. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-12 Thread hubicka at gcc dot gnu dot org
--- Comment #7 from hubicka at gcc dot gnu dot org 2008-09-12 09:52 --- Testing patch.. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-11 Thread tbm at cyrius dot com
--- Comment #6 from tbm at cyrius dot com 2008-09-12 05:28 --- (In reply to comment #4) This works now with revision 140075. Maybe the reduced one works now, but the original preprocessed source still shows the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-09 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-06 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2008-09-06 08:44 --- Created an attachment (id=16240) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16240action=view) Preprocessed code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-06 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2008-09-06 08:45 --- Created an attachment (id=16241) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16241action=view) Slightly reduced testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-06 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-06 22:27 --- Reduced testcase: typedef struct { unsigned char r, g, b; } rgb_color; typedef union { rgb_color rgb; unsigned char channel[4]; } i_color; struct i_fill_image_t { double matrix[9]; }; static i_color

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-06 22:48 --- This works now with revision 140075. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392

[Bug tree-optimization/37392] [4.4 Regression] Segfault in verify_ssa: !gimple_nop_p (stmt)

2008-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-09-06 22:49 --- I want to say part of the fix for PR 14703 fixed this bug. Honza could you look into this bug? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37392