Anders Magnusson
2012-09-15 14:04:24 UTC
Module Name: pcc
Committed By: ragge
Date: Sat Sep 15 14:04:24 UTC 2012
Modified Files:
pcc/cc/ccom: optim.c
Log Message:
If a shift is larger than type do not mod the shift size but just let it
shift away all bits. This is undefined behavior but will give least
surprises. Fixes Jira#PCC-409 by Iain Hibbert.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pcc/cc/ccom/optim.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Committed By: ragge
Date: Sat Sep 15 14:04:24 UTC 2012
Modified Files:
pcc/cc/ccom: optim.c
Log Message:
If a shift is larger than type do not mod the shift size but just let it
shift away all bits. This is undefined behavior but will give least
surprises. Fixes Jira#PCC-409 by Iain Hibbert.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pcc/cc/ccom/optim.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.