While building the Loki C++ library (http://loki-lib.sourceforge.net/), an
internal error is generated:

-- quote start --
gmake[2]: Entering directory `/home/duplaina/src/loki-0.1.6/test/ScopeGuard'
g++ -Wall -Wold-style-cast -Wundef -Wsign-compare -Wconversion -Wpointer-arith
-pedantic -g -O2 -ffriend-injection -I../../include -DNDEBUG  -c -o main.o
main.cpp
main.cpp: In member function 'void User::AddFriendGuardedMacros(User&)':
main.cpp:197: internal compiler error: in calc_dfs_tree, at dominance.c:373
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[2]: *** [main.o] Error 1
gmake[2]: Leaving directory `/home/duplaina/src/loki-0.1.6/test/ScopeGuard'
gmake[1]: *** [ScopeGuard] Error 2
gmake[1]: Leaving directory `/home/duplaina/src/loki-0.1.6/test'
gmake: *** [check] Error 2

-- quote end --

Note: in order to get it to build this far, it's necessary to change
include/loki/SmartPtr.h so the reference from #include <stdint.h> is
<tr1/stdint.h>.


-- 
           Summary: Internal error while building loki-library 0.1.6
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: trojanfoe at hotmail dot com
 GCC build triplet: sparc-sun-solaris2.9
  GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9


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

Reply via email to