gcc-4_9_0-release tag not found in git mirror

2014-05-29 Thread S, Pitchumani
Hi, The gcc-4.9.0 release tag is missing from git mirror. https://gcc.gnu.org/git/?p=gcc.git;a=summary Regards, Pitchumani

RE: Could not identify that register is clobbered already

2013-02-25 Thread S, Pitchumani
> From: Georg-Johann Lay [mailto:a...@gjlay.de] > S, Pitchumani schrieb: > > > > From: Georg-Johann Lay > >> S, Pitchumani wrote: > >> ... > >> Trying to introduce hard_frame_pointer was dropped because the code > >> turned out to have unusab

RE: Could not identify that register is clobbered already

2013-02-14 Thread S, Pitchumani
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Wednesday, February 13, 2013 4:24 AM > To: S, Pitchumani > Cc: gcc@gcc.gnu.org; Denis Chertykov > Subject: Re: Could not identify that register is clobbered already > > [Removing avr-

Could not identify that register is clobbered already

2013-02-12 Thread S, Pitchumani
Hi, I was analyzing an issue for avr target (gcc-4.7.2). Issue is that already clobbered register is used after the transformation in post reload pass. insns after reload pass: set (reg:HI r24 (const:HI (plus:HI (symbol_ref:HI ("array")) (const_int 4)) )) ... para