Re: Transactional memory test case reduction failure

2018-08-29 Thread Jonathan Wakely
On Mon, 27 Aug 2018 at 16:35, Shubham Narlawar wrote: > > Here is the file. I am getting some error in sending .sh file, so I send it > as below. > > #!/bin/bash > gcc -fgnu-tm testcase.c > out.txt 2>&1 &&\ > if > grep 'internal compiler error' out.txt > then > exit 0 > else > exit

gcc-6-20180829 is now available

2018-08-29 Thread gccadmin
Snapshot gcc-6-20180829 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20180829/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Static sem_item_optimizer instance in ipa-icf pass

2018-08-29 Thread Martin Liška
Hi. There's a patch candidate for the issue that moves the hash to sem_item. Doing that you'll have control over it when you'll use sem_{item,variable,function} classes. Is it fine? Martin >From 95f2d9d940554ba40d5889df5b2c0e3d3f558388 Mon Sep 17 00:00:00 2001 From: marxin Date: Wed, 29 Aug 201

address sanitizer gcc-6.4 failing on bsd10 (cross build)

2018-08-29 Thread Ken Faiczak
Building the same manner (tools etc) for RH7 and BSD10 * Works fine on linux * BSD10.3 crashes first time something tries to access what looks like the ShadowMemory * g++ is a cross build (target bsd10, host rh7) o I had to specifically configure -enable-libsanitizer