[LLVMbugs] [Bug 430] NEW: Empty compaction tables defined

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Aug 26 12:55:45 PDT 2004


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

           Summary: Empty compaction tables defined
           Product: tools
           Version: 1.3
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gccas
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: robert at ascenium.com


In all the simple code cases I've examined by hand so far, empty compaction
tables are defined for the functions that remain after full linking and inlining
(in both the cases below, a single function remains).

Case #1
-----
int main( void )
{
    return( 0 );
}
-----

Case #2
-----
#include <stdio.h>

int main( void )
{
    puts( "Hello world!" );
    return( 0 );
}
-----



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