--- Comment #8 from hjl dot tools at gmail dot com 2008-03-27 19:38 ---
The patch for PR 32000:
http://gcc.gnu.org/ml/gcc-patches/2008-03/msg01632.html
is another approach to handle unaligned SSE load/store.
--
hjl dot tools at gmail dot com changed:
What|Removed
--- Comment #7 from uros at gcc dot gnu dot org 2007-05-26 21:35 ---
Subject: Bug 32065
Author: uros
Date: Sat May 26 21:35:41 2007
New Revision: 125102
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125102
Log:
PR target/32065
* config/i386/i386.md (movti): Hand
--- Comment #6 from ubizjak at gmail dot com 2007-05-26 09:06 ---
(In reply to comment #5)
> Is this related to 31741 ?
Yes. All dfp tests should pass now.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32065
--- Comment #5 from rob1weld at aol dot com 2007-05-26 05:28 ---
Is this related to 31741 ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32065
--- Comment #4 from ubizjak at gmail dot com 2007-05-25 22:39 ---
Fixed on mainline.
--
ubizjak at gmail dot com changed:
What|Removed |Added
Status|NEW
--- Comment #3 from uros at gcc dot gnu dot org 2007-05-25 22:36 ---
Subject: Bug 32065
Author: uros
Date: Fri May 25 22:36:10 2007
New Revision: 125077
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125077
Log:
PR target/32065
* target/i386/i386.c (ix86_expand_v
--- Comment #2 from ubizjak at gmail dot com 2007-05-25 14:53 ---
Patch at http://gcc.gnu.org/ml/gcc-patches/2007-05/msg01716.html
--
ubizjak at gmail dot com changed:
What|Removed |Added
--- Comment #1 from ubizjak at gmail dot com 2007-05-24 09:05 ---
Rediced testcase (the constant is not important):
_Decimal128 test (void)
{
return 1234123412341234.123412341234dl;
}
gcc -O2 -msse
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32065