poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/31582] New: Missing mapper/writer/integrator closures in an


From: jose.marchesi at oracle dot com
Subject: [Bug default/31582] New: Missing mapper/writer/integrator closures in anonymous array types
Date: Sun, 31 Mar 2024 16:35:41 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31582

            Bug ID: 31582
           Summary: Missing mapper/writer/integrator closures in anonymous
                    array types
           Product: poke
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: unassigned at sourceware dot org
          Reporter: jose.marchesi at oracle dot com
                CC: poke-devel at gnu dot org
  Target Milestone: ---

(big:*0*) var a = int[3] @ 0#B
(big:*0*) .vm disa f typeof (a).mapper
$L0: prolog
     drop3
     push   0x0
     return
     exitvm
(big:*0*) .vm disa f typeof (a).writer
$L0: prolog
     drop
     push   null
     return
     exitvm

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]