[Bug tree-optimization/67666] single restrict pointer in struct looses restrict

2015-09-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67666 --- Comment #4 from vries at gcc dot gnu.org --- Author: vries Date: Tue Sep 22 08:15:32 2015 New Revision: 227996 URL: https://gcc.gnu.org/viewcvs?rev=227996&root=gcc&view=rev Log: Handle single restrict pointer in struct in create_variable_info

[Bug tree-optimization/67666] single restrict pointer in struct looses restrict

2015-09-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67666 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug tree-optimization/67666] single restrict pointer in struct looses restrict

2015-09-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67666 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #3 from vrie

[Bug tree-optimization/67666] single restrict pointer in struct looses restrict

2015-09-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67666 --- Comment #2 from Richard Biener --- Looks good to me. The other possibility is to init ->only_restrict_pointers from the single entry.

[Bug tree-optimization/67666] single restrict pointer in struct looses restrict

2015-09-21 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67666 --- Comment #1 from vries at gcc dot gnu.org --- Created attachment 36360 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36360&action=edit Tentative patch