Re: [AD] Allegro does not compile with -fprefetch-loop-arrays |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Mon, Aug 18, 2003 at 09:32:19PM +1200, Brandy Westcott wrote:
> ./src/allegro.c -o obj/unix/shared/alleg/allegro.o
> src/allegro.c: In function `install_allegro':
> src/allegro.c:366: internal error: Gleitkomma-Ausnahme
>
> (Gleitkomma-Ausnahme means floating-point exception :)
> Allegro compiles wonderfully without -fprefetch-loop-arrays.
Looks like a bug in gcc to me, not a problem with Allegro. What version of
gcc is this? In the mean time, I'll see if I can reproduce the problem
locally.
Evert