ID |
Summary |
State |
Reported In Release |
Target Release |
Workaround |
Release Notes |
SDSCM00052791 |
A combination of volatile accesses of __R30 and function calls is incorrectly scheduled |
Open |
PRU_2.1.1 |
|
|
|
SDSCM00050131 |
Local struct with non-constant initializer treated as static scope variable |
Accepted |
PRU_2.1.0 |
|
|
|
SDSCM00046695 |
FP rounding error, 1 ULP makes P70590.c fail |
Accepted |
PRU_2.1.0 |
|
|
|
SDSCM00046114 |
C6000 RTS float arithmetic functions do not round correctly |
Open |
PRU_2.1.0 |
|
|
|
SDSCM00040934 |
Structure is not initialized correctly when using -o2 or -o3 optimization |
Accepted |
PRU_2.1.0 |
|
The initialization will have to be done at run-time, through a __sti initialization routine. You can see this routine when compiling without optimization. To workaround the compiler removing this initialization routine, initialize the object at the beginning of main:
Info2.mSize = ((unsigned)_end_isr_stack - (unsigned)_start_isr_stack);
|
|
SDSCM00018691 |
Linker gives misleading warning when dot expressions used in SECTION directive for .stack section |
Accepted |
PRU_2.1.0 |
|
|
|
SDSCM00014430 |
calloc doesn't check arguments to make sure the requested size is reasonable |
Accepted |
PRU_2.1.0 |
|
|
|
SDSCM00008543 |
Forward reference in .space generates an internal error |
Accepted |
PRU_2.1.0 |
|
none
|
|