This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Option -fdump-tree-phiopt3-raw


karthik duraisami <kdconstant@hotmail.com> writes:

> Our in house tool-chain for automatic transformation of sequential 
> C source code into parallel one uses as input the dump file generated 
> by the -fdump-tree-phiopt3-raw option. I am essentially looking at 
> making the said tool-chain compatible with gcc-4.5.0. Re-writing the 
> parser is rather cumbersome and I was wondering if there was a 
> simpler way out.

The current compiler uses a different intermediate representation
which is dumped differently.

I would recommend writing a plugin.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]