https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51253
christophe.lyon at st dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christophe.lyon at st dot com --- Comment #18 from christophe.lyon at st dot com --- On 4.9 branch, I've noticed that commit 212150 adds new FAILs on some configurations. g++.dg/cpp0x/initlist86.C fails at execution in the following cases (tested with qemu): target mode cpu arm-none-eabi arm cortex-a9 arm-none-linux-gnueabi arm cortex-a9 arm-none-linux-gnueabi thumb cortex-a9 arm-none-linux-gnueabihf arm cortex-a9 arm-none-linux-gnueabihf thumb cortex-a9 arm-none-linux-gnueabihf arm cortex-a9 armeb-none-linux-gnueabihf arm cortex-a9 armeb-none-linux-gnueabihf thumb cortex-a9 aarch64-none-linux the same test passes when: target mode cpu arm-none-eabi thumb cortex-a9 aarch64-none-elf aarch64_be-none-elf