[Bug debug/84404] Several "leb128 operand is an undefined symbol" in go testsuite with latest debug improvements
aoliva at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 21 06:07:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84404
Alexandre Oliva <aoliva at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2018-02-21
Assignee|unassigned at gcc dot gnu.org |aoliva at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #5 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
On it. At least in the x86_64 testcase in c3, the problem is that we have a
gomp function without line info, but with var loc bindings. The bindings end
up as locview lists referencing a view that is never emitted, because there's
no line info to attach it to.
More information about the Gcc-bugs
mailing list