Re: output directory for -fvtv-debug and -fvtv-counts

2015-01-07 Thread Caroline Tice
Hi Sandra,

Thank you for fixing this documentation.  The code got updated a  bit
after this was written and I forgot to update that.   The log files no
longer go into "the dump file directory on the user's machine".
Instead, this option checks to see if there is an environment variable
VTV_LOGS_DIR that has been defined.  If that variable exists, then the
log files are written there; otherwise they go into the current
working directory.

Let me know if you have any other questions, and thank you for doing this!

-- Caroline Tice
cmt...@google.com


On Wed, Dec 31, 2014 at 12:03 PM, Sandra Loosemore
 wrote:
> I noticed that the documentation for the -fvtv-* options in invoke.texi
> needed a little copy-editing and markup correction.  I started working on a
> patch, but I'm stuck on this:
>
> The documentation currently says the compile-time log files for these
> options are written in "the dump file directory on the user's machine".
> Where, exactly, is this supposed to be?  From reading the code, it looks
> like the default is the current directory rather than the directory of the
> output file (the default for the -fdump-* options).  Is this difference
> intentional?  If so, can the documentation just say it's written to the
> current directory?  Alternatively, the option that controls this, -dumpdir,
> is not documented in invoke.texi; should it be, or is this (and its
> similarly undocumented friend -dumpbase) strictly an internal option for
> communication between the GCC driver and subprocesses, or something like
> that?
>
> -Sandra
>


gcc-4.9-20150107 is now available

2015-01-07 Thread gccadmin
Snapshot gcc-4.9-20150107 is now available on
  ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20150107/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 4.9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch 
revision 219325

You'll find:

 gcc-4.9-20150107.tar.bz2 Complete GCC

  MD5=64e8785c709326d8ea2d99c4a84244e0
  SHA1=e3bd73eabea307e786476a266e356046628f12aa

Diffs from 4.9-20141231 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-4.9
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.