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/23094] store ccp, or store copy prop misses an optimization


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

--- Comment #15 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-07-06 10:06:08 UTC ---
Testcase from PR53870:

int f(int *a, int *b)
{
  *a = *b;
  return *b;
}


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