This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Question about gimple frontend
- From: Lyu Mitnick <mitnick dot lyu at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 30 Nov 2012 02:52:05 +0800
- Subject: Question about gimple frontend
Hello all,
I notice that there is a project Gimple FE - A Gimple Front End
(http://gcc.gnu.org/wiki/GimpleFrontEnd).
I have read the GCC document to find how to use. And I found the
option, -fdump-tree-gimple, which can
be used to output gimple. However I cannot find any option to read
gimple in, and continues compiling.
Would you mind to tell me how to do it?
Thanks a lot