https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81807
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |chefmax at gcc dot gnu.org Resolution|--- |FIXED --- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Actually, looking in detail, this has been fixed by r251265 by reverting the change. The *.cc files are intentionally not executed, those are the original upstream tests which are sourced by the asan_test.C wrapper provided by us. It is true that dlclose-test-1-so.cc and shared-lib-test-1-so.cc are not included from anything and not run at all. But those tests are something that really need very special treatment in asan.exp, and apparently that ended up not being included. Some of it has been in e.g. in: https://gcc.gnu.org/ml/gcc-patches/2012-12/msg00106.html Anyway, closing as the regressions don't appear anymore. We might want to backport some asan_test.cc etc. changes, haven't done that recently during the merge.