[LLVMbugs] [Bug 915] NEW: internal compiler error in lhd_set_decl_assembler_name with nested functions

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Sep 18 13:20:24 PDT 2006


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

           Summary: internal compiler error in lhd_set_decl_assembler_name
                    with nested functions
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jackrobi at gmail.com


$ /usr/local/llvm/cfrontend/install/bin/llvm-gcc --emit-llvm -S foo.i -fnested-functions 
foo.i: In function ?b?:
foo.i:3: internal compiler error: in lhd_set_decl_assembler_name, at langhooks.c:193
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
$ cat foo.i
static void a() {
  int foo;
  inline void b() {
    foo = -1;
  }
  b();
}



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