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]

BUG / template error ?


Hello,

I found a bug in cygnus (I think so) ..

eg++ -I/LEDA/INSTALL/incl -L/LEDA/INSTALL/solaris/eg++ -g   -s   -c git_demo.c
graph_iterator.h: In function `void GIT_dfs_list<leda_stack<OutAdjIt>, node_array_da<bool>, leda_list<node_struct *>, OutAdjIt>(const class leda_stack<OutAdjIt> &, struct node_array_da<bool> &, class leda_list<node_struct *> &, class OutAdjIt)':
graph_iterator.h:6351:   instantiated from here
In file included from git_demo.c:13:
graph_iterator.h:5024: Internal compiler error.
graph_iterator.h:5024: Please submit a full bug report to `egcs-bugs@cygnus.com'.
*** Error code 1
make: Fatal error: Command failed for target `git_demo.o' 

I am not sure what the error is -- 
you may retrieve both files from here:

http://www.mpi-sb.mpg.de/~marco/graph_iterator.h and
http://www.mpi-sb.mpg.de/~marco/git_demo.c

Please tell me if I can write a workaround that is different
from just replacing the function call GIT_dfs_list (and
GIT_dfs_num)

Thank you, Marco Nissen


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