On 09/22/16 21:30, Christophe Lyon wrote: > On 21 September 2016 at 22:20, Bernd Edlinger <bernd.edlin...@hotmail.de> > wrote: >> On 09/21/16 21:57, Christophe Lyon wrote: >>> Hi, >>> >>> The new testcase pr77550.C fails on arm: >>> /testsuite/g++.dg/pr77550.C:39:43: error: 'operator new' takes type >>> 'size_t' ('unsigned int') as first parameter [-fpermissive] >>> compiler exited with status 1 >>> >>> Christophe >>> >> >> Yes, I see, thanks. This should fix it. >> >> OK for trunk, gcc-6 after a while ? >> >> >> Bernd. > > Hi, > > The test now compiles and runs OK on most arm configurations, but > on arm-none-eabi --with-cpu=cortex-a9, execution fails: > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > FAIL: g++.dg/pr77550.C execution test > > And on arm-none-eabi with default cpu, the test still does not compile. > > Christophe >
Hmm. This test case is hardly worth it, because on my armv7hf target it doesn't even reproduce the original problem :( Could you send me the exact compile-flags and the error message please? Bernd.