Hi Christophe, > I noticed a regression introduced by Delia's patch "aarch64: ACLE > intrinsics for BFCVTN, BFCVTN2 and BFCVT": > (on aarch64-linux-gnu) > FAIL: g++.dg/cpp0x/variadic-sizeof4.C -std=c++14 (internal compiler error) > > I couldn't reproduce it with current ToT, until I realized that your > patch fixes it. However, I'm wondering whether that's expected given > the context of both patches....
It sounds like this is memory corruption. Neither patch should have changed anything in the C++ frontend. Cheers, Wilco