public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Someone broke bootstrap. *sigh*
@ 2003-05-23 20:00 Nathanael Nerode
  2003-05-23 20:48 ` Mike Stump
  0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2003-05-23 20:00 UTC (permalink / raw)
  To: gcc

../../gcc/gcc/tlink.c: In function `scan_linker_output':
../../gcc/gcc/tlink.c:639: warning: assignment discards qualifiers from 
pointer target type

--
There's an assignment p = q ; where p is char* and q is const char* .
-Werror causes us to die.

--Nathanael

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

* Re: Someone broke bootstrap. *sigh*
  2003-05-23 20:00 Someone broke bootstrap. *sigh* Nathanael Nerode
@ 2003-05-23 20:48 ` Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2003-05-23 20:48 UTC (permalink / raw)
  To: Nathanael Nerode; +Cc: gcc

On Friday, May 23, 2003, at 12:57 PM, Nathanael Nerode wrote:
> ../../gcc/gcc/tlink.c: In function `scan_linker_output':
> ../../gcc/gcc/tlink.c:639: warning: assignment discards qualifiers from
> pointer target type

I did.

:-(  Fixed.

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

end of thread, other threads:[~2003-05-23 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-23 20:00 Someone broke bootstrap. *sigh* Nathanael Nerode
2003-05-23 20:48 ` Mike Stump

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).