mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
5349 ICE(toir.c): nested class in static member function When checking if a nested class can reach a parent class, it should not be possible to jump through static functions. Static member functions were just being silently ignored, which meant nonsense was passed to the backend. (Didn't always cause an ICE, sometimes generates nonsense code).
260 KiB
260 KiB