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 tree-optimization/52760] Revision 185599 causes miscompare on sphinx3


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-29 10:34:54 UTC ---
Hmm, but that means the shift count should be promoted/demoted at another
place, not here.  Because this place is not supposed to handle
promotion/demotion
but conversion of tcc_constant things that have a mode that the vectorizer
assigned a vector type to with differing component type.


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