[LLVMbugs] [Bug 1552] NEW: Need to fix llvm-gcc-4.2

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jul 12 08:29:19 PDT 2007


http://llvm.org/bugs/show_bug.cgi?id=1552

           Summary: Need to fix llvm-gcc-4.2
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: asl at math.spbu.ru


>From Devang:

Thing that require immediate attention :


1) /* FIXME FIXME */ markers. :)
2) In GCC-4.2 CONSTRUCTOR_ELTS are now represented as VEC instead of a tree node
chain.
3) FILE_TYPE, CHAR_TYPE etc.. tree nodes are gone.
4) In llvm-gcc x86 world, SSE intrinsics are listed in header file, where as FSF
GCC lists them in source file. When I removed list from .c file, I did not
synchronize it with .h file content.  I'll let x86 code gen folks worry about it :)
5) There are many GCC tree structure changes that I have not noticed yet.



------- 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