Thread overview
[Issue 15] internal compiler error: in expand_expr_real_1, at expr.c:9266
Oct 17, 2012
Iain Buclaw
Oct 17, 2012
Iain Buclaw
Oct 22, 2012
Iain Buclaw
Oct 25, 2012
Iain Buclaw
Oct 26, 2012
Iain Buclaw
Oct 26, 2012
deadalnix
Oct 27, 2012
Iain Buclaw
October 17, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-10-17 15:19:37 UTC ---
It's entirely possible that it's a problem in the gcc backend.  I've tested on a copy from 08/07/2012 and can't reproduce.

Regards
Iain

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
October 17, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-10-17 15:31:50 UTC ---
.

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
October 22, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-10-22 19:20:00 UTC ---
On further analysis looks to be a custom static chain bug...

In the map!() template, we emit this code:

{
  struct MapResult __ctmp997 = {};
  __ctmp.this = this;     // 'this' is in another context that we can't access
for here.

  return <retval> = *__ctor (&__ctmp997, r);
}


Maybe will see if DMD does the same...

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
October 25, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-10-25 22:52:00 UTC ---
https://github.com/D-Programming-GDC/GDC/commit/20c0b776702947a338afc953ba35234425994c65

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
October 26, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lt.infiltrator@gmail.com

--- Comment #5 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-10-26 12:20:35 UTC ---
*** Issue 20 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
October 26, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

--- Comment #6 from deadalnix <deadalnix@gmail.com> 2012-10-26 18:23:52 UTC ---
(In reply to comment #4)
> https://github.com/D-Programming-GDC/GDC/commit/20c0b776702947a338afc953ba35234425994c65

So this is finally not related to dmd ?

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.
October 27, 2012
http://gdcproject.org/bugzilla/show_bug.cgi?id=15

--- Comment #7 from Iain Buclaw <ibuclaw@gdcproject.org> 2012-10-27 00:55:49 UTC ---
(In reply to comment #6)
> (In reply to comment #4)
> > https://github.com/D-Programming-GDC/GDC/commit/20c0b776702947a338afc953ba35234425994c65
> 
> So this is finally not related to dmd ?

Never said it was related to dfe. :)

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.