Thread overview
[Issue 15744] [REG2.067] (SIGABRT) Error: overloadset t.Bar.__ctor is aliased to a function
[Issue 15744] (SIGABRT) Error: overloadset t.Bar.__ctor is aliased to a function
Mar 02, 2016
Daniel Kozak
Mar 10, 2016
Temtaime
Mar 10, 2016
Temtaime
Mar 10, 2016
Kenji Hara
Mar 10, 2016
Kenji Hara
Mar 10, 2016
Kenji Hara
Mar 10, 2016
Kenji Hara
Mar 10, 2016
Kenji Hara
March 02, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

--- Comment #1 from Daniel Kozak <kozzi11@gmail.com> ---
In 2.066.1 it does not crash, but in 2.067.0 it crasch too

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

Temtaime <temtaime@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |temtaime@gmail.com
           Severity|regression                  |normal

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

Temtaime <temtaime@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--- Comment #2 from Temtaime <temtaime@gmail.com> ---
I'm sorry bugzilla redirects in a strange way
Restored status to regression

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
Introduced in: https://github.com/D-Programming-Language/dmd/pull/4309

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|(SIGABRT) Error:            |[REG2.067] (SIGABRT) Error:
                   |overloadset t.Bar.__ctor is |overloadset t.Bar.__ctor is
                   |aliased to a function       |aliased to a function

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |15784

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
I think the test case should be accepted properly. For the rejects-valid bug, I opened issue 15784.

--
March 10, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #5 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5515

--
March 11, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

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

https://github.com/D-Programming-Language/dmd/commit/1b4eefa55a3933ee214576612d1cbc81b5426d04
fix Issue 15744 - (SIGABRT) Error: overloadset t.Bar.__ctor is aliased to a
function

https://github.com/D-Programming-Language/dmd/commit/7e1a1a87fc0c31ddb8466242d363bfebd10dfbbb Merge pull request #5515 from 9rnsr/fix15744

[REG2.067] Issue 15744 - (SIGABRT) Error: overloadset t.Bar.__ctor is aliased
to a function

--
March 14, 2016
https://issues.dlang.org/show_bug.cgi?id=15744

--- Comment #7 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/1b4eefa55a3933ee214576612d1cbc81b5426d04
fix Issue 15744 - (SIGABRT) Error: overloadset t.Bar.__ctor is aliased to a
function

https://github.com/D-Programming-Language/dmd/commit/7e1a1a87fc0c31ddb8466242d363bfebd10dfbbb Merge pull request #5515 from 9rnsr/fix15744

--