This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/56558] Address of operator with template base class member (C++ source compile error)


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

--- Comment #1 from Thierry Moreau <thierry.moreau at connotech dot com> 2013-03-07 02:02:05 UTC ---
Latest check was made with tools:

GCC_VERS=4.6-20130301
BINUTILS_VERS=2.23
GMP_VERS=5.0.5
MPFR_VERS=3.1.1
MPC_VERS=1.0.1

../gcc-${GCC_VERS}/configure \
    -prefix=$HOME/tools_${NEXT_DEVLEVEL} \
    -with-gmp=$HOME/tools_${NEXT_DEVLEVEL} \
    -with-mpfr=$HOME/tools_${NEXT_DEVLEVEL} \
    -with-mpc=$HOME/tools_${NEXT_DEVLEVEL} \
    -program-prefix=${NEXT_DEVLEVEL_} \
    -with-build-time-tools=$HOME/tools_${NEXT_DEVLEVEL} \
    -enable-threads=posix \
    -enable-clocale=gnu \
    -disable-nls \
    -enable-__cxa_atexit \
    -enable-languages=c,c++ \
    -with-boot-ldflags="-Wl,-rpath-link=$HOME/tools_${NEXT_DEVLEVEL}/lib
-Wl,-rpath=$HOME/tools_${NEXT_DEVLEVEL}/lib -Wl,-gc-sections"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]