Module Name: pcc
Committed By: ragge
Date: Sat Jun 26 09:33:59 UTC 2010
Modified Files:
pcc/arch/i386: local2.c table.c
Log Message:
Fix two longlong bugs revealed by adding valcast() and compiling the
compiler with itself:
- Move from TEMP node to other regs could overwrite regs.
- rmove() had wrong logic in avoiding overwriting regs.
Bug reported by Michael Shalayeff.
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 pcc/arch/i386/local2.c
cvs rdiff -u -r1.121 -r1.122 pcc/arch/i386/table.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.