This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Undocumented option
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "Sam Lauber" <sam124 at operamail dot com>
- Cc: "Ben Elliston" <bje at au dot ibm dot com>, gcc at gcc dot gnu dot org
- Date: 12 Dec 2004 22:04:52 -0500
- Subject: Re: Undocumented option
- References: <20041213005315.C52A621B32F@ws5-6.us4.outblaze.com>
"Sam Lauber" <sam124@operamail.com> writes:
> Yes, I'm reading the correct version. I'm using GCC 3.4.3 and
> reading the 3.4.3 docs.
gcc 3.4.3 does not support the -freorder-blocks-and-partition option.
As Ben says, the option was added to mainline in April of this year,
which was after the 3.4 branch was created.
gcc 3.4.3 does have the -freorder-blocks option.
Ian