guix/gnu
Ludovic Courtès 243ea8673f
gnu: gcc: Fix 'gcc-strmov-store-file-names.patch'.
Fixes <https://bugs.gnu.org/31708>.

Previously GCC would crash when encountering a 'static const' element
without an initializer, as in:

  #define _GNU_SOURCE
  #include <string.h>

  void foo (char *x)
  {
    static const char buf[12];
    memcpy (x, buf, 12);
  }

* gnu/packages/patches/gcc-strmov-store-file-names.patch: Return false
when DECL_INITIAL returns NULL_TREE.
2018-06-13 23:04:51 +02:00
..
bootloader
build
packages gnu: gcc: Fix 'gcc-strmov-store-file-names.patch'. 2018-06-13 23:04:51 +02:00
services services: Add dnsmasq-service-type. 2018-06-05 20:05:31 +08:00
system
tests
artwork.scm
bootloader.scm
local.mk gnu: freetype: Update to 2.9.1. 2018-06-12 15:06:20 +02:00
packages.scm
services.scm
system.scm
tests.scm