genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.03k stars 249 forks source link

tool_chain: fix GCC internal compiler error #5153

Closed cproc closed 1 month ago

cproc commented 1 month ago

Fix an internal compiler error which occurred when building some Genode components with -O0 [1].

[1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109804

cproc commented 1 month ago

Fixed by 392bee5. GCC needs to be rebuilt with the tool/tool_chain script to apply the fix.