Commit de3c6d93 by Andrew Pinski Committed by Andrew Pinski

re PR debug/15033 (libgcc2.c:470: internal compiler error: Segmentation fault)

2004-04-12  Andrew Pinski  <pinskia@physics.uc.edu>

        PR debug/15033
        * dwarf2out.c (rtl_for_decl_location): Check for NULL
        rtl.

From-SVN: r80943
parent 75293ad6
2004-04-12 Andrew Pinski <pinskia@physics.uc.edu>
PR debug/15033
* dwarf2out.c (rtl_for_decl_location): Check for NULL
rtl.
2004-04-20 James E Wilson <wilson@specifixinc.com> 2004-04-20 James E Wilson <wilson@specifixinc.com>
* config/ia64/ia64.md (call_value_nogp): Add constraints for op0. * config/ia64/ia64.md (call_value_nogp): Add constraints for op0.
......
...@@ -9757,6 +9757,7 @@ rtl_for_decl_location (tree decl) ...@@ -9757,6 +9757,7 @@ rtl_for_decl_location (tree decl)
} }
} }
else if (TREE_CODE (decl) == VAR_DECL else if (TREE_CODE (decl) == VAR_DECL
&& rtl
&& GET_CODE (rtl) == MEM && GET_CODE (rtl) == MEM
&& GET_MODE (rtl) != TYPE_MODE (TREE_TYPE (decl)) && GET_MODE (rtl) != TYPE_MODE (TREE_TYPE (decl))
&& BYTES_BIG_ENDIAN) && BYTES_BIG_ENDIAN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment