Testing issues

Bruce Korb korbb@datadesign.com
Tue Aug 11 11:12:00 GMT 1998


David S. Miller wrote:

>    sparc-linux: I need egcs-1.0.3a and gcc-2.8.1 tests for this platform.
>
> As discussed today there is that one-liner atexit() header file botch
> which prevents it from compiling out of the box.  Do you want test
> results with that having been fixed by hand because out of the box it
> doesn't even bootstrap because of this?

Could I get you  to also specify the following:

/*
 *  Comment describing the header change required
 */
fix = {
    hackname = atexit_sparc_linux;
    files    = stdlib.h;
    /*
     *  For 'mach', use a pattern that will match all machines that
     *  might have this particular problem.
     */
    mach     = "sun-solaris*-linux*";
    select   = "some-regular-expr-that-only-identifies-"
               "a-broken-stdlib.h";
    sed      = "s/broken-text/fixed-text/";
};


Shortly thereafter (within minutes, actually) there will magically
be a new fast-fixincludes to take care of the problem :)




More information about the Gcc mailing list