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: [tree-ssa] Enhance statement checking & fix minor buglets


On Sat, Apr 03, 2004 at 06:16:00PM -0500, Diego Novillo wrote:
> I am not sure if teaching fold_stmt to fold &a - 24
> to &a[-3] would confuse other passes.  Richard?

No, they should not.  Array bounds are *going* to be negative in
fortran, since the user can declare any bounds they like.

I couldn't tell from your message what's breaking.


r~


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