Anders Magnusson
2014-09-13 07:44:20 UTC
Module Name: pcc
Committed By: ragge
Date: Sat Sep 13 07:44:20 UTC 2014
Modified Files:
pcc/arch/i386: code.c
Log Message:
Do not put stack arguments in temporaries if not optimizing, it will break
variadics. Fixes (at least) Jira#PCC-484 and PCC-499.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pcc/arch/i386/code.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 13 07:44:20 UTC 2014
Modified Files:
pcc/arch/i386: code.c
Log Message:
Do not put stack arguments in temporaries if not optimizing, it will break
variadics. Fixes (at least) Jira#PCC-484 and PCC-499.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pcc/arch/i386/code.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.