Joel Sherrill created a merge request: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/506
Project:Branches: joel/rtems:fix-gcc14-tm27-errors to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill ## Summary bsps/powerpc/*/include/tm27.h: Correct IRQ installation structure The gen5200, mvme5500, and psim BSP families had an implementation of tm27.h which used stub functions with casts as null handlers to fill in the IRQ structure. The IRQ structure as also missing a field. The change was to use a set of appropriately signatured stub functions and correct the structure initialization. This code likely has produced warnings for a long time but with GCC 14, these warnings turned into errors. Closes #5266 <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/506 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs