digitalmars.D.bugs - [Issue 8610] New: Compilation loop with enum
- d-bugmail puremagic.com (19/19) Sep 02 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8610
- d-bugmail puremagic.com (12/12) Oct 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8610
- d-bugmail puremagic.com (11/12) Oct 25 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8610
- d-bugmail puremagic.com (14/14) Oct 31 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8610
- d-bugmail puremagic.com (12/12) Oct 31 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8610
http://d.puremagic.com/issues/show_bug.cgi?id=8610
Summary: Compilation loop with enum
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: minor
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: bearophile_hugs eml.cc
This seems to put dmd 2.061alpha in loop:
enum int x = x;
void main() {}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 02 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8610
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich gmail.com
12:00:33 PDT ---
I can recreate in 2.060, can you too? FWIW when making these reports it's
always good to test them with the official release first to verify this bug
wasn't introduced in git HEAD.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 25 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8610
bearophile_hugs eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |regression
I can recreate in 2.060, can you too?
I am still seeing the loop. So I think it's a regression of dmd 2.061alpa.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 25 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8610
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice
CC| |clugdbug yahoo.com.au
Summary|Compilation loop with enum |Compiler hangs with enum
| |x=x;
Severity|regression |normal
Not a regression. Behaved exactly the same in 2.057. This has never worked.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 31 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8610
timon.gehr gmx.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |timon.gehr gmx.ch
Resolution| |DUPLICATE
*** This issue has been marked as a duplicate of issue 7209 ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 31 2012









d-bugmail puremagic.com 