https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264941
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dimitry Andric <[email protected]> --- (In reply to var from comment #0) Are you sure this even compiles? `STaTIc` is invalid syntax, and `radtodeg` is not defined. So I get: % gcc -O2 -S bug264941.c bug264941.c: In function 'ctop87l': bug264941.c:33:46: error: 'radtodeg' undeclared (first use in this function) 33 | : [x]"m"(x), [y]"m"(y), [rtd]"m"(radtodeg) | ^~~~~~~~ bug264941.c:33:46: note: each undeclared identifier is reported only once for each function it appears in In any case, try compiling this with a newer gcc first. For example, gcc 12 from ports. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
