[Bug tree-optimization/46863] [4.6 Regression] Bogus memmove folding (?)

2010-12-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46863 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/46863] [4.6 Regression] Bogus memmove folding (?)

2010-12-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46863 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2010-12-09 22:14:48 UTC --- This really does look like a glibc bug rather than a GCC one. The Restrict usage there I really think is an invalid use of it.