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

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

[avr-libc-dev] [bugs #10450] missing __volatile__ in CRC functions core


From: Theodore A. Roth
Subject: [avr-libc-dev] [bugs #10450] missing __volatile__ in CRC functions core
Date: Mon, 20 Sep 2004 14:00:32 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

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

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

Changes by: 
                Theodore A. Roth <address@hidden>
'Date: 
                Mon 09/20/04 at 17:54 (US/Pacific)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in HEAD and 1.0 branch.






/**************************************************************************/
[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: Mon 09/20/04 at 11:32

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


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.

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


-------------------------------------------------------
Date: Mon 09/20/04 at 17:54         By: Theodore A. Roth <troth>
Fixed in HEAD and 1.0 branch.












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/







reply via email to

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