jerpelea opened a new pull request, #19637:
URL: https://github.com/apache/nuttx/pull/19637

   ## Summary
   
   Building the hello_d example with LDC ImportC fails because ImportC does not 
correctly handle direct __uint128_t C-style casts such as (__uint128_t)a and 
(__uint128_t)1.
   
   Replace the direct casts with equivalent typed temporaries, preserving the 
existing behavior while allowing hello_d to build successfully with LDC ImportC.
   
   Verified on sim:nsh with CONFIG_EXAMPLES_HELLO_D=y:
   
     nsh> hello_d
     Hello World, [skylake]!
     DHelloWorld.HelloWorld: Hello, World!!
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to