This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/1594: Invalid .stabs/.stabn directive
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/1594: Invalid .stabs/.stabn directive
- From: manz at intes dot de
- Date: 9 Jan 2001 15:40:51 -0000
- Reply-To: manz at intes dot de
>Number: 1594
>Category: c++
>Synopsis: Invalid .stabs/.stabn directive
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jan 09 07:46:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: manz@intes.de
>Release: gcc-snapshort 08-01-2001
>Organization:
>Environment:
COMPQA OSF 5.1
>Description:
While trying to compile the current snapshot of gcc for a
COMPAQ ES40 (ALPHA, EV67 Processor)
bash-2.04# uname -a
OSF1 dec-3 V5.1 732 alpha
I get the following error:
./xgcc -B./ -B/usr/local/alphaev67-dec-osf5.1/bin/ -isystem /usr/local/alphaev67-dec-osf5.1/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/work1/root/gcc-20010108/gcc -I/work1/root/gcc-20010108/gcc/. -I/work1/root/gcc-20010108/gcc/config -I/work1/root/gcc-20010108/gcc/../include -DUSE_COLLECT2 -DL_clz -c /work1/root/gcc-20010108/gcc/libgcc2.c -o libgcc/./_clz.o
mips-tfile, /tmp/ccCBeRBZ.s:8 Invalid .stabs/.stabn directive, value not found
line: #.stabs "/work1/root/gcc-20010108/objdir/gcc/",100,0,0,$Ltext0
mips-tfile, /tmp/ccCBeRBZ.s:9 Invalid .stabs/.stabn directive, value not found
line: #.stabs "/work1/root/gcc-20010108/gcc/libgcc2.c",100,0,0,$Ltext0
gmake[3]: *** [libgcc/./_clz.o] Error 1
gmake[3]: Leaving directory `/work1/root/gcc-20010108/objdir/gcc'
gmake[2]: *** [stmp-multilib] Error 2
gmake[2]: Leaving directory `/work1/root/gcc-20010108/objdir/gcc'
gmake[1]: *** [stage_a] Error 2
gmake[1]: Leaving directory `/work1/root/gcc-20010108/objdir/gcc'
gmake: *** [bootstrap] Error 2
The basic compiler is the COMPAQ C-Compiler:
bash-2.04# cc -V
Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732)
Compiler Driver V6.3-026 (sys) cc Driver
>How-To-Repeat:
mkdir objdir
cd objdir
/work1/root/gcc-20010108/configure --enable-languages=c++,f77,java
gmake CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap >& info
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: