www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Error when trying to compile with --profile.

reply "Wolftein" <agustin.l.alvarez hotmail.com> writes:
Using --debug or --release works fine. But when i use --profile i 
get:

c:\Program Files 
(x86)\DLang\dmd2\windows\bin\..\..\src\phobos\std\path.d(2187):
  Error: balancedParens is not nothrow
c:\Program Files 
(x86)\DLang\dmd2\windows\bin\..\..\src\phobos\std\path.d(2188):
  Error: balancedParens is not nothrow
Error: this.__invariant is not nothrow
Error: this.__invariant is not nothrow
Oct 30 2013
parent reply "bearophile" <bearophileHUGS lycos.com> writes:
Wolftein:

 Using --debug or --release works fine. But when i use --profile 
 i get:

 c:\Program Files 
 (x86)\DLang\dmd2\windows\bin\..\..\src\phobos\std\path.d(2187):
  Error: balancedParens is not nothrow
 c:\Program Files 
 (x86)\DLang\dmd2\windows\bin\..\..\src\phobos\std\path.d(2188):
  Error: balancedParens is not nothrow
 Error: this.__invariant is not nothrow
 Error: this.__invariant is not nothrow
Is this bug in Bugzilla? DMD 2.064 should not come out with this problem. Do you have a small test case? Bye, bearophile
Oct 31 2013
parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
31-Oct-2013 13:28, bearophile пишет:
 Wolftein:

 Using --debug or --release works fine. But when i use --profile i get:

 c:\Program Files
 (x86)\DLang\dmd2\windows\bin\..\..\src\phobos\std\path.d(2187):
  Error: balancedParens is not nothrow
 c:\Program Files
 (x86)\DLang\dmd2\windows\bin\..\..\src\phobos\std\path.d(2188):
  Error: balancedParens is not nothrow
 Error: this.__invariant is not nothrow
 Error: this.__invariant is not nothrow
Is this bug in Bugzilla? DMD 2.064 should not come out with this problem.
It would unless the above is a regression. The release can't be stalled forever.
 Do you have a small test case?

 Bye,
 bearophile
-- Dmitry Olshansky
Oct 31 2013