diff -r slc4_amd64_gcc34/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h slc4_amd64_gcc34.new/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h
168a169,182
> #define __is_enum(x) false
> #define __is_union(x) false
> #define __is_class(x) false
> #define __is_polymorphic(x) false
> #define __is_abstract(x) false
> #define __has_virtual_destructor(x) false
> 
> #define __has_trivial_constructor(x) false
> #define __has_trivial_copy(x) false
> #define __has_trivial_assign(x) false
> #define __has_nothrow_constructor(x) false
> #define __has_nothrow_copy(x) false
> #define __has_nothrow_assign(x) false
> #define __is_base_of(x,y) false
86c86
<   SPECIAL="-include \"gccxml_builtins.h\""
---
>   SPECIAL="-include \"gccxml_builtins.h\" -include \"\type_traits\""
