mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
The RTEMS_UNREACHABLE() is a hint to the compiler that this code location is unreachable. The compiler may use this information to optimize the code. If a test case fails and we reach this code location, then unpredictable things may happen making the test case debugging more difficult than necessary.