Fuller error message in PACK-WIRED-TN
authorPaul Khuong <pvk@pvk.ca>
Tue, 12 Nov 2013 23:18:32 +0000 (18:18 -0500)
committerPaul Khuong <pvk@pvk.ca>
Mon, 2 Dec 2013 03:44:43 +0000 (22:44 -0500)
Cribbed directly from Alexandra Barchunova's regalloc work.

src/compiler/pack.lisp

index 60d8565..288a988 100644 (file)
                          (or (= offset 0)
                              (= offset 1))))
                (conflicts-in-sc original sc offset))
-      (error "~S is wired to a location that it conflicts with." tn))
+      (error "~S is wired to location ~D in SC ~A of kind ~S that it conflicts with."
+             tn offset sc (tn-kind tn)))
 
     (add-location-conflicts original sc offset optimize)))