https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78112
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- > Can you attach then preprocessed copy.ii, cc1plus command line and copy.s > (with > additional -dA) from both r241136 and r241137 + > http://gcc.gnu.org/ml/gcc-patches/2016-10/msg02062.html ? > The test is -std=c++11 and there are no inline variables, so there shouldn't > be > any between those two. It turns out the failure already occurs at r241136. I'm now running a proper reghunt to determine the culprit. Rainer