Re: [patch] Implement -fcallgraph-info option

2012-06-20 Thread Richard Guenther
On Wed, Jun 20, 2012 at 12:30 PM, Eric Botcazou wrote: > Hi, > > this is a repost of >  http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02468.html > earlier in the development cycle, so with hopefully more time for discussion. > > The command line option -fcallgraph-info is added and makes the compil

Re: [patch] Implement -fcallgraph-info option

2012-06-20 Thread Steven Bosscher
On Wed, Jun 20, 2012 at 12:40 PM, Steven Bosscher wrote: > On Wed, Jun 20, 2012 at 12:30 PM, Eric Botcazou wrote: >>        * cgraph.c: Include expr.h and output.h. > > What for? Never mind, I see why you need this.

Re: [patch] Implement -fcallgraph-info option

2012-06-20 Thread Steven Bosscher
On Wed, Jun 20, 2012 at 12:30 PM, Eric Botcazou wrote: >        * cgraph.c: Include expr.h and output.h. What for? Ciao! Steven

[patch] Implement -fcallgraph-info option

2012-06-20 Thread Eric Botcazou
Hi, this is a repost of http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02468.html earlier in the development cycle, so with hopefully more time for discussion. The command line option -fcallgraph-info is added and makes the compiler generate another output file (xxx.ci) for each compilation unit