This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r119637 - in /trunk/gcc: ChangeLog config/spu/s...


Author: pinskia
Date: Thu Dec  7 23:40:46 2006
New Revision: 119637

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119637
Log:
2006-12-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config/spu/spu-c.c (spu_build_overload_builtin): Delete.
        (spu_resolve_overloaded_builtin): Check for non scalar instead
        of vector type and check the function call argument type also for non scalar.
        Call build_function_call instead of spu_build_overload_builtin.

2006-12-07  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.target/spu: New directory.
        * gcc.target/spu/spu.exp: New file.
        * gcc.target/spu/intrinsics-1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/spu/
    trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c
    trunk/gcc/testsuite/gcc.target/spu/spu.exp
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/spu/spu-c.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]