[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2013-04-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2012-11-04 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 --- Comment #5 from Mikael Pettersson 2012-11-04 21:24:44 UTC --- I can confirm the bug with gcc-4.6.3 and the fixed test case. However, the bug has since been fixed on 4.6 branch in r187763, the fix for PR52407. The test cases for these

[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2012-11-04 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 --- Comment #4 from Mathias Gaunard 2012-11-04 18:01:27 UTC --- Sorry, I edited the file in between and ended up uploading the wrong test case. Below is the result on my machine with the fixed testcase. $ gcc --version gcc (Ubuntu/Lin

[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2012-11-04 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 Mathias Gaunard changed: What|Removed |Added Attachment #28600|0 |1 is obsolete|

[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2012-11-04 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 --- Comment #2 from Mikael Pettersson 2012-11-04 14:13:58 UTC --- I can't reproduce the error with vanilla gcc-4.6.3 on x86_64-linux.

[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2012-11-02 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 --- Comment #1 from Mathias Gaunard 2012-11-03 00:29:47 UTC --- Problem seems to occur with i686 as well but only if SSE2 is enabled (you'll need to replace 'long' by 'long long' for this in the testcase)

[Bug target/55184] [4.6 Regression] Invalid codegen with vectors and casts

2012-11-02 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184 Andrew Pinski changed: What|Removed |Added Known to work||4.4.0, 4.5.0, 4.7.0 Target Mil