[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/5088] An 8-bit range checking overlaps a constant range greater
From: |
nickc at redhat dot com |
Subject: |
[Bug gas/5088] An 8-bit range checking overlaps a constant range greater than 8-bit |
Date: |
3 Oct 2007 14:27:05 -0000 |
------- Additional Comments From nickc at redhat dot com 2007-10-03 14:27
-------
Hi Jorma,
The test does indeed check a 9-bit range, but this is because the pm_xx8()
expressions shift their argument right by one. The avr_ldi_expression()
function could be tightened up to check an 8-bit range when not checking a
pm_xx8() expression, but I will leave that to the AVR maintainers to do, should
they decide that it is important.
Cheers
Nick
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
http://sourceware.org/bugzilla/show_bug.cgi?id=5088
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.