C++ PATCH: Fix sprintf format

Mark Mitchell mark@codesourcery.com
Wed Jun 18 17:36:00 GMT 2003


> > Your testsuite/lib/gcc-dg.exp should contain:
> >
> > # Like check_conditional_xfail, but callable from a dg test.
> >
> > proc dg-xfail-if { args } {
> >     set args [lreplace $args 0 0]
> >     global compiler_conditional_xfail_data
> >     set compiler_conditional_xfail_data $args
> > }
> 
> I already double-checked.
> 
> > If it does, then we'll have to figure out what's going wrong on
> > SPARC64.  The first thing would be for you to send me the .log file
> > output for the simd-5.c test.
> 
> Basically unchanged (the failures at -O1 and -O2 are at a different location 
> in the compiler, due to a recent SIMD-related patch).

I see the problem now, and I'll try to figure out how to fix it.

Thanks,

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com



More information about the Gcc-patches mailing list