Re: Missing trailing } still compiles under DMD1.057

2010-04-12 Thread Sam Hu
Continued. Please be aware that the last } is missing in the function testFoo. This program compiled with no error under DMD1.057 and 1.058.

Re: Missing trailing } still compiles under DMD1.057

2010-04-12 Thread Lars T. Kyllingstad
Please report bugs here: http://d.puremagic.com/issues/ This newsgroup is just a feed from Bugzilla. -Lars Sam Hu wrote: Given below code: module uniword; import std.c.stdio; import std.c.windows.windows; import std.stdio; import *; void main() { testFoo; } struct Foo { int

[Issue 4082] New: nothrow main() can throw

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4082 Summary: nothrow main() can throw Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4059] Incorrect C++ name mangling

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4059 Koroskin Denis 2kor...@gmail.com changed: What|Removed |Added CC||2kor...@gmail.com

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #7 from Adam D. Ruppe destructiona...@gmail.com 2010-04-12 06:42:57 PDT --- (In reply to comment #4) My experience shows that it's easy to forget bugs, because they are seen as something negative, so I suggest you to write them

[Issue 622] There should be a warning for unininitalized class reference

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=622 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 4084] New: Ignored missing main() closing bracket

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4084 Summary: Ignored missing main() closing bracket Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 2437] ICE(tocsym.c, !needThis()) - default struct argument

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2437 --- Comment #5 from Don clugd...@yahoo.com.au 2010-04-12 13:51:13 PDT --- See also the closely related bug 2935. I can patch this (against svn 433) with these two changes (and the DMD test suite still passes), which basically just remove the

[Issue 4084] Ignored missing main() closing bracket

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4084 --- Comment #1 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-04-12 14:50:29 PDT --- Created an attachment (id=610) enforce closing brace after opening brace in statement one line fix (yawn) -- Configure issuemail:

[Issue 1245] static foreach shouldn't define new scope and introduce new variables

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1245 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4085] New: Steps toward a static foreach

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4085 Summary: Steps toward a static foreach Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: