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/26069] [4.1/4.2/4.3 Regression] Runtime endian-ness check is no longer optimized out.



------- Comment #24 from pinskia at gcc dot gnu dot org  2008-04-30 03:58 -------
Created an attachment (id=15551)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15551&action=view)
Patch for comment #11 on the tree level

This is the patch which I am testing for the testcase in comment #11 as
mentioned we don't use NOP_EXPR but instead VIEW_CONVERT_EXPR as
VIEW_CONVERT_EXPR can work on non gimple registers.


-- 


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


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