This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] flag to create dump files in same directory as object files


On Tue, May 5, 2009 at 12:59 AM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> On Mon, 4 May 2009, Mark Heffernan wrote:
>
>> Here's a patch which adds a new flag (-fdump-in-output-dir) to create
>
> If you add a new option you need to add it to the documentation in
> invoke.texi (both the summary tables of options, and documentation of the
> option itself). ?You should also probably write release notes for
> gcc-4.5/changes.html.

Can we make this option the default (and maybe remove the dumping to
the working directory)? It seems much more intuitive to me that dump
files go in the same directory as the compiled object.

Ciao!
Steven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]