This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA:] change back name of initial rtl dump suffix to ".rtl".
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- Cc: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>, GCC Development <gcc at gcc dot gnu dot org>
- Date: 21 Feb 2005 15:27:59 +0100
- Subject: Re: [RFA:] change back name of initial rtl dump suffix to ".rtl".
- Organization: Integrable Solutions
- References: <200502211014.j1LAERi6022351@ignucius.se.axis.com><4219B5CF.8020203@lu.unisi.ch>
Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:
| > > ISTR the name change was to avoid a switch named -fdump-rtl-rtl.
| > To invent an option name alias and use a minor repetition in it
| > as a reason for changing the old behavior is Bad.
|
| It is not merely an option name alias. It came together with a
| redesign of the way RTL dumps work, to integrate their management with
| tree dumps and to allow (in the future) to have various levels of
| detail in the RTL dumps as well.
maybe an option with argument?
-fdump-rtl=detailed
-fdump-rtl=classic # same as -fdump-rtl
You won't need to rename option.
-- Gaby