Hello! > diff --git a/libmudflap/testsuite/libmudflap.c/pass47-frag.c > b/libmudflap/testsuite/libmudflap.c/pass47-frag.c > --- a/libmudflap/testsuite/libmudflap.c/pass47-frag.c > +++ b/libmudflap/testsuite/libmudflap.c/pass47-frag.c > @@ -8,3 +8,5 @@ int main () > tolower (buf[4]) == 'o' && tolower ('X') == 'x' && > isdigit (buf[3])) == 0 && isalnum ('4')); > } > + > +/* { dg-warning "cannot track unknown size extern .__ctype." "Solaris > __ctype declared without size" { target *-*-solaris2.* } 0 } */
This is handled differently throughout the mudflap testsuite: /* Ignore a warning that is irrelevant to the purpose of this test. */ /* { dg-prune-output ".*mudflap cannot track unknown size extern.*" } */ Uros.