This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: Fix sprintf format
> I'm sorry I can't help you on this problem, but I don't know the first
> thing about dejagnu/expect. Do you want me to provide more infos on the
> system?
While I'm at it, I'd like to report other dg-related problems that appeared
recently on sparc*-sun-solaris*. I have these lines in the mail-report.log
file:
UNRESOLVED: gcc.dg/special/20000419-2.c
UNRESOLVED: gcc.dg/special/alias-1.c
UNRESOLVED: gcc.dg/special/alias-2.c
UNRESOLVED: gcc.dg/special/wkali-1.c
but they do _not_ appear during testing itself (i.e I see no failure for the
tests). The log file contains:
UNRESOLVED: gcc.dg/special/20000419-2.c
UNSUPPORTED: gcc.dg/special/20000419-2.c
UNRESOLVED: gcc.dg/special/alias-1.c
UNSUPPORTED: gcc.dg/special/alias-1.c
UNRESOLVED: gcc.dg/special/alias-2.c
UNSUPPORTED: gcc.dg/special/alias-2.c
UNRESOLVED: gcc.dg/special/wkali-1.c
UNSUPPORTED: gcc.dg/special/wkali-1.c
The 4 tests have one thing in common: they are the only ones to use
/* { dg-require-alias "" } */
--
Eric Botcazou