You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /tmp/propgcc/gcc/gcc/cp/except.c:912:0:
cfns.gperf: At top level:
cfns.gperf:101:1: error: ‘gnu_inline’ attribute present on ‘libc_name_p’
cfns.gperf:26:14: error: but not here
In file included from /tmp/propgcc/gcc/gcc/cp/except.c:27:0:
/tmp/propgcc/gcc/gcc/cp/except.c: In function ‘nothrow_spec_p’:
/tmp/propgcc/gcc/gcc/system.h:636:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
Luckily this has been a similar issue in the past and has been resolved. Here is an example from Dragonfly BSD: DragonFlyBSD/DPorts#136
When compiling I noticed this error:
Luckily this has been a similar issue in the past and has been resolved. Here is an example from Dragonfly BSD:
DragonFlyBSD/DPorts#136
The patch itself is:
The text was updated successfully, but these errors were encountered: