bugAVR C Runtime Library - Bugs: bug #14224, _delay_ms() not inlining if called...

 
 

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

bug #14224: _delay_ms() not inlining if called more than once in a unit

Submitter:  None
Submitted:  Fri 19 Aug 2005 07:15:27 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  joerg_wunsch
Percent Complete:  0% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  None
Fixed Release:  None

Fri 19 Aug 2005 07:15:27 AM UTC, original submission:  

Without the "always_inline" attribute, _delay_ms() will not be inlined at -Os optimisation level if used more than once in a single source file, and will then cause floating point code to be linked in.

Anonymous

 

(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 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-06 joerg_wunsch StatusNone Fixed
    Assigned toNone joerg_wunsch
    Open/ClosedOpen Closed
2005-08-19 None Carbon-Copy- Added cmaloney --AT-- cardgate --DOT-- net

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code