guix-devel/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 bootloader: grub: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
build Merge branch 'master' into core-updates 2018-06-01 23:41:40 +02:00
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 vm: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
tests tests: ssh: Use 'with-extensions'. 2018-06-01 15:21:28 +02:00
artwork.scm
bootloader.scm discovery: Remove dependency on (guix ui). 2018-04-08 17:48:33 +02:00
local.mk gnu: freetype: Update to 2.9.1. 2018-06-12 15:06:20 +02:00
packages.scm packages: 'find-packages-by-name' properly honors version prefixes. 2018-05-13 13:29:27 +02:00
services.scm discovery: Remove dependency on (guix ui). 2018-04-08 17:48:33 +02:00
system.scm Merge branch 'master' into core-updates 2018-06-01 23:41:40 +02:00
tests.scm system: Remove uses of the 'title' field of <file-system>. 2018-05-28 13:24:19 +02:00