This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
RE: Strange behavior of libstdc++ regression test
- From: "Terry Guo" <terry dot guo at arm dot com>
- To: "'Andreas Schwab'" <schwab at linux-m68k dot org>
- Cc: <gcc at gcc dot gnu dot org>, <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 19 Apr 2012 16:02:18 +0800
- Subject: RE: Strange behavior of libstdc++ regression test
- References: <14015.132308896$1334819010@news.gmane.org> <m262cw424m.fsf@igel.home>
>
> "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