------- Comment #1 from ubizjak at gmail dot com  2009-09-04 13:11 -------
Index: config/alpha/alpha.c
===================================================================
--- config/alpha/alpha.c        (revision 151367)
+++ config/alpha/alpha.c        (working copy)
@@ -7664,7 +7664,7 @@ alpha_does_function_need_gp (void)
   pop_topmost_sequence ();

   for (; insn; insn = NEXT_INSN (insn))
-    if (INSN_P (insn)
+    if (NONDEBUG_INSN_P (insn)
        && ! JUMP_TABLE_DATA_P (insn)
        && GET_CODE (PATTERN (insn)) != USE
        && GET_CODE (PATTERN (insn)) != CLOBBER


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41262

Reply via email to