GSoC

2018-03-01 Thread Tejas Joshi
"GCC supports built-in functions for math.h and complex.h functions in the C99/C11 standards (both folding calls for constant arguments, and expanding inline when the processor supports appropriate functionality). More such functions have been added in ISO/IEC TS 18661, supporting features of IEEE

Re: GSoC

2018-03-01 Thread Joseph Myers
On Thu, 1 Mar 2018, Tejas Joshi wrote: > "GCC supports built-in functions for math.h and complex.h functions in > the C99/C11 standards (both folding calls for constant arguments, and > expanding inline when the processor supports appropriate > functionality). More such functions have been added i

Re: gdb 8.x - g++ 7.x compatibility

2018-03-01 Thread Roman Popov
Is there any progress on this problem? I'm not familiar with G++ , but I have little experience with LLVM. I can try make LLVM emitting mangled names to DW_AT_name, instead of demangled ones. This way GDB can match DW_AT_name against RTTI. And for display it can call abi::__cxa_demangle(name, NU

Re: gdb 8.x - g++ 7.x compatibility

2018-03-01 Thread Andrew Pinski
On Thu, Mar 1, 2018 at 12:18 PM, Roman Popov wrote: > Is there any progress on this problem? > > I'm not familiar with G++ , but I have little experience with LLVM. I can > try make LLVM emitting mangled names to DW_AT_name, instead of demangled > ones. > This way GDB can match DW_AT_name against

Re: gdb 8.x - g++ 7.x compatibility

2018-03-01 Thread Jason Merrill
On Thu, Mar 1, 2018 at 3:26 PM, Andrew Pinski wrote: > On Thu, Mar 1, 2018 at 12:18 PM, Roman Popov wrote: >> Is there any progress on this problem? >> >> I'm not familiar with G++ , but I have little experience with LLVM. I can >> try make LLVM emitting mangled names to DW_AT_name, instead of d

gcc-7-20180301 is now available

2018-03-01 Thread gccadmin
Snapshot gcc-7-20180301 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20180301/ 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

MIPS ASAN status? (and "volunteering")

2018-03-01 Thread Hans-Peter Nilsson
There's no address-sanitizer support for MIPS (in particular for O32) on trunk, at least not when building for mipsisa32r2el-linux-gnu and libsanitizer/configure.tgt seems to support that observation. There's a set of patches "floating around", but the last sign of work-in-progress was more than f

Regarding Google summer of code.

2018-03-01 Thread Sai Chaitanya
Hello, I am Chaitanya.while checking the organisation for GSOC I am very confused,sir I have skills in C,C++, Java and little bit of python,till now I didn't take part in any big projects. Please guide me which organisation and which project suitable for me. Regards, Sai Chaitanya Balli.

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

2018-03-01 Thread Jean Lee
2018-03-02 7:53 GMT+08:00 Hans-Peter Nilsson : > There's no address-sanitizer support for MIPS (in particular for > O32) on trunk, at least not when building for > mipsisa32r2el-linux-gnu and libsanitizer/configure.tgt seems > to support that observation. There's a set of patches "floating > arou