diff options
author | Sa Liu <saliu@gcc.gnu.org> | 2008-02-08 12:47:50 +0000 |
---|---|---|
committer | Sa Liu <saliu@gcc.gnu.org> | 2008-02-08 12:47:50 +0000 |
commit | 069c47eef5efbf8843767f741c1f74b4900861bb (patch) | |
tree | 12d23c46e2fd2c3fec9a61da65aab33b77cd4b33 /gcc | |
parent | 6ec6b7f23ca7002014a98af4cd43ca62ccf52491 (diff) | |
download | gcc-069c47eef5efbf8843767f741c1f74b4900861bb.zip gcc-069c47eef5efbf8843767f741c1f74b4900861bb.tar.gz gcc-069c47eef5efbf8843767f741c1f74b4900861bb.tar.bz2 |
Fixed wrong parameter type in spu intrinsics spu_convts, spu_convtu, spu_convtf.
From-SVN: r132185
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c60e891..100dd52 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-02-08 Sa Liu <saliu@de.ibm.com> + + * config/spu/spu-builtins.def: Fixed wrong parameter type in spu + intrinsics spu_convts, spu_convtu, spu_convtf. + * testsuite/gcc.target/spu/intrinsics-3.c: New. Test error messages. + 2008-02-08 Hans-Peter Nilsson <hp@axis.com> * doc/extend.texi (Function Attributes) <noinline>: Mention |