https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61748
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|arm-none-linux-gnueabihf, |arm-none-linux-gnueabihf, |arm-none-linux-gnueabi |arm-none-linux-gnueabi, | |i386-pc-solaris2.*, | |sparc*-sun-solaris2.*, | |i686-unknown-linux-gnu, | |x86_64-unknown-linux-gnu Status|UNCONFIRMED |NEW Last reconfirmed| |2014-07-16 CC| |ro at gcc dot gnu.org Target Milestone|--- |4.10.0 Ever confirmed|0 |1 --- Comment #2 from Rainer Orth <ro at gcc dot gnu.org> --- I'm seeing the same on 32-bit (only) Solaris/SPARC and x86, Linux/x86 and 32-bit Linux/x86_64. It seems this is a generic 32-bit issue. On all those systems, in the 32-bit case I find : _15 = C::_ZThn16_N1C3fooEi (&c.D.2255.D.2238, _4); while for 64-bit systems I get instead : _15 = C::_ZThn24_N1C3fooEi (&c.D.2286.D.2269, _4); Rainer