For Valgrind 3.2.2 compilation with
./configure CC='gcc42' CXX='g++42'; make
fails with error message
memcheck_x86_linux-mc_main.o(.debug_info+0xa62d): undefined reference to
`hacky_auxmaps'

The compilation with gcc-3.3.6 works fine, so it's not the problem with
Valgrind.

GCC 4.2.0 was configured with options
/root/sources/gcc-4.2-20061226/configure --prefix=/usr/local/gcc42
--program-suffix=42 --with-gnu-as --with-gnu-ld --enable-threads --enable-tls
--with-cpu=pentium-m --enable-__cxa-atexit
--enable-version-specific-runtime-libs --enable-languages=c,c++
--disable-libada --enable-checking=release --disable-nls --with-long-double-128


-- 
           Summary: GCC 4.2.0-20061226 fails to compile Valgrind 3.2.2
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aanisimov at inbox dot ru
 GCC build triplet: i686-slackware-linux-gnu
  GCC host triplet: i686-slackware-linux-gnu
GCC target triplet: i686-slackware-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30651

Reply via email to