pkarashchenko commented on pull request #5659:
URL: https://github.com/apache/incubator-nuttx/pull/5659#issuecomment-1056999840


   The first run is not too optimistic:
   ```
   stdlib/lib_strtold.c: In function 'strtold':
   stdlib/lib_strtold.c:137:7: internal compiler error: Illegal instruction
     137 |       number = number * 10.0L + (long double)(*p - '0');
         |       ^~~~~~
   stdlib/lib_strtof.c: In function 'strtof':
   stdlib/lib_strtof.c:139:7: internal compiler error: Illegal instruction
     139 |       number = number * 10.0F + (float)(*p - '0');
         |       ^~~~~~
   stdlib/lib_strtod.c: In function 'strtod':
   stdlib/lib_strtod.c:137:7: internal compiler error: Illegal instruction
     137 |       number = number * 10. + (*p - '0');
         |       ^~~~~~
   CC:  stdlib/lib_mkstemp.c
   0x1521b50 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, 
char const*, __va_list_tag (*) [1], diagnostic_t)
        ???:0
   0x15227d6 internal_error(char const*, ...)
        ???:0
   0xb7838f crash_signal(int)
        ???:0
   0x171b592 __gmpn_mul_basecase
        ???:0
   Please submit a full bug report,
   with preprocessed source if appropriate.
   Please include the complete backtrace with any bug report.
   See <https://bugs.linaro.org/> for instructions.
   CC:  stdlib/lib_mkdtemp.c
   0x1521b50 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, 
char const*, __va_list_tag (*) [1], diagnostic_t)
        ???:0
   0x15227d6 internal_error(char const*, ...)
        ???:0
   0xb7838f crash_signal(int)
        ???:0
   0x171b592 __gmpn_mul_basecase
        ???:0
   Please submit a full bug report,
   with preprocessed source if appropriate.
   Please include the complete backtrace with any bug report.
   See <https://bugs.linaro.org/> for instructions.
   make[1]: *** [Makefile:133: bin/lib_strtold.o] Error 1
   make[1]: *** Waiting for unfinished jobs....
   make[1]: *** [Makefile:133: bin/lib_strtod.o] Error 1
   0x1521b50 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, 
char const*, __va_list_tag (*) [1], diagnostic_t)
        ???:0
   0x15227d6 internal_error(char const*, ...)
        ???:0
   0xb7838f crash_signal(int)
        ???:0
   0x171b592 __gmpn_mul_basecase
        ???:0
   Please submit a full bug report,
   with preprocessed source if appropriate.
   Please include the complete backtrace with any bug report.
   See <https://bugs.linaro.org/> for instructions.
   make[1]: *** [Makefile:133: bin/lib_strtof.o] Error 1
   make[1]: Leaving directory 
'/home/pkarashchenko/nuttx-upstream/nuttx/libs/libc'
   ```


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to