------- Comment #15 from ian at airs dot com  2005-11-16 01:09 -------
Does it bother us that legal ISO C programs are not permitted to say &a[-1]? 
You are permitted to take the address of the element immediately after the
array, but you aren't permitted to take the address of the element before the
array.

I suppose we should generally try to avoid breaking existing code, though.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24851

Reply via email to