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/47048] misc vect.exp failures with -fgraphite-identity enabled at -O2.


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

--- Comment #4 from Sebastian Pop <spop at gcc dot gnu.org> 2011-02-01 23:32:20 UTC ---
More specifically, the code that is now confused by the (int) cast is:

  dr_analyze_innermost (dr);
  dr_analyze_indices (dr, nest, loop);

in create_data_ref.


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