* cfgrtl.c (fixup_abnormal_edges): Guard moving insns to fallthru edge
on the presence of fallthru edge, rather than if it is a USE or not.
* g++.dg/tsan/pr88018.C: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266236
138bc75d-0d04-0410-961f-
82ee72b054a4
--- /dev/null
+// PR rtl-optimization/88018
+// { dg-do compile }
+// { dg-skip-if "" { *-*-* } { "*" } { "-O0" } }
+// { dg-options "-fsanitize=thread -fno-ipa-pure-const -O1 -fno-inline-functions-called-once -w" }
+
+#include "../pr69667.C"