05.10.2015 21:24, Jeffrey Walton wrote: > Package: qemu-user-static > Version: 1:2.1+dfsg-12+deb8u4 > Severity: normal > > ********** > > This is kind of odd. I'm in a QEMU chroot environment. The compiler > accepts "pragma GCC push_options", but complains about "pragma GCC > pop_options". > > My apologies in advance if this is mis-classified. I have trouble > determining where the QEMU and Debian chroot reports should go.
This smells like (might be arch-specific) gcc bug. Yes, qemu emulates a foreign linux environment, but it is extremly unlikely that some unique instruction or system call is being executed when gcc handles this particular pragma, and this instruction is not emulated by qemu. Such problems in 99% cases are results of genuine bug in the code. I think anyway. At any rate it also extremly unlikely we'll be able to do anything with this bugreport, someone with gcc knowlege or understanding should take a look. Thanks, /mjt