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
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
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