[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: |
anonymous |
Subject: |
[avr-libc-dev] [bugs #8649] sfr_defs.h: missed _SFR_BYTE() in bit_is_set/clear |
Date: |
Thu, 22 Apr 2004 00:10:09 -0400 |
User-agent: |
|
This mail is an automated notification from the bugs tracker
of the project: AVR C Runtime Library.
/**************************************************************************/
[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 00:10
Category: Header
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Originator Email: address@hidden
Status: Open
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.
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/
- [avr-libc-dev] [bugs #8649] sfr_defs.h: missed _SFR_BYTE() in bit_is_set/clear,
anonymous <=