https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61612

            Bug ID: 61612
           Summary: trunk revision 211984 winnt.c ‘hash_table_c’ does not
                    name a type
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tprince at computer dot org

stage1 build fails (host==target==x86_64-pc-cygwin)
../../gcc/config/i386/winnt.c: In function ‘const char*
i386_find_on_wrapper_lis
t(const char*)’:
../../gcc/config/i386/winnt.c:787:22: error: ‘hash_table_c’ does not name a
type

       wrappers = new hash_table_c<wrapped_symbol_hasher> (8);
                      ^
../../gcc/config/i386/winnt.c:787:56: error: expected primary-expression before
‘>’ token
       wrappers = new hash_table_c<wrapped_symbol_hasher> (8);
                                                        ^
../../gcc/config/i386/t-cygming:26: recipe for target 'winnt.o' failed

Reply via email to