* install.texi: Update section on warnings that can be safely ignored.
authorPaul Eggert <eggert@twinsun.com>
Tue, 14 Apr 1998 20:58:42 +0000 (20:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 Apr 1998 20:58:42 +0000 (14:58 -0600)
From-SVN: r19212

gcc/ChangeLog
gcc/install.texi

index 456424e01f8e675fa67decbba3277538d4b6bb64..aad3a1ec583381bba8af2fe89aa6fd798e118ad8 100644 (file)
@@ -1,3 +1,7 @@
+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
index 5f6882605d9bded094f5d2b547a1bf1a24cf855b..ed9669eb159d7b8d11ef847780eea502cb1ddf83 100644 (file)
@@ -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}).