This is the mail archive of the gcc-patches@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]

[AVR][4.3, 4.2] Fix target/29932


Hi.

  'mode' argument in "high_io_address_operand" and "low_io_address_operand"
predicates is used incorrectly. This patch adjust range in
"high_io_address_operand" 
and "low_io_address_operand" predicates.

  "io_address_operand" predicate is not used anywhere and removed.

  This patch also fix a typo "higth_io_address_operand" -->
"high_io_address_operand".

2007-04-08  Anatoly Sokolov <aesok@post.ru>

	PR target/29932
	* config/avr/predicates.md (io_address_operand): Delete predicate.
	(low_io_address_operand): Don't use 'mode' argument.
	(higth_io_address_operand): Rename ...
	(high_io_address_operand): ... to this. Don't use 'mode' argument.
	* config/avr/avr.md (*sbix_branch_tmp, *sbix_branch_tmp_bit7): Adjust
	for above change.

Anatoly.

Attachment: 29932.txt
Description: Text document


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