mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-17 04:13:13 +01:00
Merge dmd-1.074 into ldc.
This commit is contained in:
@@ -72,7 +72,7 @@ Global::Global()
|
||||
|
||||
copyright = "Copyright (c) 1999-2012 by Digital Mars and Tomas Lindquist Olsen";
|
||||
written = "written by Walter Bright and Tomas Lindquist Olsen";
|
||||
version = "v1.073";
|
||||
version = "v1.074";
|
||||
ldc_version = "LDC trunk";
|
||||
llvm_version = "LLVM 3.0";
|
||||
global.structalign = 8;
|
||||
@@ -102,6 +102,11 @@ bool Global::endGagging(unsigned oldGagged)
|
||||
return anyErrs;
|
||||
}
|
||||
|
||||
bool Global::isSpeculativeGagging()
|
||||
{
|
||||
return gag && gag == speculativeGag;
|
||||
}
|
||||
|
||||
|
||||
char *Loc::toChars() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user