This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -fgraphite docs
- From: Sebastian Pop <sebpop at gmail dot com>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 19 Jan 2009 23:08:58 -0600
- Subject: Re: -fgraphite docs
- References: <1232426759.28332.1.camel@helios>
On Mon, Jan 19, 2009 at 10:45 PM, Ben Elliston <bje@au1.ibm.com> wrote:
> Hi Sebastian
>
> While reading through the Graphite code on the trunk, I noticed that
> -fgraphite and -fgraphite-identity are no documented in doc/invoke.texi.
> Is this an oversight, or are these options deprecated?
These options are intentionally not documented: they should not be
used by programmers.
Sebastian