a/libstdc++-v3/ChangeLog-2022 b/libstdc++-v3/ChangeLog-2022
new file mode 100644
index 000..8057de58539
--- /dev/null
+++ b/libstdc++-v3/ChangeLog-2022
@@ -0,0 +1,4 @@
+2022-08-16 Keef Aragon
+
+* libstdc++-v3/libsupc++/eh_alloc.cc: inverse comparison in pool::free
+
diff --git a/libst
more uses of
it and quickly checking for that to be the case also needed the ordered
invariant to hold (just checking if the freelist the whole arena).
On Tue, Aug 16, 2022 at 11:45 PM Richard Biener
wrote:
> On Tue, Aug 16, 2022 at 9:15 PM Keef Aragon
> wrote:
> >
> > This