Hi Trevor,

your recent commits have broken bootstrap for cygwin/mingw i386 targets with:

../../gcc/gcc/config/i386/winnt.c: In Funktion »unsigned int
i386_pe_section_type_flags(tree, const char*, int)«:
../../gcc/gcc/config/i386/winnt.c:503:61: Fehler: keine passende
Funktion für Aufruf von »hash_table<pointer_hash<unsigned int>
>::find_slot(const unsigned int*, insert_option)«
   slot = htab->find_slot ((const unsigned int *)name, INSERT);
                                                             ^
../../gcc/gcc/config/i386/winnt.c:503:61: Anmerkung: Kandidat ist:
In file included from ../../gcc/gcc/config/i386/winnt.c:35:0:
../../gcc/gcc/hash-table.h:1030:15: Anmerkung: hash_table<Descriptor,
Allocator, true>::value_type* hash_table<Descriptor, Allocator,
true>::find_slot(const val
ue_type&, insert_option) [with Descriptor = pointer_hash<unsigned
int>; Allocator = xcallocator; hash_table<Descriptor, Allocator,
true>::value_type = unsigned int*] <nahe Übereinstimmung>
   value_type *find_slot (const value_type &value, insert_option insert)
               ^
../../gcc/gcc/hash-table.h:1030:15: Anmerkung:   keine bekannte Umwandlung für A
rgument 1 von »const unsigned int*« nach »unsigned int* const&«
../../gcc/gcc/config/i386/t-cygming:26: recipe for target 'winnt.o' failed
make[1]: *** [winnt.o] Error 1
make[1]: Leaving directory '/home/ktietz/source/gcc-head/buildw64/gcc'
Makefile:4006: recipe for target 'all-gcc' failed
make: *** [all-gcc] Error 2

Please fix that or revert.

Thanks,
Kai

Reply via email to