[Issue 8810] New: struct not returned properly from extern (C) functions

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8810 Summary: struct not returned properly from extern (C) functions Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 8810] struct not returned properly from extern (C) functions

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8810 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 8810] struct not returned properly from extern (C) functions

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8810 Adrian Matoga e...@atari8.info changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5570 Adrian Matoga e...@atari8.info changed: What|Removed |Added CC||e...@atari8.info ---

[Issue 5448] Array of AAs literal doesn't work

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5448 --- Comment #4 from github-bugzi...@puremagic.com 2012-10-12 23:50:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5448] Array of AAs literal doesn't work

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5448 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1977] Relax warnings (D1)/errors (D2) for implicit narrowing conversions caused by promotions

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1977 --- Comment #26 from Ryuichi OHORI r.97...@gmail.com 2012-10-13 04:28:56 PDT --- Your example is perfectly valid. I don't see. In the example above( http://dpaste.dzfl.pl/8b9f5471 ), the value in y is 16777216, which is greater than

[Issue 8808] Header generation must recreate folder structure if -Hd is used

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8808 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8812] New: functionAttributes doesn't returns const/immutable/shraed/inout attributs

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8812 Summary: functionAttributes doesn't returns const/immutable/shraed/inout attributs Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8811] New: sscanf %n bug

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8811 Summary: sscanf %n bug Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: druntime

[Issue 1977] Relax warnings (D1)/errors (D2) for implicit narrowing conversions caused by promotions

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1977 --- Comment #28 from Ryuichi OHORI r.97...@gmail.com 2012-10-13 09:23:44 PDT --- (In reply to comment #27) reassigned to x because the result is only 4, which fits in a ushort just fine. The result is 16777220 if both operands are int. I

[Issue 8813] New: Cannot define delegate with const/immutable/shared/inout attributes

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8813 Summary: Cannot define delegate with const/immutable/shared/inout attributes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 1977] Relax warnings (D1)/errors (D2) for implicit narrowing conversions caused by promotions

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1977 --- Comment #29 from Jonathan M Davis jmdavisp...@gmx.com 2012-10-13 12:35:13 PDT --- The result is 16777220 if both operands are int. I think this is an implicit narrowing conversion. Ah. Then yes, it sounds like it's doing the wrong

[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 --- Comment #2 from github-bugzi...@puremagic.com 2012-10-13 14:26:38 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8792] std.algorithm.joiner doesn't return a proper forward range

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8792 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7992] std.algorithm.find breaks in certain circumstances

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7992 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7992] std.algorithm.find breaks in certain circumstances

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7992 --- Comment #4 from github-bugzi...@puremagic.com 2012-10-13 14:41:24 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8815] New: alias modification silently fails on nested fields

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8815 Summary: alias modification silently fails on nested fields Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8815] alias modification silently fails on nested fields

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8815 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-13 19:59:26 PDT --- But I'm beginning to think using aliases like this isn't the best choice. For one thing it won't work if the alias is a private symbol. It's probably

[Issue 7166] Internal error: ../ztc/cgxmm.c 60

2012-10-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7166 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED