aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/simd-2.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-22re PR c/30949 ("incompatible pointer type" warning does not point to ↵Manuel López-Ibáñez1-3/+3
declaration) 2008-10-22 Manuel López-Ibáñez <manu@gcc.gnu.org> PR c/30949 * c-typeck.c (convert_for_assignment): Do not give declaration's location for builtins. Spell out which type was expected and which was given. testsuite/ * gcc.target/i386/sse-vect-types.c: Update. * gcc.dg/simd-5.c: Update. * gcc.dg/assign-warn-2.c: Update. * gcc.dg/simd-2.c: Update. * gcc.dg/simd-6.c: Update. * gcc.dg/assign-warn-1.c: Update. * gcc.dg/dfp/composite-type.c: Update. * gcc.dg/simd-1.c: Update. * gcc.dg/pr36997.c: Update. From-SVN: r141298
2005-06-15c-common.h (same_scalar_type_ignoring_signedness): Protoize.Aldy Hernandez1-7/+6
* c-common.h (same_scalar_type_ignoring_signedness): Protoize. * c-common.c (same_scalar_type_ignoring_signedness): New. * c-typeck.c (build_binary_op): Check compatability of vector types. Move error report after switch. Do not clobber code[01] on *_DIV_EXPR case. * testsuite/gcc.dg/simd-1.c: Update error messages. * testsuite/gcc.dg/simd-1b.c: Re-enable tests. Update error messages. * testsuite/gcc.dg/simd-2.c: Update error messages. * testsuite/gcc.dg/simd-4.c: New. From-SVN: r100976
2004-07-09c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes permissible ↵Jan Beulich1-0/+55
for unary plus. * c-typeck.c (build_unary_op): include VECTOR_TYPE in set of codes permissible for unary plus. From-SVN: r84417