Re: Ping #1: [Patch, AVR]: Fix PR34734

2011-06-30 Thread Georg-Johann Lay
Weddington, Eric wrote: >> -Original Message- >>> You can backport it if you want. >>> >>> I'm usually didn't backport such patches. >>> >>> Denis. >> Ok, maybe Eric or Anatoly have some preference for 4.5/4.6. > > I would like it for the 4.6 series, if possible. I think that the > next

RE: Ping #1: [Patch, AVR]: Fix PR34734

2011-06-29 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Wednesday, June 29, 2011 5:26 AM > To: Denis Chertykov > Cc: gcc-patches@gcc.gnu.org; Weddington, Eric; Anatoly Sokolov > Subject: Re: Ping #1: [Patch, AVR]: Fix PR34734 > > > > >

Re: Ping #1: [Patch, AVR]: Fix PR34734

2011-06-29 Thread Georg-Johann Lay
Denis Chertykov wrote: > 2011/6/29 Georg-Johann Lay : >> Denis Chertykov wrote: >>> 2011/6/28 Georg-Johann Lay : http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01462.html Georg-Johann Lay wrote: > PR34734 produces annoying, false warnings if __attribute__((progmem)) > is used i

Re: Ping #1: [Patch, AVR]: Fix PR34734

2011-06-29 Thread Denis Chertykov
2011/6/29 Georg-Johann Lay : > Denis Chertykov wrote: >> 2011/6/28 Georg-Johann Lay : >>> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01462.html >>> >>> Georg-Johann Lay wrote: PR34734 produces annoying, false warnings if __attribute__((progmem)) is used in conjunction with C++.  DECL_IN

Re: Ping #1: [Patch, AVR]: Fix PR34734

2011-06-29 Thread Georg-Johann Lay
Denis Chertykov wrote: > 2011/6/28 Georg-Johann Lay : >> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01462.html >> >> Georg-Johann Lay wrote: >>> PR34734 produces annoying, false warnings if __attribute__((progmem)) >>> is used in conjunction with C++. DECL_INITIAL is not yet set up in >>> avr_ha

Re: Ping #1: [Patch, AVR]: Fix PR34734

2011-06-28 Thread Denis Chertykov
2011/6/28 Georg-Johann Lay : > http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01462.html > > Georg-Johann Lay wrote: >> PR34734 produces annoying, false warnings if __attribute__((progmem)) >> is used in conjunction with C++.  DECL_INITIAL is not yet set up in >> avr_handle_progmem_attribute. >> >> J

Ping #1: [Patch, AVR]: Fix PR34734

2011-06-28 Thread Georg-Johann Lay
http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01462.html Georg-Johann Lay wrote: > PR34734 produces annoying, false warnings if __attribute__((progmem)) > is used in conjunction with C++. DECL_INITIAL is not yet set up in > avr_handle_progmem_attribute. > > Johann > > PR target/34734 >

[Patch, AVR]: Fix PR34734

2011-06-20 Thread Georg-Johann Lay
PR34734 produces annoying, false warnings if __attribute__((progmem)) is used in conjunction with C++. DECL_INITIAL is not yet set up in avr_handle_progmem_attribute. Johann PR target/34734 * config/avr/avr.c (avr_handle_progmem_attribute): Move warning about uninitialize