https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264941
--- Comment #2 from [email protected] --- #if defined(STaTIc) # error "STaTIc ist definiert!" #endif # define STaTIc STaTIc int deg_87, flg_87; static long double const radtodeg= 57.295779513082320876798L; static long double const degtorad= 1.7453292519943295769e-2L; static float const zwei= 2.0f, vier= 4.0f; ------------------------------------------------------------------------------- above lines 43..51 ctop87l() ranges from lines 424..460. The end line is 1742. This is a function library with 59 functions and 41840 Bytes. ------------------------------------------------------------------- 404] Gcc -S asm87c.c # cc1 0.11 0.00 405] Gcc -c asm87c.c # cc1 0.09 0.01 asm87c.c: Assembler messages: asm87c.c:448: Error: symbol `CTPp' is already defined # as 0.01 0.00 406] Gcc -c -Os asm87c.c cc1: warning: '-fprefetch-loop-arrays' is not supported with '-Os' # cc1 0.10 0.01 # as 0.01 0.00 407] -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
