Re: [patch,wwwdocs] Add gcc-5 caveats for avr.

2015-04-21 Thread Georg-Johann Lay
Am 04/20/2015 um 09:02 PM schrieb Gerald Pfeifer: Hi Johann, On Mon, 20 Apr 2015, Georg-Johann Lay wrote: Okay to install? +The AVR port uses a new scheme to describe supported devices: +For each supported device the compiler provides a device-specific +http://gcc.gnu.org/

Re: [patch,wwwdocs] Add gcc-5 caveats for avr.

2015-04-20 Thread Gerald Pfeifer
Hi Johann, On Mon, 20 Apr 2015, Georg-Johann Lay wrote: Okay to install? +The AVR port uses a new scheme to describe supported devices: +For each supported device the compiler provides a device-specific +http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html";>spec file. +

Re: [patch,wwwdocs] Add gcc-5 caveats for avr.

2015-04-20 Thread Jakub Jelinek
On Mon, Apr 20, 2015 at 06:21:30PM +0200, Georg-Johann Lay wrote: > Am 04/20/2015 um 03:40 PM schrieb Andi Kleen: > >Georg-Johann Lay writes: > >>+http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html";>spec > >>file. > >>+If the compiler is used together with AVR-LibC, this requires

Re: [patch,wwwdocs] Add gcc-5 caveats for avr.

2015-04-20 Thread Georg-Johann Lay
Am 04/20/2015 um 03:40 PM schrieb Andi Kleen: Georg-Johann Lay writes: +http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html";>spec file. +If the compiler is used together with AVR-LibC, this requires at +least GCC 5.2 and a version of AVR-LibC which implements Really 5.

Re: [patch,wwwdocs] Add gcc-5 caveats for avr.

2015-04-20 Thread Andi Kleen
Georg-Johann Lay writes: > +http://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html";>spec > file. > +If the compiler is used together with AVR-LibC, this requires at > +least GCC 5.2 and a version of AVR-LibC which implements Really 5.2? -Andi

[patch,wwwdocs] Add gcc-5 caveats for avr.

2015-04-20 Thread Georg-Johann Lay
Hi Gerald, this is the patch against GCC-5's release notes. Okay to install? Johann Index: gcc-5/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.109 diff -u -p -r1.109 changes.html ---