[Issue 6235] Regression(2.053) ICE on typeof(Range.init[0..$]) inside a templated struct/class

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6235 --- Comment #6 from Don 2011-10-24 00:35:48 PDT --- Regression introduced by me: https://github.com/D-Programming-Language/dmd/commit/03e022f8cbfed660d31ebe6217f3faab01ca7472 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cg

[Issue 5278] gentoo's 'hardended' gcc doesn't work with dmd

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 --- Comment #16 from Chad Joan 2011-10-24 01:33:51 PDT --- I'm afraid it doesn't seem to be working. It went something like this: chad@Hugin /mnt/bulk/dprojects/helloD2 $ ls main.d chad@Hugin /mnt/bulk/dprojects/helloD2 $ cat main.d import st

[Issue 5278] gentoo's 'hardended' gcc doesn't work with dmd

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 --- Comment #17 from Chad Joan 2011-10-24 01:36:49 PDT --- Created an attachment (id=1043) More detailed info of dmd run on hardened gentoo 64-bit. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5278] gentoo's 'hardended' gcc doesn't work with dmd

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5278 --- Comment #18 from Chad Joan 2011-10-24 01:37:39 PDT --- Here is the output of dmd -v for both 32-bit (-m32) and 64-bit runs, just in-case it helps. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You a

[Issue 6698] Regression(2.053): segfault with naked asm in inner function

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6698 --- Comment #2 from Don 2011-10-24 02:01:24 PDT --- This is not caused by the compiler. The change seems to have been caused by a change in druntime between 2.052 and 2.053. This code didn't actually work before. If you change the assert to:

[Issue 2778] alias this + IFTI doesn't work.

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2778 --- Comment #3 from Steven Schveighoffer 2011-10-24 08:46:32 PDT --- (In reply to comment #1) > http://d.puremagic.com/issues/show_bug.cgi?id=2778 Nice reference :) Think you meant: https://github.com/D-Programming-Language/dmd/pull/472 --

[Issue 6700] Regression(2.053) using $ inside a slice of a tuple

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6700 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6698] Regression(2.053): segfault with naked asm in inner function

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6698 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6681] bogus duplicate union initialization or overlapping initialization errors

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6681 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 6847] New: typeof(super) doesn't work outside member function

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6847 Summary: typeof(super) doesn't work outside member function Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: norma

[Issue 6848] New: typeof(super) does not take into account const/immutable attributes inside member functions

2011-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6848 Summary: typeof(super) does not take into account const/immutable attributes inside member functions Product: D Version: D2 Platform: All OS/Version: All Status: NE