Re: PowerPC optimization regression

2011-01-08 Thread Gerald Pfeifer
On Wed, 8 Dec 2010, Joakim Tjernlund wrote: > I already sent in a bug with gccbug, hope it shows up > How long do one have to wait until it is visible? The server side got lost during the last Bugzilla upgrade, so the gccbug script is not working any more (and has been removed for GCC 4.6). Andi,

Re: PowerPC optimization regression

2010-12-08 Thread Ian Lance Taylor
Joakim Tjernlund writes: > I already sent in a bug with gccbug, hope it shows up > How long do one have to wait until it is visible? The gccbug script no longer works and has been removed from current versions of gcc. You should get a bounce message. Please use http://gcc.gnu.org/bugzilla/ ins

Re: PowerPC optimization regression

2010-12-08 Thread Joakim Tjernlund
David Edelsohn wrote on 2010/12/08 17:38:11: > > On Wed, Dec 8, 2010 at 4:37 AM, Joakim Tjernlund > wrote: > > > > I have noticed gcc 4.4.5 often produces less optimzed code > > than the old 3.4.6. Below is the latest example. I am > > starting to wonder if I need rebuild gcc 4.4.5 and/or > > add

Re: PowerPC optimization regression

2010-12-08 Thread David Edelsohn
On Wed, Dec 8, 2010 at 4:37 AM, Joakim Tjernlund wrote: > > I have noticed gcc 4.4.5 often produces less optimzed code > than the old 3.4.6. Below is the latest example. I am > starting to wonder if I need rebuild gcc 4.4.5 and/or > add new options to gcc when I compile. Any insight? Jocke, As I

Re: PowerPC optimization regression

2010-12-08 Thread Ian Lance Taylor
Joakim Tjernlund writes: > I have noticed gcc 4.4.5 often produces less optimzed code > than the old 3.4.6. Below is the latest example. I am > starting to wonder if I need rebuild gcc 4.4.5 and/or > add new options to gcc when I compile. Any insight? This question as stated is not really approp

PowerPC optimization regression

2010-12-08 Thread Joakim Tjernlund
I have noticed gcc 4.4.5 often produces less optimzed code than the old 3.4.6. Below is the latest example. I am starting to wonder if I need rebuild gcc 4.4.5 and/or add new options to gcc when I compile. Any insight? Jocke const char *test(int i) { const char *p = "abc\0def\0gef";