This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/82338] valgrind error in inherit_in_ebb


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82338

--- Comment #2 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
  Thank you for reporting this, especially for reducing the test case.  The bug
is not dangerous, it does not result in wrong code generation but it might
result in worse code.

  I reproduced it.  It seams the validity (obsoleteness) of data was not
checked first.  I'll make a patch and commit it tomorrow.  If I am not able to
make it on this week, I'll do it in a week.

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