This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Introduce new tree dumper
- From: Devang Patel <dpatel at apple dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Fri, 17 Oct 2003 12:36:02 -0700
- Subject: [PATCH] Introduce new tree dumper
This is based of "[PATCH] Yet another tree dumper" thread.
* Introduce new tree dumper
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00762.html
* What about old tree dumper ? We have following options:
- Keep it around for a while.
No need to do anything.
- Rename and keep it available for some time
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01467.html
- Allow to select tree dumper based on #define
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01468.html
- Allow to select tree dumper based on global variable
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01469.html
- Remove old tree dumper
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg01470.html
Let me know, how to proceed now.
--
Devang