Re: Typo ?
Hi, On 12/30/2014 11:59 PM, Francois-Xavier Le Bail wrote: Hello, in 'https://gcc.gnu.org/gcc-4.9/changes.html' there is a reference to '-Wzerotrips' Is this not '-Wzerotrip' without 's' ? Thanks. Should be fixed now. Paolo.
output directory for -fvtv-debug and -fvtv-counts
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-20141231 is now available
Snapshot gcc-4.9-20141231 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20141231/ 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 219127 You'll find: gcc-4.9-20141231.tar.bz2 Complete GCC MD5=90d3058a538aab7188c3a451cb14389d SHA1=ced695759580e3b1f931a00e62ccde7bc40d08f7 Diffs from 4.9-20141224 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.