public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "vincent.gramoli at epfl dot ch" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/46269] New: [trans-mem] internal compiler error in expand_block_tm of trans-mem.c
Date: Tue, 02 Nov 2010 13:35:00 -0000	[thread overview]
Message-ID: <bug-46269-4@http.gcc.gnu.org/bugzilla/> (raw)

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

           Summary: [trans-mem] internal compiler error in expand_block_tm
                    of trans-mem.c
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vincent.gramoli@epfl.ch


I encounter the following problem when trying to compile transaction-based
Globulation2 (attached is the .ii):

gramoliv@gramoliv-desktop:~/svn/velox/trunk/glob2$ g++ -o src/Building.o -c
-Wall --gnu-tm -fno-builtin -DHAVE_CONFIG_H -D_GNU_SOURCE=1 -D_REENTRANT
-Ilibgag/include -I. -I/usr/include/SDL src/Building.cpp
In file included from src/Building.cpp:28:0:
src/Building.h:69:143: warning: ‘transaction_unknown’ attribute directive
ignored
In file included from src/Building.cpp:34:0:
src/Unit.h:52:81: warning: ‘transaction_unknown’ attribute directive ignored
In file included from src/Building.cpp:34:0:
src/Unit.h:174:37: warning: ‘transaction_unknown’ attribute directive ignored
src/Building.cpp: In member function ‘void Building::updateCallLists()’:
src/Building.cpp:907:6: warning: suggest explicit braces to avoid ambiguous
‘else’
src/Building.cpp: In member function ‘void Building::updateUnitsHarvesting()’:
src/Building.cpp:1153:82: warning: suggest parentheses around comparison in
operand of ‘&’
src/Building.cpp: In member function ‘bool
Building::subscribeToBringRessourcesStep()’:
src/Building.cpp:1708:8: warning: unused variable ‘teamNumber’
src/Building.cpp:1734:8: warning: unused variable ‘teamNumber’
src/Building.cpp: In member function ‘bool
Building::subscribeForFlagingStep()’:
src/Building.cpp:1940:11: warning: unused variable ‘canSwim’
src/Building.cpp:1801:8: warning: unused variable ‘teamNumber’
src/Building.cpp:1875:9: warning: unused variable ‘map’
src/Building.cpp: In member function ‘bool Building::canConvertUnit()’:
src/Building.cpp:2818:39: warning: comparison between signed and unsigned
integer expressions
src/Building.cpp:2819:24: warning: comparison between signed and unsigned
integer expressions
In file included from
/usr/include/boost/smart_ptr/detail/sp_counted_base.hpp:36:0,
                 from /usr/include/boost/smart_ptr/detail/shared_count.hpp:29,
                 from /usr/include/boost/smart_ptr/shared_ptr.hpp:32,
                 from /usr/include/boost/shared_ptr.hpp:17,
                 from src/Order.h:36,
                 from src/Building.h:29,
                 from src/Building.cpp:28:
/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp: In function
‘int boost::detail::atomic_exchange_and_add(int*, int)’:
/usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:35:12: internal
compiler error: in expand_block_tm, at trans-mem.c:2199


             reply	other threads:[~2010-11-02 13:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-02 13:35 vincent.gramoli at epfl dot ch [this message]
2010-11-02 18:06 ` [Bug c++/46269] " pinskia at gcc dot gnu.org
2010-11-03 16:29 ` aldyh at gcc dot gnu.org
2010-11-04 14:31 ` patrick.marlier at gmail dot com
2010-11-09 17:36 ` aldyh at gcc dot gnu.org
2010-11-09 18:06 ` rth at gcc dot gnu.org
2010-11-10  9:39 ` patrick.marlier at gmail dot com
2010-11-11 15:46 ` aldyh at gcc dot gnu.org
2010-11-17 16:44 ` aldyh at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-46269-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).