This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/24851] [4.1 Regression] f2c miscompilation



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]