http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55213
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55213
--- Comment #4 from Joshua Conner 2012-11-29
22:17:50 UTC ---
I'm also seeing this same issue in libgfortran's matmul_r8.c, where the inner
loop has an aliasing check even though all of the pointer dereferences are via
restricted pointers.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55213
Joshua Conner changed:
What|Removed |Added
CC||josh.m.conner at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55213
--- Comment #2 from vincenzo Innocente
2012-11-05 13:28:51 UTC ---
reading PR49279 it seems to me that gcc should NOT emit runtime alias checks,
Instead I see
15: create runtime check for data references *_12 and *_9
15: create runtime
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55213
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Co