https://bugs.llvm.org/show_bug.cgi?id=32687

Adrian Prantl <[email protected]> changed:

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

--- Comment #1 from Adrian Prantl <[email protected]> ---
%z0011 = type <{ i32, [4 x i8], [0 x [0 x float]]*, i64, [24 x i32] }>
sizeof(z0011) = 120 bytes

!45 = !DIExpression(DW_OP_LLVM_fragment, 224, 736)
Ofs=28, Size=96 -> This implies that sizeof(variable) >= 120 bytes

!8 = !DICompositeType(tag: DW_TAG_array_type, baseType: !9, size: 128, align:
32, elements: !10)
!9 = !DIBasicType(name: "z00000044", size: 32, align: 32, encoding:
DW_ATE_signed)

But the size of the array is declared as 128 *bits*.
The PGI F90 frontend produced inconsistent debug information here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to