This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Killing old dead bugs


On 07/02/2017 11:08 AM, Yuri Gribov wrote:
> Hi all,
> 
> What do I need to do to close an old bug which does not repro with
> modern GCC and reporter does not care anymore (e.g.
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40528)? Also, is there
> some general policy about closing old bugs?
Ideally you'd bisect the tree to figure out what change causes the bug
not to reproduce anymore -- that way you can make an educated guess
whether or not the bug was fixed or just went latent.

Sometimes that can be skipped with sufficient knowledge of the bug.

The fact that the reporter doesn't care anymore is useful, but what's
far more important is whether or not the bug is likely someone else
would run into.

>From reviewing the BZ, the core request is for ifunc capabilities to be
exposed as an attribute.  THat's been around for a long time.  I think
the core issue was Agner had a much too old binutils (2.20-ish).

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]