This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Control Flow Graph
- From: Nishant Nagalia <ninagal at cs dot sunysb dot edu>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 4 Aug 2003 00:14:36 -0400 (EDT)
- Subject: Control Flow Graph
Hi,
I want to generate a control flow graph from a C program.Is there any
way/option in gcc by which I can accomplish the above mentioned task?The
control flow graph I want to feed to a verification tool.I will be very
thankful to if my question is answered by anyone of you guyz.Ideally I
need to generate an AST and Control Flow Graph from a C program.
-Nishant.