[gnu.gcc.bug] machine macro PCC_STATIC_STRUCT_RETURN not documented

jonathan@comp.vuw.ac.nz (11/22/89)

Version:
    gcc 1.36, one RMS patch applied

Problem:
	The machine macro PCC_STATIC_STRUCT_RETURN defines whether or
	not a target machine uses the non-reentrant convention to
	return structure values from functions.  This macro is not
	documented anywhere in the gcc texinfo file.

Supporting evidence:
    embassy% pwd
    /usr/src/gnu/gcc-1.36
    embassy% fgrep PCC_STATIC_STRUCT_RETURN gcc.texinfo
    embassy% fgrep PCC_STATIC_STRUCT_RETURN *.c
    expr.c:#ifdef PCC_STATIC_STRUCT_RETURN
    integrate.c:#ifdef PCC_STATIC_STRUCT_RETURN
    stmt.c:#ifdef PCC_STATIC_STRUCT_RETURN
    stmt.c:#ifdef PCC_STATIC_STRUCT_RETURN