yf13

Results 53 comments of yf13
trafficstars

@acassis I am wondering that is [this GCC 12 issue](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104657), just pushed a version using $progma to see if it can be fixed. Please teach if there are better fixes.

> @yf13 adding #pragma in the generic code is not a good idea, maybe you can try to fix the structure to avoid the issue, please see here: [micropython/micropython#7064](https://github.com/micropython/micropython/issues/7064) @acassis...

@acassis, @xiaoxiang781216 and @anchao, the issues have been fixed, please review when free.

Seems CI system is having similar issue like [here](https://github.com/apache/nuttx/pull/12361#issuecomment-2116099462)

@xiaoxiang781216 I removed `volatile uintptr_t` usage in `nx_start.c` and the `out-bounds` warnings come back for `sim/sotest` as per the [CI log from Linux(sim-02)](https://github.com/apache/nuttx/actions/runs/9136422466/job/25125242332). Please let me know if there are...

@xiaoxiang781216 thanks, I did that way before but stopped to reduce number of changing lines. now let's go back to avoid warnings. Is the CI system still broken? This [Linux(sim-02)...

@xiangxiang781216 not sure if CI checks are back to normal? I saw issues with some LTP tests thus checked them with local build: ``` nsh> time ltp_behavior_WIFEXITED_1_1 Test PASSED 5.0100...

@xiaoxiang781216 now the remaining issues are in [this log](https://github.com/apache/nuttx/actions/runs/9173629303/job/25222879619): ``` Configuration/Tool: rv-virt/citest64 usrsocktest_basic_connect.c: In function 'teardown': Error: usrsocktest_basic_connect.c:112:7: error: variable 'ret' set but not used [-Werror=unused-but-set-variable] ``` and ``` Configuration/Tool:...

Removed temporary fixes from this patch

@xiaoxiang781216 it looks that the LTP timeouts in `sim/citest` still happens, so I disabled them again to see if there are remaining issues. Then a few CI attempts failed due...