http://llvm.org/bugs/show_bug.cgi?id=2974
Devang Patel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Devang Patel <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
