I'm not sure how to do this. I tried the following commands, but this
fails even on master:
../../gcc/configure --enable-host-shared --enable-
languages=c,jit,c++,fortran,objc,lto --enable-checking=release --
disable-werror --prefix=/opt/gcc
make bootstrap -j24
make -k check -j24
>From what I can understand, the unexpected failures are in g++:
=== g++ Summary ===
# of expected passes 72790
# of unexpected failures 1
# of expected failures 1011
# of unsupported tests 3503
=== g++ Summary ===
# of expected passes 4750
# of unexpected failures 27
# of expected failures 16
# of unsupported tests 43
Am I doing something wrong?
On Fri, 2023-12-01 at 12:49 -0500, David Malcolm wrote:
> On Thu, 2023-11-30 at 17:13 -0500, Antoni Boucher wrote:
> > Here's the updated patch.
> > The failure was due to the test being in the test array while it
> > should
> > not have been there since it changes the context.
>
> Thanks for the updated patch.
>
> Did you do a full bootstrap and regression test with this one, or do
> you want me to?
>
> Dave
>