|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [xen-4.0-testing test] 7147: regressions - FAIL
Keir Fraser writes ("Re: [Xen-devel] [xen-4.0-testing test] 7147: regressions -
FAIL"):
> Here's a nice short one that seems to work for me. It does rely on the
> compiler emitting the word 'unrecognized' iff the option under test is
> unrecognised. I strongly suspect this is a safe bet.
Sadly, some mad people run with LC_MESSAGES set to something other
than C which produces native-language error messages even from gcc.
> Unfortunately I can't
> see any way around grepping the output, since otherwise we can't distinguish
> the integer-assignment-to-pointer warning from the unrecognised-option
> warning.
We don't need to distinguish them. We just need to know whether
passing the option works or not. That's what my patch does.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|