avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bugs #8649] sfr_defs.h: missed _SFR_BYTE() in bit_is_set


From: Theodore A. Roth
Subject: [avr-libc-dev] [bugs #8649] sfr_defs.h: missed _SFR_BYTE() in bit_is_set/clear
Date: Thu, 22 Apr 2004 13:46:21 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

This mail is an automated notification from the bugs tracker
 of the project: AVR C Runtime Library.

/**************************************************************************/
[bugs #8649] Latest Modifications:

Changes by: 
                Theodore A. Roth <address@hidden>
'Date: 
                Thu 04/22/04 at 17:46 (US/Pacific)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | troth
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
A fix has been committed to head and 1.0 branch.

Thanks for reporting the problem.






/**************************************************************************/
[bugs #8649] Full Item Snapshot:

URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8649>
Project: AVR C Runtime Library
Submitted by: 0
On: Thu 04/22/04 at 04:10

Category:  Header
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Assigned to:  troth
Originator Email:  address@hidden
Status:  Closed


Summary:  sfr_defs.h: missed _SFR_BYTE() in bit_is_set/clear

Original Submission:  Now, in compatible mode (_SFR_ASM_COMPAT), macroses
bit_is_set/clear are preprocessing to a constant expression,
which is deleting by the compiler without any notification.

It is necessary to use `_SFR_BYTE(sfr)' in the body of macroses above.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 04/22/04 at 17:46         By: troth
A fix has been committed to head and 1.0 branch.

Thanks for reporting the problem.












For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=8649>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]