]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/11369 (too relaxed checking with -Wstrict-prototypes)
authorJan Hubicka <jh@suse.cz>
Sat, 23 Aug 2003 21:18:58 +0000 (23:18 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 23 Aug 2003 21:18:58 +0000 (21:18 +0000)
commitebe75517d4ffdb7045a607c6c5426306dbf662ee
treeef23e0b47fa47061a7aed684f7759a059e614a6f
parent066ec9c97beec87ae5763b7cd541d3302f81ebce
re PR c/11369 (too relaxed checking with -Wstrict-prototypes)

PR target/11369
* i386.c (ix86_expand_carry_flag_compare): Validate operand.

PR target/11031
* i386.c (const_0_to_3_operand, const_0_to_7_operand,
const_0_to_15_operand, const_0_to_255_operand): New predicates.
* i386.h (PREDICATE_CODES): Add these.
* i386.c (pinsrw and pextrw patterns): Use them.

PR target/10984
* i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.

PR target/8869
* expr.c (convert_modes): Deal properly with integer to vector
constant conversion.

PR target/8871
* i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.

From-SVN: r70751
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/expr.c