[Bug tree-optimization/57579] Problem with vectorization

2013-06-11 Thread federico.carminati at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57579 --- Comment #3 from Federico Carminati --- Hello Richard, thanks a lot!! I would have never figured this out by myself. However let me repeat my question, is there a place where this can be learnt without relying on kind (and knowledgeable) sou

[Bug c++/57579] New: Problem with vectorization

2013-06-10 Thread federico.carminati at cern dot ch
: unassigned at gcc dot gnu.org Reporter: federico.carminati at cern dot ch Good evening, all my apologises if this is a stupid question, however I have a terribly simple loop include typedef struct { double x,y,z; double dummy; } P; void foo(const P * __restrict__ points