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]
Other format: [Raw text]

possible bug


Hello,

I get the following message when I try to compile the attached project
(using "make test"):

g++ -g -o bnn_test.exe test.cpp GraphNoded.o DirectedGraphNoded.o
In file included from test.cpp:5:
BayesianNetwork.hpp:20: Internal compiler error.
BayesianNetwork.hpp:20: Please submit a full bug report.
BayesianNetwork.hpp:20: See
<URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [test] Error 1

When I do a gcc -v I get:
Reading specs from /usr/lib/gcc-lib/alpha-linux/2.95.2/specs
gcc version 2.95.2 20000220 (Debian GNU/Linux)

In the case that this is a bug, it may be helpful to note that the classes
involved used templates classes that are inherited and the problem started
when I tried to define an actual type (as opposed to a template) from a
class that was derived from a template class.

-Michael

Attachment: bn_bug_report.tar.gz
Description: application/gunzip


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