Re: [Patch,AVR]: Fix PR56263

2013-03-12 Thread Jakub Jelinek
On Mon, Mar 11, 2013 at 07:03:14PM +0100, Georg-Johann Lay wrote: > PR target/56263 > * doc/invoke.texi (AVR Options): Document it. This change broke building of info doc everywhere: ../../gcc/doc//invoke.texi:11652: @item found outside of an insertion block. makeinfo: Removing output

Re: [Patch,AVR]: Fix PR56263

2013-03-12 Thread Denis Chertykov
2013/3/11 Georg-Johann Lay : > This patch implements a new warning option -Waddr-space-convert warns about > conversions to a non-containing address space. > > Address spaces are implemented in such a way that each address space is > contained in each other space so that casting is possible, e.g. i

[Patch,AVR]: Fix PR56263

2013-03-11 Thread Georg-Johann Lay
This patch implements a new warning option -Waddr-space-convert warns about conversions to a non-containing address space. Address spaces are implemented in such a way that each address space is contained in each other space so that casting is possible, e.g. in code like char read_c (bool in_flas