Re: extern const initialized warns in C
Jay K schrieb: extern const int foo = 123; Why does this warn? This is a valid portable form, with the same meaning across all compilers, and, importantly, portably to C and C++. I also wondered about this. In C99 ยง6.9.2 "External object definitions" there's actually the following example in clause 4: extern int i3 = 3; // definition, external linkage Johann
gcc-8-20180121 is now available
Snapshot gcc-8-20180121 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/8-20180121/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision 256935 You'll find: gcc-8-20180121.tar.xzComplete GCC SHA256=634adfedb0439f2071c23147144909bab42eb66a9dd8dfd0ac9549e0802d10a0 SHA1=661520978fe85630b5872e78b910a9ef13093558 Diffs from 8-20180114 are available in the diffs/ subdirectory. When a particular snapshot is ready for public consumption the LATEST-8 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.