gcc-8-20180225: "go" breaks building OpenMP

2018-03-08 Thread Siegmar Gross
Hi, some days ago I've installed gcc-8-20180225 with accelerator support on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with gcc-6.4.0. Yesterday I tried to add the languages objc, obj-c++, and go to my installation. Unfortunately, I lost the OpenMP support. Adding the languages step-by-step,

Compiling c++ template is very slow.

2018-03-08 Thread Fis Trivial
I tried to use c++ template to generate code for a personal project, but found that the compilation time needed with g++ is much slower(exponentially) than with clang++. This is a code snippet for testing purpose: #include template struct v : v, v { static int constexpr m = a; static int

Re: MIPS ASAN status? (and "volunteering")

2018-03-08 Thread Hans-Peter Nilsson
TL;DR: see last sentence. > From: Jean Lee > Date: Mon, 5 Mar 2018 19:56:59 +0800 > 2018-03-03 21:14 GMT+08:00 Hans-Peter Nilsson : > > > > From: Jean Lee > > > Date: Fri, 2 Mar 2018 13:29:39 +0800 > > > It is great to go the last mile. I had done the port to > > > mipsel-linux-uclibc gcc for

gcc-7-20180308 is now available

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

Re: About the Idea Presented by GCC for Google Summer of Code

2018-03-08 Thread Joseph Myers
On Thu, 8 Mar 2018, Chethan M wrote: > Hello Sir/Madam, > I am a 2nd Year Computer Science student from Bangalore.I am > Interested in an idea presented by the GCC for Google Summer of Code.The > idea is about creating built in functions for folding for constant > arguments and expanding

M2M Users Contact List

2018-03-08 Thread Michelle Stern
Hi, Hope you having a great day! I just wanted to be aware if you would be interested in acquiring M2M Users Contact List for marketing your product or service. These are the fields that we provide for each contacts: Names, Title, Email, Contact Number, Company Name, Company URL, and Com

About the Idea Presented by GCC for Google Summer of Code

2018-03-08 Thread Chethan M
Hello Sir/Madam, I am a 2nd Year Computer Science student from Bangalore.I am Interested in an idea presented by the GCC for Google Summer of Code.The idea is about creating built in functions for folding for constant arguments and expanding inline,Which would be mentored by Joseph Myers