This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Which program can I use to see VCG dumping from GCC
- From: Jie Zhang <jzhang918 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 26 Jan 2006 17:54:17 +0800
- Subject: Which program can I use to see VCG dumping from GCC
Hi,
In this page <http://gcc.gnu.org/news/egcs-vcg.html>, it's said that
"If you view these files using a suitable program, you'll get output
similar to the following." However, when I use xvcg to view
test.c.01.sibling.vcg, xvcg errors:
Wait.aLine 5: attribute T_Co_hidden currently not implemented !
...........aLine 406: attribute T_Co_hidden currently not implemented !
.....................................eSegmentation fault
I'm using latest Ubuntu Dapper. gcc version is "gcc (GCC) 4.0.3
20060115 (prerelease) (Ubuntu 4.0.2-7ubuntu1)". test.c is just the
example used in the above HTML page. Which other program should I use
to view the VCG dump?
Thanks,
Jie