[py25] ~/bbot/ % gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix
--mandir=/usr/share/man --infodir=/usr/share/info --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.3.3 (GCC)

[py25] ~/bbot/ % g++ _ezindex.ii -c -O2
easyindex/src/_ezindex.cc: In function ‘PyObject*
SortingContainer_new(PyTypeObject*, PyObject*, PyObject*)Â’:
easyindex/src/_ezindex.cc:163: warning: deprecated conversion from string
constant to ‘char*’
easyindex/src/_ezindex.cc:163: warning: deprecated conversion from string
constant to ‘char*’
easyindex/src/_ezindex.cc:163: warning: deprecated conversion from string
constant to ‘char*’
easyindex/src/_ezindex.cc:163: warning: deprecated conversion from string
constant to ‘char*’
easyindex/src/_ezindex.cc: At global scope:
easyindex/src/_ezindex.cc:810: warning: deprecated conversion from string
constant to ‘char*’
easyindex/src/_ezindex.cc:810: warning: deprecated conversion from string
constant to ‘char*’
easyindex/src/_ezindex.cc: In function ‘void std::sort_heap(_RAIter, _RAIter,
_Compare) [with _RAIter = Ranking**, _Compare = DummyRanker::_RankingLt]Â’:
easyindex/src/_ezindex.cc:1476: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: internal compiler error: Segmentation fault In function
                    ‘void std::sort_heap'
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schmir at gmail dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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

Reply via email to