digitalmars.D.bugs - [Issue 2033] New: -g + circular refs => dmd hangs
- d-bugmail puremagic.com (20/20) Apr 25 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2033
- d-bugmail puremagic.com (9/9) May 22 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2033
- d-bugmail puremagic.com (8/8) May 07 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2033
http://d.puremagic.com/issues/show_bug.cgi?id=2033
Summary: -g + circular refs => dmd hangs
Product: D
Version: 1.029
Platform: PC
OS/Version: Windows
Status: NEW
Keywords: ice-on-valid-code
Severity: major
Priority: P3
Component: DMD
AssignedTo: bugzilla digitalmars.com
ReportedBy: h3r3tic mat.uni.torun.pl
When the following code is compiled with -g, it causes DMD to hang. Changing
the order of Foo and Bar turns the hangup into a stack overflow. Same with
1.028
struct Foo { Bar[] bar; } // or union
struct Bar { Foo foo; }
Thanks upfront! :)
--
Apr 25 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2033
bugzilla digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Fixed dmd 1.030
--
May 22 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2033
clugdbug yahoo.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amaury.pouly gmail.com
*** Bug 2097 has been marked as a duplicate of this bug. ***
--
May 07 2009









d-bugmail puremagic.com 