[Issue 8120] std.conv.to throws exception when converting const string to int with -O optimisation switch

2013-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8120


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #5 from Don clugd...@yahoo.com.au 2013-03-04 01:50:49 PST ---
*** This issue has been marked as a duplicate of issue 5649 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8120] std.conv.to throws exception when converting const string to int with -O optimisation switch

2012-11-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8120



--- Comment #3 from Don clugd...@yahoo.com.au 2012-11-28 08:23:26 PST ---
May be a duplicate of bug 5649

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8120] std.conv.to throws exception when converting const string to int with -O optimisation switch

2012-11-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8120


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

   Keywords||wrong-code
   Severity|major   |critical


--- Comment #2 from Don clugd...@yahoo.com.au 2012-11-28 08:20:36 PST ---
This sounds like an optimizer bug. Possibly a duplicate of one which has
already been fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8120] std.conv.to throws exception when converting const string to int with -O optimisation switch

2012-11-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8120


monarchdo...@gmail.com changed:

   What|Removed |Added

 CC||monarchdo...@gmail.com


--- Comment #4 from monarchdo...@gmail.com 2012-11-28 09:20:38 PST ---
(In reply to comment #2)
 This sounds like an optimizer bug. Possibly a duplicate of one which has
 already been fixed.

FWIW, I can replicate this issue on my win7x64 with 2.055.

It runs as expected with 2.058, 2.060 and 2.061alpha.

Sounds like it is fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8120] std.conv.to throws exception when converting const string to int with -O optimisation switch

2012-05-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8120



--- Comment #1 from pabu...@gmail.com 2012-05-19 06:32:48 PDT ---
Apologies, I had originally simply opened a new thread there instead of
properly filing a bug through bugzilla
http://forum.dlang.org/thread/ubjqjkvmrcgcyefmw...@forum.dlang.org

I said 'major' because may occur by converting integers given on the command
line as string (within the program, these arguments are const, so a copy of it
might be a const string though perhaps bad style?). And I would always use -O
-release for a public release of my program.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---