[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-12-21 Thread mikpe at it dot uu dot se
--- Comment #11 from mikpe at it dot uu dot se 2009-12-21 11:55 --- (In reply to comment #10) Fixed. You forgot to add the test case in the 4.4 backport. -- mikpe at it dot uu dot se changed: What|Removed |Added

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-12-11 Thread ramana at gcc dot gnu dot org
--- Comment #9 from ramana at gcc dot gnu dot org 2009-12-11 11:54 --- Subject: Bug 41196 Author: ramana Date: Fri Dec 11 11:53:46 2009 New Revision: 155158 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=155158 Log: Fix target/41196 2009-12-11 Ramana Radhakrishnan

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-12-11 Thread ramana at gcc dot gnu dot org
--- Comment #10 from ramana at gcc dot gnu dot org 2009-12-11 11:54 --- Fixed. -- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-19 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-10-19 14:08 --- 4.4 branch is again open for bugfixes... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41196

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread ramana at gcc dot gnu dot org
--- Comment #6 from ramana at gcc dot gnu dot org 2009-10-15 08:19 --- (In reply to comment #5) Committed since approved in http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00906.html This needs to be backported to 4.4 branch after the 4.4.2 release because the original bug report came

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread dgutson at codesourcery dot com
--- Comment #7 from dgutson at codesourcery dot com 2009-10-15 12:33 --- Subject: Re: The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only] ramana at gcc dot gnu dot org wrote: --- Comment #6 from ramana at gcc dot gnu dot org 2009-10-15

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code [4.4 only]

2009-10-15 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41196

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code

2009-10-14 Thread dgutson at gcc dot gnu dot org
--- Comment #5 from dgutson at gcc dot gnu dot org 2009-10-14 19:20 --- Committed since approved in http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00906.html -- dgutson at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code

2009-09-25 Thread dgutson at gcc dot gnu dot org
--- Comment #3 from dgutson at gcc dot gnu dot org 2009-09-25 21:28 --- Created an attachment (id=18651) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18651action=view) Proposed fix The attached patch attempts to solve the issue, by augmenting the range check in order to match 0

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code

2009-09-25 Thread dgutson at gcc dot gnu dot org
--- Comment #4 from dgutson at gcc dot gnu dot org 2009-09-25 21:35 --- I forgot the ChangeLog: gcc/ * config/arm/neon.md (neon_vshll_nmode): Checking Bounds fixed. gcc/testsuite/ * gcc.target/arm/neon/vfp-shift-a2t2.c: New test case. --

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code

2009-09-04 Thread dgutson at gcc dot gnu dot org
-- dgutson at gcc dot gnu dot org changed: What|Removed |Added CC|dgutson at codesourcery dot | |com |

[Bug target/41196] The use of ARM NEON vshll_n_u8 intrinsic results in compile error on valid code

2009-09-03 Thread dgutson at codesourcery dot com
--- Comment #2 from dgutson at codesourcery dot com 2009-09-04 01:10 --- I'm working on this now, and will post a fix tomorrow. Please assign this bug to me, since seems I don't have permissions enough to do that myself. Thanks, Daniel. --