[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] [bugs #10450] missing __volatile__ in CRC functions core
From: |
Yann GOUY |
Subject: |
[avr-libc-dev] [bugs #10450] missing __volatile__ in CRC functions core |
Date: |
Mon, 20 Sep 2004 07:38:20 -0400 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) |
This mail is an automated notification from the bugs tracker
of the project: AVR C Runtime Library.
/**************************************************************************/
[bugs #10450] Full Item Snapshot:
URL: <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10450>
Project: AVR C Runtime Library
Submitted by: Yann GOUY
On: lun 20.09.2004 at 11:32
Category: Header
Severity: 5 - Average
Item Group: None
Resolution: None
Privacy: Public
Assigned to: None
Originator Email: address@hidden
Status: Open
Summary: missing __volatile__ in CRC functions core
Original Submission: in <avr/crc16.h>, the cores of the CRC functions use
inline assembly language.
the "keyword" __asm__ shall be followed by __volatile__ else compiling those
functions with "-Os -mcall-prologues" completly suppress the assembly
intructions.
For detailed info, follow this link:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10450>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [avr-libc-dev] [bugs #10450] missing __volatile__ in CRC functions core,
Yann GOUY <=