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/20188] [4.0 Regression] asm and memory operands does not add a V_MAY_DEF


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-25 03:30 -------
(In reply to comment #9)
> But I should note that this seems to violate aliasing rules but that should not matter for -fno-strict-
> aliasing.  Someone should tell glibc if this turns out being violating aliasing rules because it shows up 
> for memcpy.
Well in this case we are not violating aliasing rules because we can access via char just fine.

-- 


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


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