Re: [RFC] Increase libstdc++ line length to 100(?) columns
Am 27.11.20 um 00:50 schrieb Jonathan Wakely via Gcc: Does anybody object to raising the line length for libstdc++ code (not the rest of GCC) to 100 columns? In gfortran, we have a habit of using long and expressive function names (which is good) which lead to lots of columns of indentation, which leads to excessive line breaks when restricted to 80 columns (which is bad). Even a modest increase could lead to much better readable code. I'd also support increasing the line length there to something reasonable, and 100 certainly isn't too high. Fortran moved on from 80-column-card format a long time ago, we now have 132 as maximum line length :-) Best regards Thomas
gcc-10-20201128 is now available
Snapshot gcc-10-20201128 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20201128/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch releases/gcc-10 revision 25218e34136fb7f89dd1cbb72b2d920546031bfb You'll find: gcc-10-20201128.tar.xz Complete GCC SHA256=2e6f5d90d24615818d09d74ce3ce9ba1fae57628ba387405563861abbcacd75e SHA1=e4f414f54d0d9df1a72812fe6cbb2648c94752d1 Diffs from 10-20201121 are available in the diffs/ subdirectory. When a particular snapshot is ready for public consumption the LATEST-10 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.