aboutsummaryrefslogtreecommitdiff
path: root/gcc/install.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@twinsun.com>1998-04-14 20:58:42 +0000
committerJeff Law <law@gcc.gnu.org>1998-04-14 14:58:42 -0600
commitc70afde1b3dc137c742e147e70d9730d3d283ac9 (patch)
tree846020f9c4b89d5d3729b9c2ced89ef886ef0be6 /gcc/install.texi
parent634f516faacaecb22cd9da954c7722a7f2e3100e (diff)
downloadgcc-c70afde1b3dc137c742e147e70d9730d3d283ac9.zip
gcc-c70afde1b3dc137c742e147e70d9730d3d283ac9.tar.gz
gcc-c70afde1b3dc137c742e147e70d9730d3d283ac9.tar.bz2
* install.texi: Update section on warnings that can be safely ignored.
From-SVN: r19212
Diffstat (limited to 'gcc/install.texi')
-rw-r--r--gcc/install.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/install.texi b/gcc/install.texi
index 5f68826..ed9669e 100644
--- a/gcc/install.texi
+++ b/gcc/install.texi
@@ -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}).