http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55184
Mathias Gaunard changed:
What|Removed |Added
Attachment #28600|0 |1
is obsolete|
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.
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)
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