https://sourceware.org/bugzilla/show_bug.cgi?id=27484
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Nick Clifton <nickc at redhat dot com> ---
Mark was right - the code that was analyzing the specification did not search
forwards for the tag. I have checked in a patch to create two passes over the
DIE, one to accumulate function and variable tags and then a second one to
process their attributes. Inefficient yes, but at least it works. I expect
someday that someone will complain about the speed and a better solution will
have to be implemented, but for now this will do.
--
You are receiving this mail because:
You are on the CC list for the bug.