This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.3.0 Status Report (2008-01-02)
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 3 Jan 2008 15:00:09 -0800
- Subject: Re: GCC 4.3.0 Status Report (2008-01-02)
- References: <200801030013.m030DpXR014305@sparrowhawk.codesourcery.com>
On Wed, Jan 02, 2008 at 04:13:51PM -0800, Mark Mitchell wrote:
> In the latest batch, I did notice several bugs with relatively exotic
> options (e.g., "-fopenmp", "-ftest-coverage", and "-fmudflap".)
I don't think that the first two are exotic at all. Many developers
use coverage testing extensively, so -ftest-coverage gets lots of use.
OpenMP is also getting increasing levels of attention as the world
realizes it's going to have to learn to program in parallel.
Of course, those options in combination with other options might be
exotic.
I don't get the impression that mudflap gets much use, though.