This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Error: unknown pseudo-op: `.lbe12'
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 9 Apr 2003 11:48:01 +0200 (CEST)
- Subject: Error: unknown pseudo-op: `.lbe12'
Hi!
with g++-3.3 (GCC) 3.3 20030402 (prerelease) I'm getting the following
error from the assembler:
/tmp/ccBLoqKy.s: Assembler messages:
/tmp/ccBLoqKy.s:420588: Error: unknown pseudo-op: `.lbe12'
/tmp/ccBLoqKy.s:420588: Warning: rest of line ignored; first ignored
character is ` '
make: *** [tramp3d.o] Error 1
Any idea what this is (no inline asm) and how to track it down?
Comes from compiling a C++ program, -O2 -g -march=athlon -funroll-loops.
This happens, if I use the math.h M_PI macro(?), if replacing these
occourances with 3.141 the bug does not occour.
Building todays CVS now.
Thanks, Richard.
--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/