optimization/3329: optimization large memory copies uses kern el memcpy function without user's knowledge.
Richard Henderson
rth@redhat.com
Tue Apr 2 14:44:00 GMT 2002
On Tue, Apr 02, 2002 at 02:33:46PM -0800, Araneda, Dorian wrote:
> Is -ffrestanding a gcc argument?
Yes, but it doesn't do what you think.
"Freestanding" is a term used by the ISO C standard in
contrast with "hosted". There are more constraints on
"hosted" environments.
Please read the standard for complete details.
r~
More information about the Gcc-bugs
mailing list