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

Eric Christopher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Eric Christopher <[email protected]> ---
Hi Olga, I can't duplicate this. Can you try again using top of tree and let me
know if you still see the problem?

(gdb) b main
Breakpoint 1 at 0x400517: file test.c, line 4.
(gdb) run
Starting program: /usr/local/google/home/echristo/tmp/test.exe 

Breakpoint 1, main () at test.c:4
4        printf("Hello, world\n");
(gdb) info func main
All functions matching regular expression "main":

File test.c:
int main(void);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to