[Bug c++/64301] New: TrinityCore error

2014-12-13 Thread jean...@redstone-city.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64301

Bug ID: 64301
   Summary: TrinityCore error
   Product: gcc
   Version: 4.7.2
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: jean...@redstone-city.de

I cloned the source of "TrinityCore" using git (git clone
git://github.com/TrinityCore/TrinityCore.git)
After configuring with "cmake ../ -DPREFIX=/home/wow/server
-DCONF_DIR=/home/wow/server/etc -DLIBSDIR=/home/wow/server/lib -DTOOLS=1
-DWITH_WARNINGS=1", I tried to make the project but it failed with the error
message: "c++: internal compiler error: Segmentation fault (program cc1plus)"


[Bug c++/64301] TrinityCore error

2014-12-13 Thread jean...@redstone-city.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64301

jean...@redstone-city.de changed:

   What|Removed |Added

  Component|middle-end  |c++

--- Comment #1 from jean...@redstone-city.de ---
OS: Linux Debian 7
CPU: unknown (only I know is, that it is a quad core)
RAM: 14GB

It is a virtual server


[Bug middle-end/64301] TrinityCore error

2014-12-13 Thread jean...@redstone-city.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64301

jean...@redstone-city.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from jean...@redstone-city.de ---
Nevermind...fixed itself when I re-cloned the project...thanks anyways