[Bug c++/14208] New: Regression compiling Boost.Python test
rwgk at yahoo dot com
gcc-bugzilla@gcc.gnu.org
Thu Feb 19 06:52:00 GMT 2004
Hi, it's me again :)
gcc-3_4-branch from 2004/02/01, ca. 19:15pm PST
Configured with: /net/worm/scratch1/rwgk/gcc-3_4-branch/configure --
prefix=/usr/local_cci/gcc-3_4-branch_2004_02_19 --enable-languages=c,c++
Redhat Linux 8.0
Boost release 1.31.0
% g++ -fPIC -ftemplate-depth-120 -w -DNDEBUG -O3 -ffast-math -
DBOOST_PYTHON_MAX_BASES=2 -I/net/worm/scratch1/rwgk/bintbx_gcc-3_4-
branch_2004_02_19/boost -I/usr/include/python2.2 -
E /net/worm/scratch1/rwgk/bintbx_gcc-3_4-
branch_2004_02_19/boost/libs/python/test/test_pointer_adoption.cpp >
test_pointer_adoption_pp.cpp
% g++ -fPIC -ftemplate-depth-120 -w -O3 -ffast-math -c
test_pointer_adoption_pp.cpp
Lots of output ending with:
/net/worm/scratch1/rwgk/bintbx_gcc-3_4-
branch_2004_02_19/boost/libs/python/test/test_pointer_adoption.cpp:113:
instantiated from here
/net/worm/scratch1/rwgk/bintbx_gcc-3_4-
branch_2004_02_19/boost/boost/type_traits/is_enum.hpp:95: error:
`boost::mpl::bool_< false>::type' has the same name as the class in which it is
declared
The same code compiles with g++ (GCC) 3.4.0 20040208 (prerelease) and many
other compilers.
I will attach the preprocessed source code. The same file is also available
here:
http://cci.lbl.gov/~rwgk/bugs/gcc340/test_pointer_adoption_pp.cpp.gz
--
Summary: Regression compiling Boost.Python test
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rwgk at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14208
More information about the Gcc-bugs
mailing list