Thread overview
[Issue 10520] [profile+nothrow] Building with profiler results in "is not nothrow" error on some contracts
Jun 29, 2014
Kenji Hara
Jun 29, 2014
Kenji Hara
May 17, 2014
https://issues.dlang.org/show_bug.cgi?id=10520

jiki@red.email.ne.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |jiki@red.email.ne.jp

--- Comment #3 from jiki@red.email.ne.jp ---
https://github.com/D-Programming-Language/dmd/pull/3554

--
June 29, 2014
https://issues.dlang.org/show_bug.cgi?id=10520

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |12979

--
June 29, 2014
https://issues.dlang.org/show_bug.cgi?id=10520

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a219f511c875d322e8ccb47e3b273237b99d437e
Fix: Issue 10520 - [profile+nothrow] Building with profiler results in "is not
nothrow" error on some contracts

When Statement#blockExit() checks if the statements may throw or not, it
can also emit compile error.
We turn the second argument of it, mustNotThrow, to false
so that the error is suppressed.

https://github.com/D-Programming-Language/dmd/commit/e6c308938d02d1cbfc57c37c03d06bff0ec00c74 Merge pull request #3554 from qchikara/FIX_profile_contract_nothrow

Fix: Issue 10520 - [profile+nothrow] Building with profiler results in "...

--
June 29, 2014
https://issues.dlang.org/show_bug.cgi?id=10520

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Kenji Hara <k.hara.pg@gmail.com> ---
The merged PR is not fundamental fix, so mark as "worksforme".

--
October 06, 2014
https://issues.dlang.org/show_bug.cgi?id=10520
Issue 10520 depends on issue 12979, which changed state.

Issue 12979 Summary: Nothrow violation error is hidden by inline assembler https://issues.dlang.org/show_bug.cgi?id=12979

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--