This is the mail archive of the gcc@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] | |
I haven't looked into this yet, but as I think I may need to be able to do something similar, is it possible to parse the cfg file that is given out, and build a C structure like that?
Thanks Rob
> but i don't know how to load that file in a structure. > I.e. i have the file .cfg builded by gcc with the option > -fdump-tree-cfg and i want to load this file in a C structure so i can > manipulate it.
There is no such functionality in GCC. GCC can only build the CFG from source code, and can only do so to produce assembly language output.
Paolo
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |