Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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.




Home | Main Index | Thread Index | Old Index