Module Name: pcc
Committed By: gmcgarry
Date: Mon Jul 7 11:13:41 UTC 2008
Modified Files:
pcc/cc/ccom: pftn.c
Log Message:
if using -fstack-protector on function returning bool, use BOOL_TYPE
to save the return value. Needed because the conversion from BOOL
to BOOL_TYPE is early. Fixes compiles on i386 where BOOL_TYPE is
smaller that a machine word.
To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 pcc/cc/ccom/pftn.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.