spec2k6 462.libquantum build fail.
one of the errors can be reproduce by the following code:
struct x_struct {
int y;
int z;
};
typedef struct x_struct x;
void foo(x m)
{
printf("%d\n", m.y);
}
cmd
error
2023-10-28 16:04:34,571 - xcalcc - ERROR - !!! Log: (null) :Translating foo(0)
### Assertion failure ../../../../osprey/ir_tools/whirl2llvm.cxx:1530:
### Get_arg_by_name: get argument m failed
### For a.O in foo (xcalcc:583)
spec2k6 462.libquantum build fail.
one of the errors can be reproduce by the following code:
cmd
error