the compiles that work have this initial command segment
        cw -_cc -xO3 -xarch=amd64
and the one that fails has
        cw -_cc "" -xarch=amd64

and gcc chokes on the input file named ""
it doesn't help that the "" doesn't show up in the gcc command trace

looks like a problem with a "don't optimize streval.c" assertion,
however that is done in the shadow build system

-- Glenn Fowler -- AT&T Research, Florham Park NJ --


Reply via email to