mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-16 00:51:49 +01:00
Merge dmd 1.056.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
// Compiler implementation of the D programming language
|
||||
// Copyright (c) 1999-2009 by Digital Mars
|
||||
// Copyright (c) 1999-2010 by Digital Mars
|
||||
// All Rights Reserved
|
||||
// written by Walter Bright
|
||||
// http://www.digitalmars.com
|
||||
@@ -3539,7 +3539,8 @@ void TemplateInstance::semantic(Scope *sc)
|
||||
error("error instantiating");
|
||||
if (tinst)
|
||||
{ tinst->printInstantiationTrace();
|
||||
fatal();
|
||||
if (!global.gag)
|
||||
fatal();
|
||||
}
|
||||
errors = 1;
|
||||
if (global.gag)
|
||||
|
||||
Reference in New Issue
Block a user