This is the mail archive of the gcc-patches@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: C++ PATCH: PR 9924


On Mon, 17 Mar 2003, Jason Merrill wrote:

> > This bug is fundamental in the current code, which can't be disabled with
> > either -ffree-standing or -fno-builtin-qsort.
> 
> OK, that's a bug.  It should obey those flags.

-ffreestanding / -fhosted are in fact currently implemented as C-only
flags, though as the C++ standard also has the concept of freestanding
implementations they should logically be supported by the C++ front end as
well.

-- 
Joseph S. Myers
jsm28 at cam dot ac dot uk


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