This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Internal Compiler Error with Doc++


Greetings,
The following is the g++ output when I tried to compile Doc++
( great stuff, it's at http://www.zib.de/Visual/software/doc%2b%2b/ ).
I have previously compiled this on an SGI under Irix 6.5.

I am running LinuxPPC release 4 on a G3 266.  What should I try?

Thanks,
Randy Ormond, 256-885-7063


cd /usr/share/src/
make -k all
g++ -DUNIX -DNDEBUG -g -c html.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from doc.h:30,
                 from html.cpp:34:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
McSorter.h: In function `void sort(T *, int)':
In file included from html.cpp:39:
McSorter.h:78: Internal compiler error.
McSorter.h:78: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make: *** [html.o] Error 1
flex -PcppYY -t cpp.l > cpp.cpp
g++ -DUNIX -DNDEBUG -g -c cpp.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from doc.h:30,
                 from cpp.l:32:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
flex -PjavaYY -t java.l > java.cpp
g++ -DUNIX -DNDEBUG -g -c java.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from doc.h:30,
                 from java.l:32:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
g++ -DUNIX -DNDEBUG -g -c doc2html.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from doc.h:30,
                 from doc2html.l:25:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
g++ -DUNIX -DNDEBUG -g -c classgraph.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from McString.h:8,
                 from classgraph.hh:61,
                 from classgraph.cpp:49:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
g++ -DUNIX -DNDEBUG -g -c Entry.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from doc.h:30,
                 from Entry.cpp:26:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
g++ -DUNIX -DNDEBUG -g -c nametable.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from datahashtable.hh:82,
                 from nametable.hh:26,
                 from nametable.cpp:26:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
flex -Preadfilesyy -t readfiles.l > readfiles.cpp
g++ -DUNIX -DNDEBUG -g -c readfiles.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from McDirectory.h:4,
                 from readfiles.l:26:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
McSorter.h: In function `void sort(T *, int)':
In file included from readfiles.l:30:
McSorter.h:78: Internal compiler error.
McSorter.h:78: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make: *** [readfiles.o] Error 1
g++ -DUNIX -DNDEBUG -g -c tex2gif.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from datahashtable.hh:82,
                 from nametable.hh:26,
                 from tex2gif.cpp:27:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
g++ -DUNIX -DNDEBUG -g -c McWildMatch.cpp
g++ -DUNIX -DNDEBUG -g -c McHashTable.cpp
g++ -DUNIX -DNDEBUG -g -c McDirectory.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from McDirectory.h:4,
                 from McDirectory.cpp:1:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
McSorter.h: In function `void sort(T *, int)':
In file included from McDirectory.cpp:2:
McSorter.h:78: Internal compiler error.
McSorter.h:78: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make: *** [McDirectory.o] Error 1
g++ -DUNIX -DNDEBUG -g -c docify.cpp
McDArray.h: In function `int rindex(class McDArray<T> &, const T &)':
In file included from McString.h:8,
                 from docify.l:30:
McDArray.h:326: warning: name lookup of `i' changed for new ANSI `for'
scoping
McDArray.h:324: warning:   using obsolete binding at `i'
g++  docify.o -o docify
g++ -DUNIX -DNDEBUG -g -c promote.cpp
gcc   promote.o   -o promote
make: Target `all' not remade because of errors.
rm promote.o

Compilation exited abnormally with code 2 at Fri Feb 12 10:03:46



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]