Gentoo Archives: gentoo-amd64

From: Frank Peters <frank.peters@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: GCC 4.5.1 with FLTO and Graphite
Date: Wed, 22 Sep 2010 00:02:58
Message-Id: 20100921200043.21af2126.frank.peters@comcast.net
In Reply to: Re: [gentoo-amd64] Re: GCC 4.5.1 with FLTO and Graphite by Paul Hartman
1 On Tue, 21 Sep 2010 17:17:10 -0500
2 Paul Hartman <paul.hartman+gentoo@×××××.com> wrote:
3
4 >
5 > In GCC 4.4.4 at least, that is undocumented. In docs sources
6 > (gcc/common.opt) there is this section:
7 >
8 > ; This option is not documented yet as its semantics will change.
9 > fgraphite
10 > Common Report Var(flag_graphite)
11 > Enable in and out of Graphite representation
12 >
13
14 The GCC-4.5.1 gcc/common.opt file has the same entry, so nothing
15 has changed.
16
17 The -fgraphite may be used by developers to debug the gcc code
18 itself as I have seen it used in conjunction with some other
19 undocumented dump options (-fdump-tree-graphite-all).
20
21 But for those who may want a brief synopsis of both Graphite and
22 LTO, check this thread:
23
24 http://www.phoronix.com/forums/showthread.php?t=20641#post102275
25
26 As with any forum, the information may not be totally accurate
27 but it's a good place to start.
28
29 Frank Peters