From c70afde1b3dc137c742e147e70d9730d3d283ac9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 14 Apr 1998 20:58:42 +0000 Subject: * install.texi: Update section on warnings that can be safely ignored. From-SVN: r19212 --- gcc/ChangeLog | 4 ++++ gcc/install.texi | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 456424e..aad3a1e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 14 21:57:57 1998 Paul Eggert + + * install.texi: Update section on warnings that can be safely ignored. + Tue Apr 14 14:55:16 1998 Jim Wilson * mips.md (reload_outdi): Change the scratch mode from DImode to 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}). -- cgit v1.1