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/16306] [4.0/4.1 Regression] restrict and copying pointers problem



------- Comment #3 from steven at gcc dot gnu dot org  2005-10-12 20:58 -------
The patch mentioned in #2 is not sufficient anymore.  copy propagation and VRP
also propagate copies of this kind.  And may_propagate_copy is not used in most
places, and even when it _is_ used, it doesn't help because it allows this kind
of copies to be performed.


-- 


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


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