Commit c70afde1 by Paul Eggert Committed by Jeff Law

* install.texi: Update section on warnings that can be safely ignored.

From-SVN: r19212
parent 634f516f
Tue Apr 14 21:57:57 1998 Paul Eggert <eggert@twinsun.com>
* install.texi: Update section on warnings that can be safely ignored.
Tue Apr 14 14:55:16 1998 Jim Wilson <wilson@cygnus.com>
* mips.md (reload_outdi): Change the scratch mode from DImode to
......
......@@ -341,8 +341,9 @@ Ignore any warnings you may see about ``statement not reached'' in
escape sequence'' are normal in @file{genopinit.c} and perhaps some
other files. Likewise, you should ignore warnings about ``constant is
so large that it is unsigned'' in @file{insn-emit.c} and
@file{insn-recog.c} and a warning about a comparison always being zero
in @file{enquire.o}. Any other compilation errors may represent bugs in
@file{insn-recog.c}, a warning about a comparison always being zero
in @file{enquire.o}, and warnings about shift counts exceeding type
widths in @file{cexp.y}. Any other compilation errors may represent bugs in
the port to your machine or operating system, and
@ifclear INSTALLONLY
should be investigated and reported (@pxref{Bugs}).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment