Bug#285238: [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2005-05-22 Thread Bill Allombert
On Sun, May 22, 2005 at 10:47:15PM +0200, Matthias Klose wrote: > > > which 4.0 and 4.1 versions did you test? > > > > OK, I checked gcc-snapshot on arm (still 4.0.0 20050110-1, unfortunately) > > and it fix _that_ bug. > > > > Sorry I should have tried that sooner, > > gcc-4.0 from experimental

Bug#285238: [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2005-05-22 Thread Bill Allombert
On Sun, May 22, 2005 at 09:01:42PM +0200, Matthias Klose wrote: > Bill Allombert writes: > > On Sun, May 22, 2005 at 12:28:21AM +0200, Falk Hueffner wrote: > > > Hi, > > > > > > can you still reproduce this? (Apparently, upstream can't > > > (http://gcc.gnu.org/PR19008).) How about newer gcc? > >

Bug#285238: [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2005-05-22 Thread Matthias Klose
Bill Allombert writes: > On Sun, May 22, 2005 at 12:28:21AM +0200, Falk Hueffner wrote: > > Hi, > > > > can you still reproduce this? (Apparently, upstream can't > > (http://gcc.gnu.org/PR19008).) How about newer gcc? > > Hello Falk > > Upstream didn't claim they tried to reproduce the bug, that

Processed: Re: Bug#285238: [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2005-05-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 285238 - moreinfo Bug#285238: [PR 19008] [3.3 regression] [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining Tags were: moreinfo upstream Tags removed: moreinfo > tags 285238 + fixed-upstream Bug#285238: [PR 19008] [3.3 regression] [arm

Bug#285238: [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2005-05-22 Thread Bill Allombert
On Sun, May 22, 2005 at 12:28:21AM +0200, Falk Hueffner wrote: > Hi, > > can you still reproduce this? (Apparently, upstream can't > (http://gcc.gnu.org/PR19008).) How about newer gcc? Hello Falk Upstream didn't claim they tried to reproduce the bug, that would involve actually running the code.

Bug#285238: [arm] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2005-05-21 Thread Falk Hueffner
Hi, can you still reproduce this? (Apparently, upstream can't (http://gcc.gnu.org/PR19008).) How about newer gcc? -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2004-12-15 Thread Bill Allombert
On Wed, Dec 15, 2004 at 01:30:05PM +0100, Matthias Klose wrote: > Bill Allombert writes: > > On Sun, Dec 12, 2004 at 05:11:15PM +0100, Matthias Klose wrote: > > > Bill Allombert writes: > > > > If you want, I might dig farther into the problem at a later date. > > > > OK, I checked with gcc-3.4, a

Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2004-12-12 Thread Bill Allombert
On Sun, Dec 12, 2004 at 05:11:15PM +0100, Matthias Klose wrote: > Bill Allombert writes: > > If you want, I might dig farther into the problem at a later date. OK, I checked with gcc-3.4, and it works fine. I didn't check gcc-4.0 since bug #280972 would cause it to fails anyway. > please attach t

Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2004-12-12 Thread Matthias Klose
Bill Allombert writes: > Package: gcc-3.3 > Version: 1:3.3.5-3 > Severity: normal > > Hello GCC developers and ARM porters, > gcc-3.3 -O3 -fPIC miscompile pari on ARM. > (see > ) > > More precisel

Bug#285238: [ARM] gcc-3.3 -O3 -fPIC produce wrong code via auto inlining

2004-12-11 Thread Bill Allombert
Package: gcc-3.3 Version: 1:3.3.5-3 Severity: normal Hello GCC developers and ARM porters, gcc-3.3 -O3 -fPIC miscompile pari on ARM. (see ) More precisely the file src/basemath/alglin1.c is miscom