On Fri, Mar 2, 2012 at 5:40 PM, Uros Bizjak <[email protected]> wrote:
>>> Patch was tested on x86_64-pc-linux-gnu {,-m32}. Patch was committed
>>> to mainline, is it OK to commit to 4.7 after it opens?
>>
>> Have you done any compat testing against compiler without that change
>> (using ALT_CC_UNDER_TEST=/whatever/gcc ALT_CXX_UNDER_TEST=/whatever/g++ )?
>> Just to double check it doesn't introduce ABI compatibility issues?
>
> No, but will do so before commit.
No surprises on Fedora 16 with:
ALT_CC_UNDER_TEST="/usr/bin/gcc"
ALT_CXX_UNDER_TEST="/usr/bin/g++"
Uros.