Sebastian Huber started a new discussion on 
cpukit/include/rtems/confdefs/inittask.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1208#note_148889

 >  
 >  #ifdef CONFIGURE_INIT
 >  
 > +/**
 > + * @brief Compile-time and runtime assertion that a pointer is not NULL.
 > + *
 > + * This macro validates that the given value is not NULL. If the value is
 > + * non-NULL, it is returned unchanged. Otherwise, a compile-time error is
 > + * triggered by using an invalid array bound.
 > + * 
 > + * When _value is a function symbol, the compiler proves that its address

the compiler may prove

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1208#note_148889
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to