Thread overview
[Issue 14358] SDC test0134.d compiles but should not
Mar 28, 2015
ag0aep6g@gmail.com
Mar 28, 2015
Iain Buclaw
[Issue 14358] DMD should prevent declaring a function with a reserved name
Apr 11, 2015
yebblies
[Issue 14358] [SDC] DMD should prevent declaring a function with a reserved name
Apr 11, 2015
yebblies
Dec 17, 2022
Iain Buclaw
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14358

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid
                 CC|                            |ag0aep6g@gmail.com

--
March 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14358

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
I suspect the same would be true for void __postblit() too.

--
April 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14358

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com
           Hardware|x86                         |All
            Version|unspecified                 |D2
            Summary|SDC test0134.d compiles but |DMD should prevent
                   |should not                  |declaring a function with a
                   |                            |reserved name
                 OS|Mac OS X                    |All
           Severity|normal                      |enhancement

--- Comment #2 from yebblies <yebblies@gmail.com> ---
AIUI this is working as intended, being reserved does not mean it has to generate an error when it's used.

--
April 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14358

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|DMD should prevent          |[SDC] DMD should prevent
                   |declaring a function with a |declaring a function with a
                   |reserved name               |reserved name

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14358

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--