[LLVMbugs] [Bug 373] NEW: llvm-gcc/gcc/read-rtl.c:639: error: invalid lvalue in increment

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Jun 18 02:31:43 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=373

           Summary: llvm-gcc/gcc/read-rtl.c:639: error: invalid lvalue in
                    increment
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: wanderer at rsu.ru


Current CVS llvm-gcc (Cfrontend) build (using CVS mainline gcc) terminated 
with error:

---8X---------------------
gcc -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -
Wmissing-prototypes  -fno-common   -DHAVE_CONFIG_H
-DGENERATOR_FILE    -I. -I. -I../../src/llvm-gcc/gcc -I../../src/llvm-
gcc/gcc/. -I../../src/llvm-gcc/gcc/../include  ../../s
rc/llvm-gcc/gcc/read-rtl.c -o read-rtl.o
../../src/llvm-gcc/gcc/read-rtl.c: In function `read_rtx':
../../src/llvm-gcc/gcc/read-rtl.c:639: error: invalid lvalue in increment
gmake[1]: *** [read-rtl.o] Error 1
gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/llvm/objcfe/gcc'
gmake: *** [all-gcc] Error 2
---X8---------------------

Known bug in include/obstack.h (fixed in gcc mainline)

Fixed by replacing include/obstack.h from libiberty master copy (current CVS 
mainline)



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list