C++ PATCH: PR 9924

Joseph S. Myers jsm28@cam.ac.uk
Mon Mar 17 21:36:00 GMT 2003


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@cam.ac.uk



More information about the Gcc-patches mailing list