[EXT_EP-10927] Compiler aborts when pointer to member of struct is returned by a function and then the contents are copied. Created: 03/Oct/22 Updated: 01/Apr/24 Resolved: 15/Dec/22 |
|
Status: | Fixed |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | High |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | Code Generation Tools |
Internal ID: | CODEGEN-10525 |
Forum URL: | https://e2e.ti.com/e2eprivate/aptiv/aptiv_-_ep_automotive/f/adas-support-qna/1138347/383-25146-tidl-internal-error-of-c7x-compiler |
Found In Release: | C7000_3.0.0.STS |
Fix In Release: | MSP430_20.2.8.LTS* MSP430_21.6.2.LTS* C2000_22.6.1.LTS C6000_8.3.13 ARM_20.2.8.LTS* C6000_8.3.12 C7000_3.1.0.LTS PRU_2.3.4* C2000_21.6.2.LTS* |
Affected Platform/Device: | default |
Description |
The compiler may abort when a function returns a pointer to a struct member and then the pointer is dereferenced and used to copy the contents of that struct with a simple assignment statement. |