On Sat, 16 Apr 2005, Øystein Johansen wrote:
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> make: *** [neuralnet.o] Error 1
>
> Should I report this to the bug database or is this a known bug? And
> what is it a
Richard Guenther wrote:
Try
typedef float v4sf __attribute__((vector_size(16)));
note that the base type (float) now matters, and the vector size
is in bytes. This works even for gcc 3.3, so I don't know exactly
when it was introduced.
D'oh!
...but now I get a more serious problem
/msys/1.0/lo