Thread overview
[Issue 11969] New: ICE(statement.c) When mixing in a string literal containing errors
Jan 22, 2014
yebblies
Jan 22, 2014
yebblies
Jan 22, 2014
Kenji Hara
[Issue 11969] ICE(statement.c) When mixing in a array literal containing errors
Jan 22, 2014
yebblies
January 22, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969

           Summary: ICE(statement.c) When mixing in a string literal
                    containing errors
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: yebblies@gmail.com


--- Comment #0 from yebblies <yebblies@gmail.com> 2014-01-23 01:58:51 EST ---
void main() {  mixin ( [ i ] ) ; }

Also happens with declaration mixin:
mixin ( [ i ] ) ;

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 22, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969



--- Comment #1 from yebblies <yebblies@gmail.com> 2014-01-23 02:20:13 EST ---
This also ICEs, possibly has the same cause

void main() {  mixin ( assert ( h ) ) ; }

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 22, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2014-01-22 07:45:26 PST ---
https://github.com/D-Programming-Language/dmd/pull/3140

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 22, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969



--- Comment #3 from github-bugzilla@puremagic.com 2014-01-22 09:45:43 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9501233fb6240d65cc56b28f523e3343025063b8
fix Issue 11969 - ICE(statement.c) When mixing in a string literal containing
errors

More error propagation on array elements and AssertExp

https://github.com/D-Programming-Language/dmd/commit/66e2b1366a40e03276f3e3320c6e02d0b9dea480 Merge pull request #3140 from 9rnsr/fix11969

Issue 11969 - ICE(statement.c) When mixing in a string literal containing
errors

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 22, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969


yebblies <yebblies@gmail.com> changed:

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


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969



--- Comment #4 from github-bugzilla@puremagic.com 2014-01-25 10:03:47 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/14a3c9f8155d3593be3c10a75e58ef1cce26e20b Add test case for issue 11969

https://github.com/D-Programming-Language/dmd/commit/1ff9600f27293f2ede5e899eb57c02f77fcd4b66 Merge pull request #3150 from 9rnsr/fix11969

Add test case for issue 11969

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11969



--- Comment #5 from github-bugzilla@puremagic.com 2014-02-06 19:34:00 PST ---
Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ccd433d4063b5704cfde2551c5d9dfa3173341bd Merge pull request #3140 from 9rnsr/fix11969

Issue 11969 - ICE(statement.c) When mixing in a string literal containing
errors

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