[LLVMbugs] [Bug 1274] NEW: crash in lower_nested_functions
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Mar 26 13:25:08 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1274
Summary: crash in lower_nested_functions
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
This example causes infinite recursion in walk_tree, called from lower_nested_functions:
static void foo(void *a){
inline void foo_bar() {
a += 1;
}
}
-Chris
------- 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