This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]