[AD] warning: -funroll-all-loops and -funroll-all-loops broken in gcc 3.0.4 (at least in the djgpp flavor) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Allegro Conductors" <conductors@xxxxxxxxxx>
- Subject: [AD] warning: -funroll-all-loops and -funroll-all-loops broken in gcc 3.0.4 (at least in the djgpp flavor)
- From: Javier González <xaviergonz@xxxxxxxxxx>
- Date: Mon, 8 Apr 2002 22:28:08 +0200
Hi, I just noticed when testing AllegroMp3 with DJGPP using gcc 3.0.4 that
it not only -funroll-all-loops (that was causing the bubbling sound) is
broken, but I also noticed that -funroll-loops generates that bubbling sound
(that of course doesn't happen in 2.95.x) although in a lower level, and
that's why I didn't notice earlier. I was thinking that since allegro uses
it, it could be affected somehow (I don't know how though).
Just thought I should drop a note of my sad "discovery", you may do as you
wish =)
PS: For those who still had that bubble sound with AllegroMP3 I'll release a
v1.71, where
the only change is the ommision of the -funroll-loops flag (the only change
from v1.6 to 1.7
was the change from the -funroll-all-loops flag to -funroll-loops)