[Bug c++/14763] New: internal compiler error: in find_function_data, at function.c:320

j_s at telia dot com gcc-bugzilla@gcc.gnu.org
Sun Mar 28 22:07:00 GMT 2004


Search for find_function_data yields no result so here we go...

The .ii file can be found at http://dcplusplus.sf.net/bug/QueueManager.ii.bz2

[1:arnetheduck:~/dcpp/gcc/client]$ g++ -v --save-temps -Wshadow -W  -march=i586 
-pipe -Wall -fPIC -DREENTRANT  -g -D_DEBUG    -c -o QueueManager.o ../..
/client/QueueManager.cpp 
g++: warning: -pipe ignored because -save-temps specified
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,
objc,ada,treelang --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm 
--enable-java-awt=xlib,gtk --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.3 (Debian 20040321)
 /usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -E -D__GNUG__=3 -quiet -v 
-D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=3 -D_GNU_SOURCE 
-DREENTRANT -D_DEBUG ../../client/QueueManager.cpp -march=i586 -Wshadow -W -Wall 
-fPIC QueueManager.ii
ignoring nonexistent directory "/usr/i486-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/arnetheduck/docs/VCProjects/Include/stlport
 /usr/include/c++/3.3
 /usr/include/c++/3.3/i486-linux
 /usr/include/c++/3.3/backward
 /usr/local/include
 /usr/lib/gcc-lib/i486-linux/3.3.3/include
 /usr/include
End of search list.
In file included from ../../client/TimerManager.h:26,
                 from ../../client/QueueManager.h:26,
                 from ../../client/QueueManager.cpp:28:
../../client/Thread.h:100:2: warning: #warning FIXME
../../client/Thread.h:111:2: warning: #warning FIXME
 /usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -fpreprocessed QueueManager.ii -quiet 
-dumpbase QueueManager.cpp -march=i586 -auxbase-strip QueueManager.o -g -Wshadow 
-W -Wall -version -fPIC -o QueueManager.s
GNU C++ version 3.3.3 (Debian 20040321) (i486-linux)
        compiled by GNU C version 3.3.3 (Debian 20040321).
GGC heuristics: --param ggc-min-expand=40 --param ggc-min-heapsize=19935
../../client/QueueManager.cpp: In member function `void 
   QueueManager::move(const _STL::string&, const _STL::string&)':
../../client/QueueManager.cpp:646: warning: declaration of `removeSource' 
   shadows a member of `this'
../../client/QueueManager.cpp: In member function `void 
   QueueManager::saveQueue()':
../../client/QueueManager.cpp:981: internal compiler error: in 
   find_function_data, at function.c:320
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: internal compiler error: in      find_function_data, at
                    function.c:320
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: j_s at telia dot com
                CC: gcc-bugs at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list