<div dir="ltr">Hi<div><br></div><div>Multiple targets (epiphany, m32c, and or1k as minimum) have a compile error at this point:</div><div><br></div><div><div>../../cpukit/../../../epiphany_sim/lib/include/rtems/score/basedefs.h:221:17: error: size of array 'rtems_static_assert_THREAD_QUEUE_SYSLOCK_QUEUE_NEXT_TICKET' is negative</div><div>     typedef int rtems_static_assert_ ## msg [(cond) ? 1 : -1]</div><div>                 ^</div><div>../../../../../../rtems/c/src/../../cpukit/score/src/threadq.c:27:1: note: in expansion of macro 'RTEMS_STATIC_ASSERT'</div></div><div><br></div><div>I suspect these are targets with an old GCC and this doesn't compile on those.</div><div><br></div><div>--joel</div></div>