Module Name: src
Committed By: kalvisd
Date: Sun Sep 29 07:23:05 UTC 2024
Modified Files:
src/external/gpl3/gcc/dist/gcc: dse.cc
Log Message:
gcc: vax: constrain logical shifts
Shift right by positive values that are less than
HOST_BITS_PER_WIDE_INT to avoid illegal instruction exceptions on VAX.
OK rin@
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/dse.cc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.