Re: Add stdatomic.h

2014-04-28 Thread Joseph S. Myers
On Sun, 20 Apr 2014, Sebastian Huber wrote: > Hello, > > I test currently the GCC 4.9 release branch. Should work with > C++? I use GCC as a cross-compiler for RTEMS targets. RTEMS uses Newlib as C is very C-specific; C++ programs are expected to use instead (although it may be possible f

Re: Add stdatomic.h

2014-04-20 Thread Sebastian Huber
Hello, I test currently the GCC 4.9 release branch. Should work with C++? I use GCC as a cross-compiler for RTEMS targets. RTEMS uses Newlib as C library. I ported the FreeBSD version of to Newlib and use this successfully with C/C++ and GCC pre-4.9 versions. Now with GCC 4.9 I have th