bugAVR C Runtime Library - Bugs: bug #10450, missing __volatile__ in CRC...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10450: missing __volatile__ in CRC functions core

Submitter:  Yann GOUY <yog>
Submitted:  Mon 20 Sep 2004 11:32:02 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  troth
Percent Complete:  0% Open/Closed:  Closed
Release:  None Fixed Release:  None

Mon 20 Sep 2004 05:54:03 PM UTC, comment #1: 

Fixed in HEAD and 1.0 branch.

Theodore A. Roth <troth>
Mon 20 Sep 2004 11:32:02 AM UTC, 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.

Yann GOUY <yog>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-20 troth StatusNone Fixed
    Open/ClosedOpen Closed
2004-09-20 troth Assigned toNone troth

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code