This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/22076] Strange code for MMX register moves
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2005 12:56:55 -0000
- Subject: [Bug target/22076] Strange code for MMX register moves
- References: <20050615123954.22076.uros@kss-loka.si>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From falk at debian dot org 2005-06-15 12:56 -------
(In reply to comment #0)
> This testcase:
> #include <mmintrin.h>
>
> __m64 test() {
> __m64 a;
>
> return a;
> }
Well, this is invalid code, so it's not really important what the code
looks like. If it also occurs in valid code, it might be related to PR 7061.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22076