public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12991] New: boost 's thread library fails compiling
@ 2003-11-10  9:38 francis dot meyvis at pandora dot be
  2003-11-10 14:18 ` [Bug c++/12991] " falk at debian dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: francis dot meyvis at pandora dot be @ 2003-11-10  9:38 UTC (permalink / raw)
  To: gcc-bugs

Got boost builder tool build-jam from sourceforge (version 3.1.7.1)
Installed with rpm -Uvh on Suse 8.2
Get boost source (version 1.3.20) from
http://sourceforge.net/project/showfiles.php?group_id=7586
Unpacked on Linux (bunzip2 + tar -xf) and 
cd libs/thread/build/
Started a build with bjam
The output where it failed looked like this

gcc-C++-action
../../../libs/thread/build/bin/libboost_thread.so/gcc/debug/runtime-link-dynamic/shared-linkable-true/threading-multi/thread.o
/home/francis/dev/bt/boost-1.30.2/boost/function/function_template.hpp: In 
   member function `void boost::function0<R, Allocator>::clear() [with R = 
   void, Allocator = std::allocator<boost::function_base>]':
/home/francis/dev/bt/boost-1.30.2/boost/function/function_template.hpp:312:  
instantiated from `boost::function0<R, Allocator>::~function0() [with R = void,
Allocator = std::allocator<boost::function_base>]'
../src/thread.cpp:72:   instantiated from here
/home/francis/dev/bt/boost-1.30.2/boost/function/function_template.hpp:389:
internal compiler error: in
   c_expand_expr, at c-common.c:4321
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

    g++  -c -Wall -ftemplate-depth-100  -DBOOST_THREAD_BUILD_DLL=1  -g -O0
-fno-inline -pthread -fPIC   -I"../../../libs/thread/build"  -I
"/home/francis/dev/bt/boost-1.30.2"  -o
"../../../libs/thread/build/bin/libboost_thread.so/gcc/debug/runtime-link-dynamic/shared-linkable-true/threading-multi/thread.o"
 "../src/thread.cpp" 

...failed gcc-C++-action
../../../libs/thread/build/bin/libboost_thread.so/gcc/debug/runtime-link-dynamic/shared-linkable-true/threading-multi/thread.o...

-- 
           Summary: boost 's thread library fails compiling
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: francis dot meyvis at pandora dot be
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/12991] boost 's thread library fails compiling
  2003-11-10  9:38 [Bug c++/12991] New: boost 's thread library fails compiling francis dot meyvis at pandora dot be
@ 2003-11-10 14:18 ` falk at debian dot org
  2003-11-10 16:31 ` pinskia at gcc dot gnu dot org
  2003-11-10 16:54 ` aj at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: falk at debian dot org @ 2003-11-10 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2003-11-10 14:18 -------
Please provide the compiler version and the preprocessed source, as explained at
http://www.gnu.org/software/gcc/bugs.html.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/12991] boost 's thread library fails compiling
  2003-11-10  9:38 [Bug c++/12991] New: boost 's thread library fails compiling francis dot meyvis at pandora dot be
  2003-11-10 14:18 ` [Bug c++/12991] " falk at debian dot org
@ 2003-11-10 16:31 ` pinskia at gcc dot gnu dot org
  2003-11-10 16:54 ` aj at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-10 16:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-10 16:31 -------
Most likely not a FSF gcc bug but rather a bug in SUSE's gcc.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |aj at suse dot de
                   |dot org                     |
             Status|WAITING                     |ASSIGNED
           Keywords|                            |ice-on-valid-code


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug c++/12991] boost 's thread library fails compiling
  2003-11-10  9:38 [Bug c++/12991] New: boost 's thread library fails compiling francis dot meyvis at pandora dot be
  2003-11-10 14:18 ` [Bug c++/12991] " falk at debian dot org
  2003-11-10 16:31 ` pinskia at gcc dot gnu dot org
@ 2003-11-10 16:54 ` aj at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: aj at gcc dot gnu dot org @ 2003-11-10 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aj at gcc dot gnu dot org  2003-11-10 16:54 -------
I guess you get this with the compiler from SuSE 8.2?  This problem
cannot be reproduced with a new GCC, e.g. the official GCC 3.3.1 or the GCC
3.3.1 in SuSE 9.0. So, this problem can be closed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-10 16:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-10  9:38 [Bug c++/12991] New: boost 's thread library fails compiling francis dot meyvis at pandora dot be
2003-11-10 14:18 ` [Bug c++/12991] " falk at debian dot org
2003-11-10 16:31 ` pinskia at gcc dot gnu dot org
2003-11-10 16:54 ` aj at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).