http://bugzilla.gdcproject.org/show_bug.cgi?id=49
Iain Buclaw changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #7 from Iain Buclaw 2013-04-09 14:58:56
UTC ---
https://github.com/D-Programming-Language/dmd/pull/1880
--
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
--- You are receiving this mail because: --
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #6 from Iain Buclaw 2013-04-09 13:41:15
UTC ---
(In reply to comment #5)
> (In reply to comment #2)
> > (In reply to comment #0)
> > > test.d:
> > >
> > > template Tuple(Stuff ...) {
> > > alias Stuff Tuple;
> > > }
> > > struct
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #5 from Iain Buclaw 2013-04-09 13:16:47
UTC ---
(In reply to comment #2)
> (In reply to comment #0)
> > test.d:
> >
> > template Tuple(Stuff ...) {
> > alias Stuff Tuple;
> > }
> > struct S {
> > int i;
> > alias Tuple!i
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #4 from Iain Buclaw 2013-04-09 13:07:59
UTC ---
(In reply to comment #3)
> (In reply to comment #1)
> > (In reply to comment #0)
> > > test.d:
> > >
> > > template Tuple(Stuff ...) {
> > > alias Stuff Tuple;
> > > }
> > > struct
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #3 from John Colvin 2013-04-09
11:43:02 UTC ---
(In reply to comment #1)
> (In reply to comment #0)
> > test.d:
> >
> > template Tuple(Stuff ...) {
> > alias Stuff Tuple;
> > }
> > struct S {
> > int i;
> > alias Tuple!i
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #2 from Iain Buclaw 2013-04-09 11:25:48
UTC ---
(In reply to comment #0)
> test.d:
>
> template Tuple(Stuff ...) {
> alias Stuff Tuple;
> }
> struct S {
> int i;
> alias Tuple!i t;
> void a() {
> auto x = t;
>
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
--- Comment #1 from Iain Buclaw 2013-04-09 10:40:50
UTC ---
(In reply to comment #0)
> test.d:
>
> template Tuple(Stuff ...) {
> alias Stuff Tuple;
> }
> struct S {
> int i;
> alias Tuple!i t;
> void a() {
> auto x = t;
>
http://bugzilla.gdcproject.org/show_bug.cgi?id=49
John Colvin changed:
What|Removed |Added
Summary|segmentation fault when |ICE when using tuple over