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: cfg.c: redundant second assignment of bb_copy = NULL in free_original_copy_tables()


On Fri, 2 Sep 2016, Prathamesh Kulkarni wrote:

> Hi,
> There appears to be a redundant second assignmeent bb_copy = NULL in
> free_copy_original_tables(). I suppose it should be
> bb_original = NULL instead ?
> I found this mentioned on a blog "Bugs found in gcc with help of PVS studio":
> http://www.viva64.com/en/b/0425/#ID0EHCCK

Ok.

Thanks,
Richard.


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