[LLVMbugs] [Bug 2974] Invalid debug information for array types

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Dec 18 10:10:40 PST 2008


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


Devang Patel <dpatel at apple.com> changed:

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




--- Comment #5 from Devang Patel <dpatel at apple.com>  2008-12-18 12:10:39 ---
This test case was unintentionally fixed by my recent patch that enabled use of
DebugInfo, instead of MachineModule, in llvm-gcc.

However, underlying bug is exposed by

int x[10][20];
int y;

...
(gdb) whatis x
type = int [10][20]
(gdb) whatis y
type = int [10][20]

 :)

This is now fixed in r61204.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list