Il 27/05/2012 17:37, Andreas Färber ha scritto: > GCC's altivec.h may in a !__APPLE_ALTIVEC__ code path redefine bool, > leading to type mismatches. altivec.h recommends to #undef for C++ > compatibility, but doing so on C leads to bool remaining undefined.
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> Paolo