public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc trunk build failure in winnt.c
@ 2014-06-25 13:13 Tim Prince
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Prince @ 2014-06-25 13:13 UTC (permalink / raw)
  To: gcc-help

Should this be filed in a PR?
../../gcc/config/i386/winnt.c: In function ‘unsigned int 
i386_pe_section_type_fl
ags(tree, const char*, int)Â’:
../../gcc/config/i386/winnt.c:503:43: warning: cast from type ‘const 
char*Â’ to t
ype ‘unsigned int*’ casts away qualifiers [-Wcast-qual]
slot = htab->find_slot ((unsigned int *)name, INSERT);
^
../../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);

-- 
Tim Prince

^ permalink raw reply	[flat|nested] 2+ messages in thread

* gcc trunk build failure in winnt.c
@ 2014-06-25 13:15 Tim Prince
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Prince @ 2014-06-25 13:15 UTC (permalink / raw)
  To: gcc-help

I had neglected to build clean from scratch after adding 
--disable-werror to the configure command.  I suppose --disable-werror 
is an expected requirement for targets other than the top priority ones 
(but is that documented somewhere?).

-- 
Tim Prince

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-25 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-25 13:13 gcc trunk build failure in winnt.c Tim Prince
2014-06-25 13:15 Tim Prince

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).