[Bug d/110113] gdc -fpreview=dip1021 crash in d/dmd/root/aav.d:127 dmd_aaGetRvalue from DsymbolTable::lookup(Identifier const*)
ibuclaw at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jun 7 16:05:02 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110113
--- Comment #6 from ibuclaw at gcc dot gnu.org ---
Full reduction without any imports.
---
class LUBench { }
void lup(ulong , ulong , int , int = 1)
{
new LUBench;
}
void lup_3200(ulong iters, ulong flops)
{
lup(iters, flops, 3200);
}
float raytrace()
{
struct V
{
float x, y, z;
auto normalize() { }
struct Tid { }
Tid spawnLinked() { }
string[] namesByTid;
class MessageBox { }
auto cross() { }
}
}
More information about the Gcc-bugs
mailing list