Re: New warning for expanded vector operations

2011-10-14 Thread Artem Shinkarov
On Thu, Oct 13, 2011 at 10:40 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Thu, Oct 13, 2011 at 10:23 AM, Richard Guenther richard.guent...@gmail.com wrote: On Thu, Oct 13, 2011 at 10:59 AM, Mike Stump mikest...@comcast.net wrote: On Oct 12, 2011, at 2:37 PM, Artem Shinkarov

Re: New warning for expanded vector operations

2011-10-14 Thread Richard Guenther
On Fri, Oct 14, 2011 at 3:42 PM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Thu, Oct 13, 2011 at 10:40 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Thu, Oct 13, 2011 at 10:23 AM, Richard Guenther richard.guent...@gmail.com wrote: On Thu, Oct 13, 2011 at 10:59 AM, Mike

Re: New warning for expanded vector operations

2011-10-13 Thread Mike Stump
On Oct 12, 2011, at 2:37 PM, Artem Shinkarov wrote: This patch fixed PR50704. gcc/testsuite: * gcc.target/i386/warn-vect-op-3.c: Exclude ia32 target. * gcc.target/i386/warn-vect-op-1.c: Ditto. * gcc.target/i386/warn-vect-op-2.c: Ditto. Ok for trunk? Ok. Is this x32

Re: New warning for expanded vector operations

2011-10-13 Thread Richard Guenther
On Thu, Oct 13, 2011 at 10:59 AM, Mike Stump mikest...@comcast.net wrote: On Oct 12, 2011, at 2:37 PM, Artem Shinkarov wrote: This patch fixed PR50704. gcc/testsuite:        * gcc.target/i386/warn-vect-op-3.c: Exclude ia32 target.        * gcc.target/i386/warn-vect-op-1.c: Ditto.        *

Re: New warning for expanded vector operations

2011-10-13 Thread Artem Shinkarov
On Thu, Oct 13, 2011 at 10:23 AM, Richard Guenther richard.guent...@gmail.com wrote: On Thu, Oct 13, 2011 at 10:59 AM, Mike Stump mikest...@comcast.net wrote: On Oct 12, 2011, at 2:37 PM, Artem Shinkarov wrote: This patch fixed PR50704. gcc/testsuite:        *

Re: New warning for expanded vector operations

2011-10-12 Thread H.J. Lu
On Tue, Oct 11, 2011 at 9:11 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: Committed with the revision 179807. This caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50704 -- H.J.

Re: New warning for expanded vector operations

2011-10-12 Thread Artem Shinkarov
This patch fixed PR50704. gcc/testsuite: * gcc.target/i386/warn-vect-op-3.c: Exclude ia32 target. * gcc.target/i386/warn-vect-op-1.c: Ditto. * gcc.target/i386/warn-vect-op-2.c: Ditto. Ok for trunk? Artem. On Wed, Oct 12, 2011 at 4:40 PM, H.J. Lu hjl.to...@gmail.com

Re: New warning for expanded vector operations

2011-10-11 Thread Richard Guenther
On Mon, Oct 10, 2011 at 3:21 PM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Mon, Oct 10, 2011 at 12:02 PM, Richard Guenther richard.guent...@gmail.com wrote: On Fri, Oct 7, 2011 at 9:44 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Fri, Oct 7, 2011 at 6:22 AM, Artem

Re: New warning for expanded vector operations

2011-10-11 Thread Artem Shinkarov
On Tue, Oct 11, 2011 at 11:52 AM, Richard Guenther richard.guent...@gmail.com wrote: On Mon, Oct 10, 2011 at 3:21 PM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Mon, Oct 10, 2011 at 12:02 PM, Richard Guenther richard.guent...@gmail.com wrote: On Fri, Oct 7, 2011 at 9:44 AM, Artem

Re: New warning for expanded vector operations

2011-10-10 Thread Richard Guenther
On Fri, Oct 7, 2011 at 9:44 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Fri, Oct 7, 2011 at 6:22 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Wed, Oct 5, 2011 at 12:35 PM, Richard Guenther richard.guent...@gmail.com wrote: On Wed, Oct 5, 2011 at 1:28 PM, Artem

Re: New warning for expanded vector operations

2011-10-10 Thread Artem Shinkarov
On Mon, Oct 10, 2011 at 12:02 PM, Richard Guenther richard.guent...@gmail.com wrote: On Fri, Oct 7, 2011 at 9:44 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Fri, Oct 7, 2011 at 6:22 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Wed, Oct 5, 2011 at 12:35 PM, Richard

Re: New warning for expanded vector operations

2011-10-07 Thread Artem Shinkarov
On Fri, Oct 7, 2011 at 6:22 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Wed, Oct 5, 2011 at 12:35 PM, Richard Guenther richard.guent...@gmail.com wrote: On Wed, Oct 5, 2011 at 1:28 PM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Wed, Oct 5, 2011 at 9:40 AM, Richard

Re: New warning for expanded vector operations

2011-10-06 Thread Artem Shinkarov
On Wed, Oct 5, 2011 at 12:35 PM, Richard Guenther richard.guent...@gmail.com wrote: On Wed, Oct 5, 2011 at 1:28 PM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Wed, Oct 5, 2011 at 9:40 AM, Richard Guenther richard.guent...@gmail.com wrote: On Wed, Oct 5, 2011 at 12:18 AM, Artem

Re: New warning for expanded vector operations

2011-10-05 Thread Richard Guenther
On Wed, Oct 5, 2011 at 12:18 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: Hi Here is a patch to inform a programmer about the expanded vector operation. Bootstrapped on x86-unknown-linux-gnu. ChangeLog:        * gcc/tree-vect-generic.c (expand_vector_piecewise): Adjust to        

Re: New warning for expanded vector operations

2011-10-05 Thread Richard Guenther
On Wed, Oct 5, 2011 at 1:28 PM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: On Wed, Oct 5, 2011 at 9:40 AM, Richard Guenther richard.guent...@gmail.com wrote: On Wed, Oct 5, 2011 at 12:18 AM, Artem Shinkarov artyom.shinkar...@gmail.com wrote: Hi Here is a patch to inform a programmer

New warning for expanded vector operations

2011-10-04 Thread Artem Shinkarov
Hi Here is a patch to inform a programmer about the expanded vector operation. Bootstrapped on x86-unknown-linux-gnu. ChangeLog: * gcc/tree-vect-generic.c (expand_vector_piecewise): Adjust to produce the warning. (expand_vector_parallel): Adjust to produce the