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 #6 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-02-07 12:29:10 UTC ---
(In reply to comment #4)
> 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.

Is this fixable for the 4.6.0 release or would that be to invasive for stage 4?


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