This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: optimization/3329: optimization large memory copies uses kern el memcpy function without user's knowledge.


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]