poke-devel
[Top][All Lists]
Advanced

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

[Bug default/31584] New: complete pvm_type_to_ast_type to handle all kin


From: jose.marchesi at oracle dot com
Subject: [Bug default/31584] New: complete pvm_type_to_ast_type to handle all kind of PVM types
Date: Sun, 31 Mar 2024 16:39:11 +0000

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

            Bug ID: 31584
           Summary: complete pvm_type_to_ast_type to handle all kind of
                    PVM 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: ---

pk_defvar("yo", PK_NULL); throws assert(0) in pvm_typeof()
pk_defvar("yo", myvar); when myvar is a struct also

#4  0x00007ffff7e5908f in pvm_type_to_ast_type
                (ast=ast@entry=0x555555d12aa0, type=<optimized
                out>) at pkl.c:799
 797        case PVM_TYPE_STRUCT:
 798          /* XXX writeme */
 799          assert (0);
> pk_defvar -> pkl_defvar -> pvm_type_to_ast_type

-- 
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]