Re: [4.8, testsuite] Correct backported fix to gcc.dg/vect/vect-33.c

2015-06-15 Thread Richard Biener
On June 15, 2015 9:58:33 PM GMT+02:00, Bill Schmidt wrote: >I just was reading the gcc mailing list and realized that changes to >4.8 >now require release manager approval. Adding Richard to the CC list >for >consideration. Thanks! OK. Richard. >Bill > >On Mon, 2015-06-15 at 14:54 -0500, Bil

Re: [4.8, testsuite] Correct backported fix to gcc.dg/vect/vect-33.c

2015-06-15 Thread Bill Schmidt
I just was reading the gcc mailing list and realized that changes to 4.8 now require release manager approval. Adding Richard to the CC list for consideration. Thanks! Bill On Mon, 2015-06-15 at 14:54 -0500, Bill Schmidt wrote: > Hi, > > When I backported support for unaligned vector load/stor

[4.8, testsuite] Correct backported fix to gcc.dg/vect/vect-33.c

2015-06-15 Thread Bill Schmidt
Hi, When I backported support for unaligned vector load/store operations on POWER8 to GCC 4.8, I fumbled the change for gcc.dg/vect/vect-33.c. One of the original tests was: /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */ which I modified to /* { dg-fin