On Tue, May 8, 2012 at 12:02 AM, Gabriel Dos Reis <g...@integrable-solutions.net> wrote: > On Mon, May 7, 2012 at 4:58 PM, Sharad Singhai <sing...@google.com> wrote: >> This is the first patch for planned improvements to dump >> infrastructure. Please reference the discussion in >> http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02088.html. >> >> The following small patch allows selective tree and rtl dumps on >> stderr instead of named files. Later -fopt-info can be implemented in >> form of -fdump-xxx-stderr. > > Instead of -fdump-xxx-stderr, it will be better to have > > -fdump-xxx=yyy > > where yyy is a path to a file, with "stderr" and "stdout" having > special meaning.
Yeah, that looks better. Thanks, Richard. > -- Gaby