Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/04/1999 02:08:09
Module Name:	src
Committed By:	mycroft
Date:		Thu Mar  4 10:08:09 UTC 1999

Modified Files:
	src/gnu/dist/gcc: fold-const.c
Log Message:
Fix another bug in fold_truthop().  When comparing two bitfields where the
lhs and rhs have the same size, but are in different bit positions, and the
masks are also shifted, we could erroneously omit the shift.