This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/32764] [4.3 regression] : Failed to bootstrap on Linux/ia64



------- Comment #1 from hjl at lucon dot org  2007-07-14 03:19 -------
I am testing

--- gcc/var-tracking.c.bad      2007-07-13 19:38:08.000000000 -0700
+++ gcc/var-tracking.c  2007-07-13 20:18:19.000000000 -0700
@@ -1862,6 +1862,9 @@ find_src_set_src (dataflow_set *set, rtx
          src = SET_SRC (XVECEXP (PATTERN (insn), 0, i));
     }

+  if (!src)
+    return set_src;
+
   if (REG_P (src))
     decl = var_debug_decl (REG_EXPR (src));
   else if (MEM_P (src))


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]