Matteo Concas commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5505#note_143957 I have also ran into multiple issues in the testsuite when building it with latest GCC: - spglobalcon01: ``` ../../../testsuites/sptests/spglobalcon01/init.cc: In constructor 'A::A()': ../../../testsuites/sptests/spglobalcon01/init.cc:40:9: error: '++' expression of 'volatile'-qualified type is deprecated [-Werror=volatile] 40 | ++i; | ^ cc1plus: all warnings being treated as errors ``` - mp10: ``` ../../../testsuites/mptests/mp10/task3.c: In function 'Test_task3': ../../../testsuites/mptests/mp10/task3.c:43:12: error: old-style function definition [-Werror=old-style-definition] 43 | rtems_task Test_task3( restart ) | ^~~~~~~~~~ cc1: all warnings being treated as errors `` -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5505#note_143957 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
