This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH: PR 9924
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Jason Merrill <jason at redhat dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 17 Mar 2003 21:32:07 +0000 (GMT)
- Subject: 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