Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit
--disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
--disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.2



Command line
------------
g++ -v -save-temps -DHAVE_CONFIG_H -I. -I. -I../.. -I..    -g -O2 -MT
execute.lo -MD -MP -MF ".deps/execute.Tpo" -c -o execute.lo execute.cpp



Output
------
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit
--disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu
--disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.2.2
 /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/cc1plus -E -quiet -v -I. -I. -I../.. -I..
-MD execute.d -MF .deps/execute.Tpo -MP -MT execute.lo -MQ execute.lo
-D_GNU_SOURCE -DHAVE_CONFIG_H execute.cpp -mtune=generic -fworking-directory
-O2 -fpch-preprocess -o execute.ii
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../i686-pc-linux-gnu/include"
ignoring duplicate directory "."
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 .
 ../..
 ..
 /home/ryuta/Development/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../include/c++/4.2.2

/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../include/c++/4.2.2/i686-pc-linux-gnu
 /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../../include/c++/4.2.2/backward
 /usr/local/include
 /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include
 /usr/include
End of search list.
 /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/cc1plus -fpreprocessed execute.ii -quiet
-dumpbase execute.cpp -mtune=generic -auxbase-strip execute.lo -g -O2 -version
-o execute.s
GNU C++ version 4.2.2 (i686-pc-linux-gnu)
        compiled by GNU C version 4.2.2.
GGC heuristics: --param ggc-min-expand=99 --param ggc-min-heapsize=129240
Compiler executable checksum: d9c13861058dba829762c132b7d23093
In file included from execute.cpp:49:
texture.h: In member function &#8216;virtual char*
CTexture::getTextureType()&#8217;:
texture.h:82: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
texture.h: In member function &#8216;virtual char*
CEnvironment::getTextureType()&#8217;:
texture.h:109: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from execute.cpp:538:
scriptFunctions.h: In member function &#8216;void
CShadingContext::execute(CProgrammableShaderInstance*, float**)&#8217;:
scriptFunctions.h:923: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
scriptFunctions.h:993: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from scriptFunctions.h:1126,
                 from execute.cpp:538:
shaderFunctions.h:352: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
shaderFunctions.h:816: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
shaderFunctions.h:876: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
shaderFunctions.h:948: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
shaderFunctions.h:1017: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from shaderFunctions.h:2441,
                 from scriptFunctions.h:1126,
                 from execute.cpp:538:
giFunctions.h:488: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
execute.cpp:540: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from execute.cpp:640:
scriptFunctions.h:923: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
scriptFunctions.h:993: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from scriptFunctions.h:1126,
                 from execute.cpp:640:
shaderFunctions.h:352: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from shaderFunctions.h:2441,
                 from scriptFunctions.h:1126,
                 from execute.cpp:640:
giFunctions.h:488: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
execute.cpp:642: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from execute.cpp:730:
scriptFunctions.h:923: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
scriptFunctions.h:993: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from scriptFunctions.h:1126,
                 from execute.cpp:730:
shaderFunctions.h:352: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
In file included from shaderFunctions.h:2441,
                 from scriptFunctions.h:1126,
                 from execute.cpp:730:
giFunctions.h:488: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
execute.cpp:732: warning: deprecated conversion from string constant to
&#8216;char*&#8217;
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: g++: Internal error
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Oroppas at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

Reply via email to