Strange behavior of libstdc++ regression test
Terry Guo
terry.guo@arm.com
Thu Apr 19 08:02:00 GMT 2012
>
> "Terry Guo" <terry.guo@arm.com> writes:
>
> > make[1]: *** [check-recursive] Error 1
> > make[1]: Target `check' not remade because of errors.
> > make[1]: Leaving directory
> > `/home/build/gcc-4-7-daily-test/build-linux/gcc-final/arm-none-
> eabi/libstdc+
> > +-v3'
> > make: *** [check-target-libstdc++-v3] Error 2
> > make: Target `check-target' not remade because of errors.
>
> You had unexpected failures/successes. Look at the first error, not
> the
> last one.
>
Ah, you are right. I just thought the "make -k" should keep going and omit
all the errors. Now I think I should use "make -k -i" to do it. Thanks for
the help.
BR,
Terry
More information about the Libstdc++
mailing list