Re: gcc 3 bug

2006-04-12 Thread Otto Moerbeek
On Wed, 12 Apr 2006, chefren wrote: > On 04/12/06 21:08, Otto Moerbeek wrote: > > Hi, > > > > This fixes a gcc code generation bug, demonstrated using -march=i686 > > -O2, but I suspect it can occur in other circumstances as well. > > Yep, any architecture with and without -march=i686 > > > Th

Re: gcc 3 bug

2006-04-12 Thread chefren
On 04/12/06 21:08, Otto Moerbeek wrote: Hi, This fixes a gcc code generation bug, demonstrated using -march=i686 -O2, but I suspect it can occur in other circumstances as well. Yep, any architecture with and without -march=i686 The interesting thing is that the gcc people classified this as