• Michael Munday's avatar
    cmd/compile: improve error message emitted by debug info generation · 3797f88f
    Michael Munday authored
    Before:
    
    unexpected at 2721:load with unexpected source op v3278unexpected at 2775:load with
    unexpected source op v3281unexpected at 2249:load with unexpected source op
    v3289unexpected at 2875:load with unexpected source op v3278unexpected at 2232:load
    with unexpected source op v286unexpected at 2231:load with unexpected source op
    v3291unexpected at 2784:load with unexpected source op v3289unexpected at 2785:load
    with unexpected source op v3291
    
    After:
    
    debug info generation: v2721: load with unexpected source op: Phi (v3278)
    debug info generation: v2775: load with unexpected source op: Phi (v3281)
    debug info generation: v2249: load with unexpected source op: Phi (v3289)
    debug info generation: v2875: load with unexpected source op: Phi (v3278)
    debug info generation: v2232: load with unexpected source op: Phi (v286)
    debug info generation: v2231: load with unexpected source op: Phi (v3291)
    debug info generation: v2784: load with unexpected source op: Phi (v3289)
    debug info generation: v2785: load with unexpected source op: Phi (v3291)
    
    Updates #25404.
    
    Change-Id: Ib97722848d27ca18bdcd482a610626bc3c6def7d
    Reviewed-on: https://go-review.googlesource.com/113275
    Run-TryBot: Michael Munday <mike.munday@ibm.com>
    Run-TryBot: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarHeschi Kreinick <heschi@google.com>
    3797f88f
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...