This is the mail archive of the gcc@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]

Re: [RFH] Folding of &a[-1]



On Feb 16, 2005, at 10:49 AM, Theodore Papadopoulo wrote:


Then, I must add that I do not know much about the compiler's
internals...

If a[-1] os converted to a[(unsigned)-1], this is fine iff unsigned is the same size as pointers.

-- Pinski


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