This is the mail archive of the gcc-patches@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: [patch] for PR 18316 (updated)



On Apr 22, 2005, at 5:47 PM, Zdenek Dvorak wrote:



iv + &a[x + y + 8] - &a[x + y]


and expect fold to take care of turning this to

iv + 8 * sizeof(*a)

I filed PR 21082 for this after seeing it in mgrid already.


-- Pinski


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