|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - GDC specific bugs
http://svn.kuehne.cn/dstress/run/break_03.d http://svn.kuehne.cn/dstress/run/break_04.d http://svn.kuehne.cn/dstress/run/break_05.d http://svn.kuehne.cn/dstress/nocompile/command_line_deprecated_02.d http://svn.kuehne.cn/dstress/run/delegate_04.d http://svn.kuehne.cn/dstress/nocompile/delegate_05.d http://svn.kuehne.cn/dstress/run/delegate_12.d http://svn.kuehne.cn/dstress/run/enum_07.d http://svn.kuehne.cn/dstress/run/enum_08.d http://svn.kuehne.cn/dstress/run/enum_09.d http://svn.kuehne.cn/dstress/complex/linking/ (linking_01) http://svn.kuehne.cn/dstress/nocompile/static_08.d Dec 11 2004
Thomas Kuehne wrote:http://svn.kuehne.cn/dstress/run/break_03.d http://svn.kuehne.cn/dstress/run/break_04.d http://svn.kuehne.cn/dstress/run/break_05.d http://svn.kuehne.cn/dstress/nocompile/command_line_deprecated_02.d http://svn.kuehne.cn/dstress/run/delegate_04.d http://svn.kuehne.cn/dstress/nocompile/delegate_05.d http://svn.kuehne.cn/dstress/run/delegate_12.d http://svn.kuehne.cn/dstress/run/enum_07.d http://svn.kuehne.cn/dstress/run/enum_08.d http://svn.kuehne.cn/dstress/run/enum_09.d http://svn.kuehne.cn/dstress/complex/linking/ (linking_01) http://svn.kuehne.cn/dstress/nocompile/static_08.d Dec 11 2004
John Reimer schrieb:Thomas Kuehne wrote:http://svn.kuehne.cn/dstress/run/break_03.d http://svn.kuehne.cn/dstress/run/break_04.d http://svn.kuehne.cn/dstress/run/break_05.d http://svn.kuehne.cn/dstress/nocompile/command_line_deprecated_02.d http://svn.kuehne.cn/dstress/run/delegate_04.d http://svn.kuehne.cn/dstress/nocompile/delegate_05.d http://svn.kuehne.cn/dstress/run/delegate_12.d http://svn.kuehne.cn/dstress/run/enum_07.d http://svn.kuehne.cn/dstress/run/enum_08.d http://svn.kuehne.cn/dstress/run/enum_09.d http://svn.kuehne.cn/dstress/complex/linking/ (linking_01) http://svn.kuehne.cn/dstress/nocompile/static_08.d Dec 12 2004
Thomas Kuehne wrote:For the "enum" stress tests, I notice that a semicolon is used to end the enum declaration. The D standard declares them without a semicolon appended. Would removing the semicolon change the stress test results? Dec 12 2004
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anders schrieb:For the "enum" stress tests, I notice that a semicolon is used to end the enum declaration. The D standard declares them without a semicolon appended. Would removing the semicolon change the stress test results? Dec 12 2004
Thomas Kuehne wrote:http://digitalmars.com/d/statement.html#expression # Expressions that have no affect, like (x + x), are illegal in expression # statements. "" (empty) has no affect, thus it's illegal. Dec 12 2004
Thomas Kuehne wrote:John Reimer schrieb:Thomas Kuehne wrote:http://svn.kuehne.cn/dstress/run/break_03.d http://svn.kuehne.cn/dstress/run/break_04.d http://svn.kuehne.cn/dstress/run/break_05.d http://svn.kuehne.cn/dstress/nocompile/command_line_deprecated_02.d http://svn.kuehne.cn/dstress/run/delegate_04.d http://svn.kuehne.cn/dstress/nocompile/delegate_05.d http://svn.kuehne.cn/dstress/run/delegate_12.d http://svn.kuehne.cn/dstress/run/enum_07.d http://svn.kuehne.cn/dstress/run/enum_08.d http://svn.kuehne.cn/dstress/run/enum_09.d http://svn.kuehne.cn/dstress/complex/linking/ (linking_01) http://svn.kuehne.cn/dstress/nocompile/static_08.d Dec 12 2004
John Reimer wrote:Thomas Kuehne wrote:Thanks, I removed the semicolon. The change had no impact. Thomas Dec 13 2004
Hello Justin, Yeah... you are probably right. D's flexibility with spurious semicolons is probably not something to lose sleep over. :-) - John J C Calvarese wrote:John Reimer wrote:Thomas Kuehne wrote:Thanks, I removed the semicolon. The change had no impact. Thomas Dec 13 2004
|