Date: Tue, 28 Jun 2022 21:55:50 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 264941] lang/gcc9 and optimize options and inline-assembler and pointer assignment Message-ID: <bug-264941-29464-lCJf32xk5A@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264941-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-264941-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264941 --- Comment #2 from var@schellong.biz --- #if defined(STaTIc) # error "STaTIc ist definiert!" #endif # define STaTIc=20=20 STaTIc int deg_87, flg_87; static long double const radtodeg=3D 57.295779513082320876798L; static long double const degtorad=3D 1.7453292519943295769e-2L; static float const zwei=3D 2.0f, vier=3D 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] --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264941-29464-lCJf32xk5A>