Re: [arm] possible bug in G++ 3.4.x

2005-03-01 Thread Vladimir Ivanov
Hello, [Richard]: Does this mean that GCC-3.4.x won't be fixed? [Paul]: Is this problem present also in CSL-3.4.x branch? Best regards, -- Vladimir On Tue, 1 Mar 2005, Richard Earnshaw wrote: On Mon, 2005-02-28 at 12:51, Vladimir Ivanov wrote: Hello all, While compiling

[arm] possible bug in G++ 3.4.x

2005-02-28 Thread Vladimir Ivanov
Hello all, While compiling this: http://sourceforge.net/projects/raytracer/ I think I've spotted a bug in ARM port of G++. The problem is that many method functions tend to save all callee-saved FP registers, while they use few or none of them. Here's a small snippet from "base3d.cpp" fil