On Sun, Jan 30, 2022 at 9:40 AM Jakub Jelinek <jakub@redhat.com> wrote:
On Sun, Jan 30, 2022 at 08:00:48AM -0600, Richard Shaw wrote:
> /builddir/build/BUILD/OpenCOLLADA-1.6.68/Externals/MathMLSolver/src/MathMLEvaluatorVisitor.cpp:1:
> /builddir/build/BUILD/OpenCOLLADA-1.6.68/Externals/MathMLSolver/include/MathMLError.h:
> In destructor 'virtual MathML::Error::~Error()':
> /builddir/build/BUILD/OpenCOLLADA-1.6.68/Externals/MathMLSolver/include/MathMLError.h:62:26:
> warning: pointer used after 'void operator delete(void*, std::size_t)'
> [-Wuse-after-free]
>    62 |         virtual ~Error(){}
>       |                          ^
>
> This doesn't strike me as an arch related error but I built the package
> twice with the same result so I'm stumped.

This ought to be fixed in gcc-12.0.1-0.4.fc36 now in rawhide.

That seemed to do the trick. Thanks!

Richard