[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/20332] too many ...'s counted as parameters



https://sourceware.org/bugzilla/show_bug.cgi?id=20332

--- Comment #4 from dodji at redhat dot com ---
(In reply to Ben Woodard from comment #0)
> In GCC's way of expressing things there are two unspecified parameters. Is
> that correct? It does seem rather odd but I think that libabigail shouldn't
> consider the second unspecified parameter as a 7th parameter.

Yes it seems odd.  The fix I installed considers only the first unspecified
parameter DIE.  After that one, no other DIE is considered as being function
parameters.

I hope this would be enough of a fix for now.

> Also it would be nice to know why there is the 2nd unspecified parameter DIE
> in there. To me that looks like a bug in the generated DWARF and possibly
> could be a GCC problem.

Yeah, that is weird.  But, as always, if we can find a way to handle the
binaries that are already out there in the wild -- before the compiler gets
fixed -- we just use that way.

-- 
You are receiving this mail because:
You are on the CC list for the bug.