This is the mail archive of the gcc-prs@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]

c/1793: gcc/gcc/cp/decl.c won't make - lvalue not modifiable



>Number:         1793
>Category:       c
>Synopsis:       gcc/gcc/cp/decl.c won't make - lvalue not modifiable
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 27 03:26:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     ?
>Release:        GCC snapshot 1/22/01
>Organization:
>Environment:
UnixWare 7.1.1
perl 5.6.0
binutils 2.10.1
gnu m4-1.4p
gnu make 3.79.1
libtool 1.3.5
tcl/tk 8.3.2

LD_LIBRARY_PATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib::/usr/local/BerkeleyDB.3.2/lib
LIBPATH=/usr/lib:/lib:/usr/local/lib:/usr/ccs/lib
PATH=/sbin:/usr/sbin:/etc:/usr/bin:/usr/local/bin:/usr/ccs/bin:/usr/local/kde/bin:/usr/X/bin

>Description:
To configure the application, I created objdir.

CC="/bin/cc -Kalloca -Kno_host" ../gcc/configure --enable-threads --enable-shared --enable-languages=c++

/usr/local/bin/make

This failed with the following errors:
======================

gmake[2]: Leaving directory `/home/matthew/Uber/CVS/objdir/gcc/po'
/bin/cc -Kalloca -Kno_host -c  -DIN_GCC    -g   -DHAVE_CONFIG_H    -I. -Icp -I../../gcc/gcc -I../../gcc/gcc/cp -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/cp/decl.c -o cp/decl.o
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 527: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 583: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 598: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 620: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 633: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 4233: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 4235: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 6330: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 9865: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 9868: left operand must be modifiable lvalue: op "="
UX:acomp: ERROR: "../../gcc/gcc/cp/decl.c", line 13450: left operand must be modifiable lvalue: op "="
gmake[1]: *** [cp/decl.o] Error 1
gmake[1]: Leaving directory `/home/matthew/Uber/CVS/objdir/gcc'
gmake: *** [all-gcc] Error 2

>How-To-Repeat:
Follow the commands I issued in description using the
environment.
>Fix:
Too many changes from the 2.95.2.1 release decl.c
for me to understand the struct code.  Apologies.
>Release-Note:
>Audit-Trail:
>Unformatted:

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