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++/13968] New: Internal compiler error while compiling Boost library


gcc-3_4-branch from 2004/02/01, ca. 12:00pm PST
Configured with: ../gcc-3_4-branch/configure --prefix=/usr/local_cci/gcc-3_4-
branch_2004_02_01_1211 --enable-languages=c,c++
Redhat Linux 8.0

% g++ -fPIC -ftemplate-depth-120 -w -DNDEBUG -O3 -DBOOST_PYTHON_MAX_BASES=2 -
DBOOST_PYTHON_SOURCE -I/net/worm/scratch1/rwgk/hot/boost -
I/usr/include/python2.2 -
E /net/worm/scratch1/rwgk/hot/boost/libs/python/src/dict.cpp > dict_pp.cpp

% g++ -fPIC -ftemplate-depth-120 -O3 -c dict_pp.cpp
In file included 
from /net/worm/scratch1/rwgk/hot/boost/boost/mpl/advance.hpp:20,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/mpl/aux_/at_impl.hpp:21,
                 from /net/worm/scratch1/rwgk/hot/boost/boost/mpl/at.hpp:22,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/detail/signature.hpp:20,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/detail/caller.hpp:16,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/object/function_handle.hpp:9
,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/converter/arg_to_python.hpp:
20,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/call.hpp:16,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/object_core.hpp:13,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/object.hpp:10,
                 
from /net/worm/scratch1/rwgk/hot/boost/boost/python/dict.hpp:11,
                 
from /net/worm/scratch1/rwgk/hot/boost/libs/python/src/dict.cpp:1:
/net/worm/scratch1/rwgk/hot/boost/boost/mpl/negate.hpp:38: internal compiler 
error: in uses_template_parms, at cp/pt.c:4748
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

I will attach the preprocessed source code. The same file and a tar.gz file 
with the complete boost CVS tree (most current HEAD) are also available here:

http://cci.lbl.gov/~rwgk/bugs/gcc340/dict_pp.cpp.gz

http://cci.lbl.gov/~rwgk/bugs/gcc340/boost_2004_02_01_1526.tar.gz

-- 
           Summary: Internal compiler error while compiling Boost library
           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 host triplet: i686-pc-linux
GCC target triplet: i686-pc-linux


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


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