more on previous error
dwhitney@localhost.localdomain
dwhitney@localhost.localdomain
Sat Sep 12 02:25:00 GMT 1998
In massaging things around I get this error now instead. I
It's in some template code:
../lib/LinAlgebra.h: In method `Vector4t<float>::Vector4t(const class Vector3t<float> &, int = 0)':
../lib/LinAlgebra.h:623: internal error--unrecognizable insn:
(insn 57 55 58 (set (reg:DF 89)
()) -1 (nil)
(expr_list:REG_EQUAL ()
(nil)))
../lib/LinAlgebra.h:623: confused by earlier errors, bailing out
The line in question is
const Vector4d Zero4d ( 0.0, 0.0, 0.0, 0.0);
where Vector4d is
typedef Vector4t<double> Vector4d;
The entire LinAlgebra file follows
=========================
-Dave
dwhitney@cs.stanford.edu
More information about the Gcc-bugs
mailing list