Very vague compiler error message

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 12 04:49:23 PDT 2014


On Tue, Aug 12, 2014 at 07:16:49AM +0000, Jeremy DeHaan via Digitalmars-d-learn wrote:
> I recently got this error messege when building my library:
> 
> dmd: cppmangle.c:154: void CppMangleVisitor::cpp_mangle_name(Dsymbol*):
> Assertion `0' failed.
> 
> I have no idea what it means and haven't found much information about
> it. I think I have narrowed it down to the file that is giving this
> error, but does anyone know what the heck causes something like this?
> Talk about a nondescript error.

That's an ICE (Internal Compiler Error). Please reduce your test case
and file a critical bug.


T

-- 
Stop staring at me like that! It's offens... no, you'll hurt your eyes!


More information about the Digitalmars-d-learn mailing list