Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2004-07-09 12:43:24


Bugs item #988124, was opened at 2004-07-09 10:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=988124&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David W. Thomas (davidwt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Borland compiler error with Pool, boost::pool_allocator

Initial Comment:
This Borland compiler error occurs with boost release
versions 1.30.2 and 1.31.0. It also occurs with the
latest CVS checkout as of July 9, 2004. I've tried this
on two Win2000 computers with totally different
hardware (Intel, AMD).

Borland compilers from Borland Builder5 and from
Borland BuilderX both generate an internal compiler
error with a typedef of pool_allocator<int>.

The source code file t.cpp contains:

#include <boost/pool/pool.hpp>
typedef boost::pool_allocator<int> node_alloc;

Here is a copy of the DOS window for the two compiles:

D:\>c:\borland\CBUILDER5\BIN\bcc32 -
I\src.misc\boost;c:\borland\CBUILDER5\include t.cpp
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000
Borland
t.cpp:
Fatal F1004 t.cpp 2: Internal compiler error at
0x46f530 with base 0x400000
Fatal F1004 t.cpp 2: Internal compiler error

D:\>c:\borland\CBUILDERX\BIN\bcc32 -
I\src.misc\boost;c:\borland\CBUILDERX\include t.cpp
Borland C++ 5.6.4 for Win32 Copyright (c) 1993, 2002
Borland
t.cpp:
Fatal F1004 t.cpp 2: Internal compiler error at
0x4394f6 with base 0x400000
Fatal F1004 t.cpp 2: Internal compiler error

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=988124&group_id=7586

-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk