Thread overview
[Issue 9278] New: ICE todt.c:692 when float containing struct is defined after use
Jan 07, 2013
Wyatt
Jan 09, 2013
Kenji Hara
Jan 14, 2013
Walter Bright
January 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9278

           Summary: ICE todt.c:692 when float containing struct is defined
                    after use
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Keywords: ice
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: wyatt.epp@gmail.com


--- Comment #0 from Wyatt <wyatt.epp@gmail.com> 2013-01-07 12:17:42 PST ---
Created an attachment (id=1176)
Minimalish test case with comments.

Attached code sample builds in 2.060; ICE in 2.061

I didn't try types other than string, int, char, and float; other bugs may exist.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 09, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9278


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Platform|x86_64                      |All
         OS/Version|Linux                       |All


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-01-09 01:10:41 PST ---
This regression is caused by fixing bug 9046 (pull #1300).

https://github.com/D-Programming-Language/dmd/pull/1452

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 14, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9278



--- Comment #2 from github-bugzilla@puremagic.com 2013-01-13 16:21:10 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/7ca2ea99e56aa59b604dbd68555e2d967beb18c0
fix Issue 9278 - ICE todt.c:692 when float containing struct is defined after
use

https://github.com/D-Programming-Language/dmd/commit/dabff86eb271c951e6bbf10923f575f30c3f2401 Merge pull request #1452 from 9rnsr/fix9278

Issue 9278 - ICE todt.c:692 when float containing struct is defined after use

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 14, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9278


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


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