Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 10/13/1998 18:45:17
Module Name:	src
Committed By:	matt
Date:		Wed Oct 14 01:45:16 UTC 1998

Modified Files:
	src/gnu/dist/gcc: stor-layout.c
Log Message:
EGCS fix for VAX.  It is illegal to shift by more bits than is can be
contained in the type.  This was cc to die when initialize the
tetra long values on vax because it was trying to shift by -64.
This in turn was causing a reserved operand fault resulting in a SIGILL.