[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #9 from kargl at gcc dot gnu dot org 2009-10-15 21:51 --- (In reply to comment #8) > Created an attachment (id=18803) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18803&action=view) [edit] > gcc45-pr41717.patch > > Untested patch. > The patch allows the original tes

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-10-15 21:17 --- Created an attachment (id=18803) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18803&action=view) gcc45-pr41717.patch Untested patch. -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2009-10-15 20:37 --- I see several issues: 1) expand_debug_expr should handle CONJ_EXPR. The easiest would be just to handle the case where op0 is CONCAT (then just return gen_rtx_CONCAT (mode, XEXP (op0, 0), gen_rtx_NEG (GET_MODE (XEXP (

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41717

[Bug debug/41717] [4.5.0 regression] internal compiler error: in expand_debug_expr

2009-10-15 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2009-10-15 20:09 --- Inspection of gcc/ChangeLog and gcc/fortran/ChangeLog suggests that this is related to the recent flurry of debugging patches. Changing the component to debug. -- kargl at gcc dot gnu dot org changed: