Thread overview
[Bug 72] Wrong code generated (segmentation fault) when class (in one file) inherits from class (in another file) with interface
Jul 28, 2013
Johannes Pfau
Aug 10, 2013
Iain Buclaw
Aug 10, 2013
Iain Buclaw
July 28, 2013
http://bugzilla.gdcproject.org/show_bug.cgi?id=72

Johannes Pfau <johannespfau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannespfau@gmail.com
           Severity|normal                      |major

--- Comment #1 from Johannes Pfau <johannespfau@gmail.com> 2013-07-28 07:55:07 UTC ---
I can confirm this on the latest revision on the master branch and a gcc-4.8.1 native x86_64 compiler. Separate compilation (as in gdc main.d screen3d vs gdc screen3d.d && gdc main.d screen3d.o) does not affect this bug.

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
August 10, 2013
http://bugzilla.gdcproject.org/show_bug.cgi?id=72

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> 2013-08-06 16:56:22 UTC ---
Going to re-open #27 and revert later.

-- 
Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
August 10, 2013
http://bugzilla.gdcproject.org/show_bug.cgi?id=72

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> 2013-08-07 14:35:19 UTC ---
https://github.com/D-Programming-GDC/GDC/commit/e4b852aa47214fced943aa20daafb0ecb4188f3f

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