Re: Backports for GCC 6 branch

2017-09-18 Thread Martin Liška
On 09/16/2017 12:11 PM, Eric Botcazou wrote: >> One more that I've just tested. > > On which platform? Here's what I have on x86_64-suse-linux: > > FAIL: gcc.dg/asan/pr81224.c -O0 (internal compiler error) > FAIL: gcc.dg/asan/pr81224.c -O0 (test for excess errors) > FAIL: gcc.dg/asan/pr812

Re: Backports for GCC 6 branch

2017-09-16 Thread Eric Botcazou
> One more that I've just tested. On which platform? Here's what I have on x86_64-suse-linux: FAIL: gcc.dg/asan/pr81224.c -O0 (internal compiler error) FAIL: gcc.dg/asan/pr81224.c -O0 (test for excess errors) FAIL: gcc.dg/asan/pr81224.c -O1 (internal compiler error) FAIL: gcc.dg/asan/pr

Re: Backports for GCC 6 branch

2017-09-15 Thread Martin Liška
One more. Martin >From 6853238cc8103fefb8b8acc8f56d444860495714 Mon Sep 17 00:00:00 2001 From: marxin Date: Fri, 11 Aug 2017 10:01:13 + Subject: [PATCH] Backport r251049 gcc/ChangeLog: 2017-08-11 Martin Liska PR tree-opt/79987 * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not inst

Re: Backports for GCC 6 branch

2017-09-15 Thread Martin Liška
One more that I've just tested. Martin >From 69bdfd4b8d845d2262139b4406cfd9f2d947f80d Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 28 Jun 2017 07:59:23 + Subject: [PATCH] Backport r249728 gcc/ChangeLog: 2017-06-28 Martin Liska PR sanitizer/81224 * asan.c (instrument_derefs): Bail

Re: Backports for GCC 6 branch

2017-09-15 Thread Martin Liška
On 09/15/2017 10:26 AM, Martin Liška wrote: > Hello. > > I'm going to install following backports. > > Patches can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Martin > Small correction as gcc/c-family/c-attribs.c file was created in time of GCC 6. Thus there's updated

Backports for GCC 6 branch

2017-09-15 Thread Martin Liška
Hello. I'm going to install following backports. Patches can bootstrap on ppc64le-redhat-linux and survives regression tests. Martin >From 2b43a95e12e3876535129303e156e8cbcddec122 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 30 Aug 2017 12:38:31 + Subject: [PATCH 7/7] Backport r251530