[Issue 2665] ICE(cod4.c) on certain const struct function return types

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2665 Don clugd...@yahoo.com.au changed: What|Removed |Added Severity|major |regression -- Configure

[Issue 2665] ICE(cod4.c) on certain const struct function return types

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2665 --- Comment #5 from Don clugd...@yahoo.com.au 2009-08-31 02:18:24 PDT --- Like 2560, this is a regression between 2.022 and 2.023. It's clearly the same bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 2847] ICE(cod4.c) return const(struct) with real member

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2847 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2560] ICE(cod4.c) on invoking method that takes ref const struct parameter

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2560 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||hs...@inter7.jp ---

[Issue 2560] ICE(cod4.c) on invoking method that takes ref const struct parameter

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2560 --- Comment #7 from HOSOKAWA Kenchi hs...@inter7.jp 2009-08-31 02:41:10 PDT --- (In reply to comment #5) *** Issue 2847 has been marked as a duplicate of this issue. *** However I agree these issues are duplicate of this, don't forget

[Issue 3183] Spec of align attribute needs work

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3183 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2560] ICE(cod4.c) on invoking method that takes ref const struct parameter

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2560 --- Comment #8 from Don clugd...@yahoo.com.au 2009-08-31 02:52:15 PDT --- (In reply to comment #7) (In reply to comment #5) *** Issue 2847 has been marked as a duplicate of this issue. *** However I agree these issues are duplicate of

[Issue 3204] Document global properties

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3204 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 2560] ICE(cod4.c) on invoking method that takes ref const struct parameter

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2560 --- Comment #9 from HOSOKAWA Kenchi hs...@inter7.jp 2009-08-31 03:03:17 PDT --- (In reply to comment #8) The reason why it doesn't fail for float and double is that they have sizes of 4=int.sizeof and 8=long.sizeof, and get inlined at an

[Issue 3152] Broken link for Glee D

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3152 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3151] Broken link for akide

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3151 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3183] Spec of align attribute needs work

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3183 --- Comment #2 from Stewart Gordon s...@iname.com 2009-08-31 04:57:28 PDT --- (In reply to comment #1) 2. There's always a companion C compiler, as D relies on the existence of the C runtime library. So a prerequisite for writing a D

[Issue 3275] New: Private selective imports are visible in another module

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3275 Summary: Private selective imports are visible in another module Product: D Version: 2.031 Platform: Other OS/Version: Windows Status: NEW Keywords:

[Issue 3204] Document global properties

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3204 --- Comment #2 from Michiel Helvensteijn m.helvenste...@gmail.com 2009-08-31 11:19:57 PDT --- Is there any particular reason? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 3275] Private selective imports are visible in another module

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3275 Matti Niemenmaa matti.niemenmaa+dbugzi...@iki.fi changed: What|Removed |Added Status|NEW

[Issue 314] Static, renamed, and selective imports are always public

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 Matti Niemenmaa matti.niemenmaa+dbugzi...@iki.fi changed: What|Removed |Added CC|

[Issue 3276] New: Mutual recursion broken in type templates

2009-08-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3276 Summary: Mutual recursion broken in type templates Product: D Version: 2.032 Platform: x86 OS/Version: Windows Status: NEW Severity: critical Priority: P2